We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bab57c commit 5b06b18Copy full SHA for 5b06b18
CHANGELOG.md
@@ -2,10 +2,16 @@
2
3
All Notable changes to `laravel-permission` will be documented in this file
4
5
+## 1.5.1 - 2016-07-23
6
+- fixes `givePermissionTo` and `assignRole` in Laravel 5.1
7
+
8
## 1.5.0 - 2016-07-23
9
+** this version does not work in Laravel 5.1, please upgrade to version 1.5.1 of this package
10
11
- allowed `givePermissonTo` to accept multiple permissions
-- added `syncRoles`-method
12
+- allowed `assignRole` to accept multiple roles
13
- added `syncPermissions`-method
14
+- added `syncRoles`-method
15
- dropped support for PHP 5.5 and HHVM
16
17
## 1.4.0 - 2016-05-08
0 commit comments