Updated changelog

This commit is contained in:
Andy Miller
2017-08-02 17:15:45 -06:00
parent ba76cfa398
commit cc61231d91

View File

@@ -4,6 +4,10 @@
1. [](#improved)
* Allow different field to be used as page label in list of pages [#1122](https://github.com/getgrav/grav-plugin-admin/pull/1122)
* Updated `en` language for `cache-control` + `clear_images_by_default` system settings
* Allow sorting of page based on custom ordering [#1182](https://github.com/getgrav/grav-plugin-admin/pull/1182)
* Search for pages by slug and folder name [#1183](https://github.com/getgrav/grav-plugin-admin/pull/1183)
* Allow all page data to be used during `onAdminCreatePageFrontmatter()` event [#1175](https://github.com/getgrav/grav-plugin-admin/pull/1175)
* Remove single quotes when slugifying title [#1178](https://github.com/getgrav/grav-plugin-admin/pull/1178)
1. [](#bugfix)
* Ignore missing Twig files [#1169](https://github.com/getgrav/grav-plugin-admin/issues/1169)
* If from is already defined, don't override it [#1129](https://github.com/getgrav/grav-plugin-admin/issues/1129)