Skip to content

Commit

Permalink
Add changelog message for pull request #22
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Jun 10, 2018
1 parent f43c850 commit 0659a1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.10
- Fix an issue when creating new fields, see https://github.com/sebastian-lenz/craft-linkfield/pull/22

## 1.0.9
- Add new administration interface.
- Add experimental GraphQL query support.
Expand Down
2 changes: 2 additions & 0 deletions src/fields/LinkField.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public function beforeSave(bool $isNew): bool {
break;
}
}
} else {
$this->allowedLinkNames = '*';
}

return parent::beforeSave($isNew);
Expand Down

0 comments on commit 0659a1c

Please sign in to comment.