diff --git a/CHANGELOG.md b/CHANGELOG.md index d755308..48029e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +<a name="1.0.6"></a> +# [1.0.6](https://github.com/flextype-plugins/themes-admin/compare/v1.0.5...v1.0.6) (2020-06-23) + +### Refactor + +* **refactor(core)** update code base for new ACL + <a name="1.0.5"></a> -# [1.0.5](https://github.com/flextype-plugins/form-admin/compare/v1.0.4...v1.0.5) (2020-06-21) +# [1.0.5](https://github.com/flextype-plugins/themes-admin/compare/v1.0.4...v1.0.5) (2020-06-21) ### Features diff --git a/README.md b/README.md index c2fceec..255cab0 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The following dependencies need to be installed for Themes Admin Plugin. | [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) | | [site](https://github.com/flextype-plugins/site) | >=1.0.0 | [download](https://github.com/flextype-plugins/site/releases) | +| [acl](https://github.com/flextype-plugins/site) | >=1.0.0 | [download](https://github.com/flextype-plugins/acl/releases) | ## INSTALLATION diff --git a/plugin.yaml b/plugin.yaml index 40f3292..3512d56 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Themes Admin -version: 1.0.5 +version: 1.0.6 description: Themes Admin plugin to manage site themes for the website frontend. icon: fas fa-paint-brush author: @@ -16,3 +16,4 @@ dependencies: admin: '>=1.0.0' form: '>=1.0.0' site: '>=1.0.0' + acl: '>=1.0.0'