From 40935453c8c903244ff5b30fac5276911e6fc3b9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 28 Feb 2020 11:32:55 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e3281e..2cdc3e95 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ * **admin-plugin:** add ability to deactivate/activate all kind of plugins. #211 * **admin-plugin:** add Confirmation Required modal for system plugins deactivation. * **admin-plugin:** new Admin Panel UI with better UX and powered by Tailwind CSS. +* **admin-plugin:** new improved entries media page. * **admin-plugin:** add ability to continue editing after saving in the editor. * **admin-plugin:** add action `onAdminThemeTail` for admin panel `base` layout. * **admin-plugin:** add ability to change entries view from `list view` to `table view`. @@ -93,7 +94,6 @@ * **admin-plugin:** fix redirect for entries after edit process. * **admin-plugin:** fix issues with routable field on entry edit process. - ### Refactoring * **core:** move `/site/cache directory` to the `/var/cache` #347