Skip to content

Commit 6ed3c20

Browse files
committed
Update README.md
1 parent 3a7d6fd commit 6ed3c20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Laravel ACL adds role based permissions to built in Auth System of Laravel 5. Ac
1414

1515
Follow along the [Wiki](https://github.com/kodeine/laravel-acl/wiki) to find out more.
1616

17+
#### Recent Changes
18+
19+
> March 7, 2015.
20+
21+
22+
* `is()` and `can()` methods now support comma for `AND` and pipe as `OR` operator. Or pass an operator as a second param. [more here...](https://github.com/kodeine/laravel-acl/wiki/Validate-Permissions-and-Roles)
23+
* Permissions inheritance
24+
* You can bind multiple permissions together so they inherit ones permission. [more here...](https://github.com/kodeine/laravel-acl/wiki/Permissions-Inheritance)
25+
1726
#### Contribution guidelines
1827

1928
Support follows PSR-1 and PSR-4 PHP coding standards, and semantic versioning.

0 commit comments

Comments
 (0)