Skip to content

Commit 072bf4c

Browse files
committed
Admin 1.0.10
1 parent ca34f8f commit 072bf4c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.10"></a>
2+
# [1.0.10](https://github.com/flextype-plugins/admin) (2020-06-23)
3+
4+
### Refactor
5+
6+
* **refactor(core)** update code base for new ACL
7+
18
<a name="1.0.9"></a>
29
# [1.0.9](https://github.com/flextype-plugins/admin) (2020-06-21)
310

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.9",
3+
"version": "1.0.10",
44
"description": "Admin theme for Flextype",
55
"homepage": "http://flextype.org",
66
"author": "Sergey Romanenko",

plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Admin
2-
version: 1.0.9
2+
version: 1.0.10
33
description: Admin Panel plugin for Flextype.
44
icon: fab fa-fort-awesome
55
author:
@@ -19,3 +19,4 @@ dependencies:
1919
jquery: '>=1.0.0'
2020
acl: '>=1.0.0'
2121
accounts-admin: '>=1.0.0'
22+
phpmailer: '>=1.0.0'

0 commit comments

Comments
 (0)