From 7213d66135d997f52abfaec5ba07d1fff4040052 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 23 Oct 2019 15:17:11 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8dcaf4..618d45f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.9.11 +## mm/dd/2019 + +1. [](#improved) + * Added new "secure delete" functionality [#1752](https://github.com/getgrav/grav-plugin-admin/issues/1752) + * Center text logo [#1751](https://github.com/getgrav/grav-plugin-admin/issues/1751) + * Added required span to editor field [#1748](https://github.com/getgrav/grav-plugin-admin/issues/1748) + * Warn users if JS is disabled [#1722](https://github.com/getgrav/grav-plugin-admin/issues/1722) + * Added target rule to quick links [#1518](https://github.com/getgrav/grav-plugin-admin/issues/1518) +1. [](#bugfix) + * Fixed `Badly encoded JSON data` warning when uploading files [grav#2663](https://github.com/getgrav/grav/issues/2663) + * Fixed `accept` for SVG in `file` uploaders [#1732](https://github.com/getgrav/grav-plugin-admin/issues/1732) + # v1.9.10 ## 09/19/2019