Skip to content

Commit

Permalink
Themes Admin 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jun 23, 2020
1 parent 45c4dd9 commit f5a6d17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -16,3 +16,4 @@ dependencies:
admin: '>=1.0.0'
form: '>=1.0.0'
site: '>=1.0.0'
acl: '>=1.0.0'

0 comments on commit f5a6d17

Please sign in to comment.