Skip to content

Commit

Permalink
ACL 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 7, 2021
1 parent 4779fc0 commit 49d159d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.9.0"></a>
# [1.9.0](https://github.com/flextype-plugins/acl) (2021-01-07)

### Features

* **core** update code base for new Icon 2.0.0

<a name="1.8.0"></a>
# [1.8.0](https://github.com/flextype-plugins/acl) (2021-01-03)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following dependencies need to be downloaded and installed for ACL Plugin.
| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
| [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [twig](https://github.com/flextype-plugins/twig) | >=2.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |

## Installation

Expand Down
2 changes: 0 additions & 2 deletions entries_acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Flextype\Plugin\Acl;



flextype('emitter')->addListener('onEntriesFetchSingleHasResult', function() {

// Get current entry
Expand Down
8 changes: 5 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ACL
version: 1.8.0
version: 1.9.0
description: ACL plugin for Flextype.
icon: fas fa-users-cog
icon:
name: users-cog
set: "fontawesome|solid"
author:
name: Sergey Romanenko
email: support@flextype.org
Expand All @@ -12,4 +14,4 @@ license: MIT

dependencies:
flextype: 0.9.15
twig: '>=1.0.0'
twig: '>=2.0.0'

0 comments on commit 49d159d

Please sign in to comment.