Skip to content

Commit b0e2e38

Browse files
committed
Admin 1.0.9
1 parent 5ff32d5 commit b0e2e38

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.9"></a>
2+
# [1.0.9](https://github.com/flextype-plugins/admin) (2020-06-21)
3+
4+
### Refactor
5+
6+
* **refactor(core)** remove User functionality and update code base for new ACL
7+
18
<a name="1.0.8"></a>
29
# [1.0.8](https://github.com/flextype-plugins/admin) (2020-06-13)
310

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The following dependencies need to be installed for Form Admin Plugin.
2020
| [form-admin](https://github.com/flextype-plugins/form-admin) | >=1.0.0 | [download](https://github.com/flextype-plugins/form-admin/releases) |
2121
| [jquery](https://github.com/flextype-plugins/jquery) | >=1.0.0 | [download](https://github.com/flextype-plugins/jquery/releases) |
2222
| [icon](https://github.com/flextype-plugins/icon) | >=1.0.0 | [download](https://github.com/flextype-plugins/icon/releases) |
23+
| [acl](https://github.com/flextype-plugins/acl) | >=1.0.0 | [download](https://github.com/flextype-plugins/acl/releases) |
24+
| [accounts-admin](https://github.com/flextype-plugins/accounts-admin) | >=1.0.0 | [download](https://github.com/flextype-plugins/accounts-admin/releases) |
2325

2426
## Installation
2527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Admin",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Admin theme for Flextype",
55
"homepage": "http://flextype.org",
66
"author": "Sergey Romanenko",

plugin.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Admin
2-
version: 1.0.8
2+
version: 1.0.9
33
description: Admin Panel plugin for Flextype.
44
icon: fab fa-fort-awesome
55
author:
@@ -17,3 +17,5 @@ dependencies:
1717
form: '>=1.0.0'
1818
form-admin: '>=1.0.0'
1919
jquery: '>=1.0.0'
20+
acl: '>=1.0.0'
21+
accounts-admin: '>=1.0.0'

0 commit comments

Comments
 (0)