Updated changelog

This commit is contained in:
Andy Miller
2017-04-10 15:16:43 -06:00
parent 7abf4b1461
commit 13ba6bfe11
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# v1.3.2 # v1.3.2
## 04/xx/2017 ## 04/xx/2017
1. [](#improved)
* Added new 'parents' field and switched Page blueprints to use this
1. [](#bugfix) 1. [](#bugfix)
* Fix for regression in h3 style in the Spacer field [#267](https://github.com/getgrav/grav-plugin-admin/issues/267) * Fix for regression in h3 style in the Spacer field [#267](https://github.com/getgrav/grav-plugin-admin/issues/267)
* Fix missing preview in page media for SVG images [#1051](https://github.com/getgrav/grav-plugin-admin/issues/1051) * Fix missing preview in page media for SVG images [#1051](https://github.com/getgrav/grav-plugin-admin/issues/1051)

View File

@@ -27,7 +27,7 @@ form:
route: route:
type: parents type: parents
label: PLUGIN_ADMIN.PARENT label: PLUGIN_ADMIN.PAGE
classes: fancy classes: fancy
validate: validate:
required: true required: true

View File

@@ -29,7 +29,7 @@ form:
route: route:
type: parents type: parents
label: PLUGIN_ADMIN.PARENT label: PLUGIN_ADMIN.PARENT_PAGE
classes: fancy classes: fancy
validate: validate:
required: true required: true

View File

@@ -22,7 +22,7 @@ form:
route: route:
type: parents type: parents
label: PLUGIN_ADMIN.PARENT label: PLUGIN_ADMIN.PARENT_PAGE
classes: fancy classes: fancy
validate: validate:
required: true required: true