updated changelog

This commit is contained in:
Andy Miller
2020-05-25 14:04:12 -06:00
parent 6f8b5de163
commit 59437578a4
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
# v1.10.0-rc.12
## mm/dd/2020
1. [](#new)
* Added ability to set a preferred markdown editor in user profile
* Added new `onAdminListMarkdownEditors` event to add a custom editor to the list of available
1. [](#bugfix)
* Use `Pages::find()` instead of `Pages::dispatch()` as we do not want to redirect out of admin
* Fixed broken `parent` field when using the old pages

View File

@@ -952,3 +952,5 @@ PLUGIN_ADMIN:
CUSTOM_PRESETS: "Custom Presets"
CUSTOM_PRESETS_HELP: "Drag-n-drop a theme .yaml file here, or you can create an array of presets with text based keys"
GENERAL: "General"
MARKDOWN_EDITOR: "Markdown Editor"
MARKDOWN_EDITOR_HELP: "Custom editors can be preferred for markdown editing"