File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-permission ` will be documented in this file
44
5+ ## 4.0.0 - 2021-01-27
6+ - Drop support on Laravel 5.8 #1615
7+ - Fix bug when adding roles to a model that doesn't yet exist #1663
8+ - Enforce unique constraints on database level #1261
9+ - Changed PermissionRegistrar::initializeCache() public to allow reinitializing cache in custom situations. #1521
10+ - Use Eloquent\Collection instead of Support\Collection for consistency, collection merging, etc #1630
11+
12+ This package now requires PHP 7.2.5 and Laravel 6.0 or higher.
13+ If you are on a PHP version below 7.2.5 or a Laravel version below 6.0 you can use an older version of this package.
14+
515## 3.18.0 - 2020-11-27
616- Allow PHP 8.0
717
You can’t perform that action at this time.
0 commit comments