From 4b3f202c6f68f347f6f5db3aba2a8acd33372142 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Mon, 29 Jun 2020 09:29:57 +0300 Subject: [PATCH] Changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20313ac01..783edb64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # v1.7.0-rc.13 ## mm/dd/2020 +1. [](#new) + * Added new `onAfterCacheClear` event 1. [](#bugfix) * Fixed `MediaUploadTrait::copyUploadedFile()` not adding uploaded media to the collection * Fixed regression in saving media to a new Flex Object [admin#1867](https://github.com/getgrav/grav-plugin-admin/issues/1867) * Fixed `Trying to get property 'username' of non-object` error in Flex [flex-objects#62](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/62) * Fixed retina images not working in Flex [flex-objects#64](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/64) + * Fixed plugin initialization in CLI # v1.7.0-rc.12 ## 06/08/2020