Skip to content

Commit 41983c5

Browse files
committed
Merge branch 'master' into dev
2 parents 42262c3 + ffe7c92 commit 41983c5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.7.1"></a>
2+
# [1.7.1](https://github.com/flextype-plugins/acl) (2020-12-29)
3+
4+
### Bug Fixes
5+
6+
* **composer** fix dependencies
7+
18
<a name="1.7.0"></a>
29
# [1.7.0](https://github.com/flextype-plugins/acl) (2020-12-29)
310

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"autoload": {
3232
"classmap": [
3333
"app",
34-
"middlewares",
35-
"twig"
34+
"middlewares"
3635
]
3736
}
3837
}

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ACL
2-
version: 1.7.0
2+
version: 1.7.1
33
description: ACL plugin for Flextype.
44
icon: fas fa-users-cog
55
author:

0 commit comments

Comments
 (0)