Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Feb 20, 2019
1 parent a12cd09 commit c6687b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All Notable changes to `flipboxfactory/craft-link` will be documented in this file

## 1.1.1 - 2019-2-20
### Fixed
- Migration would not convert legacy field type/types to new namespacing

## 1.1.0 - 2019-2-18
### Added
- Email link type
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/craft-link",
"description": "Link Field Type for Craft CMS",
"version": "1.1.0",
"version": "1.1.1",
"type": "craft-plugin",
"keywords": [
"flipbox",
Expand Down
2 changes: 1 addition & 1 deletion src/migrations/m190110_100614_link_namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function safeUp()
$record->settings = $settings;

// Save
if (!$record->save(true, ['type, settings'])) {
if (!$record->save()) {
$success = false;
}
}
Expand Down

0 comments on commit c6687b3

Please sign in to comment.