Skip to content

Commit

Permalink
Merge pull request #188 from craftcms/feature/multi-instance
Browse files Browse the repository at this point in the history
Multi-instance support
  • Loading branch information
brandonkelly authored Mar 7, 2024
2 parents 86569da + 240a84a commit d09c3c7
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 247 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- CKEditor fields now support multiple instances. ([#188](https://github.com/craftcms/ckeditor/pull/188))
- CKEditor config edit pages now warn when switching the Config Options setting from JavaScript to JSON if the JavaScript code contains any functions. ([#152](https://github.com/craftcms/ckeditor/issues/152), [#180](https://github.com/craftcms/ckeditor/pull/180))
- Added `craft\ckeditor\Field::entryManager()`.
- Fixed a bug where the “Link to an asset” option was showing up when there weren’t any available volumes with URLs. ([#179](https://github.com/craftcms/ckeditor/issues/179))
- Fixed a bug where an error occurred when editing an unsaved element with a CKEditor field. ([#181](https://github.com/craftcms/ckeditor/issues/181))
- Fixed a bug where “New entry” menus weren’t listing entry types in the field-defined order. ([#185](https://github.com/craftcms/ckeditor/issues/185))
Expand Down
Loading

0 comments on commit d09c3c7

Please sign in to comment.