From 264fa34b725a2b622760b67583d198ef71fae98b Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 3 Jan 2021 20:20:30 +0300 Subject: [PATCH] Themes Admin 1.8.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- plugin.yaml | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3495d21..ba1331e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [1.8.0](https://github.com/flextype-plugins/themes-admin/compare/v1.7.0...v1.8.0) (2021-01-03) + +### Features + +* **core** update code base for new Flextype 0.9.15 +* **routes** improve controllers handling in routes for performance enhancements +* **core** add plugin.php file + # [1.7.0](https://github.com/flextype-plugins/themes-admin/compare/v1.6.0...v1.7.0) (2020-12-30) diff --git a/README.md b/README.md index bdf96d2..4eff7f8 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Themes Admin Plugin for Flextype

-Version License Total downloads Flextype Crowdin Quality Score Discord +Version License Total downloads Flextype Crowdin Quality Score Discord

Themes Admin plugin to manage site themes for the website frontend. @@ -12,7 +12,7 @@ The following dependencies need to be installed for Themes Admin Plugin. | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.14 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | | [admin](https://github.com/flextype-plugins/icon) | >=1.0.0 | [download](https://github.com/flextype-plugins/admin/releases) | | [form](https://github.com/flextype-plugins/form) | >=1.0.0 | [download](https://github.com/flextype-plugins/form/releases) | diff --git a/plugin.yaml b/plugin.yaml index 3d2584b..cfdbf5e 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Themes Admin -version: 1.7.0 +version: 1.8.0 description: Themes Admin plugin to manage site themes for the website frontend. icon: fas fa-paint-brush author: @@ -11,7 +11,7 @@ bugs: https://github.com/flextype-plugins/themes-admin/issues license: MIT dependencies: - flextype: 0.9.14 + flextype: 0.9.15 twig: '>=1.0.0' admin: '>=1.0.0' form: '>=1.0.0'