-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,54 @@ | ||
# Changelog | ||
|
||
This package allows you to manage user permissions and groups in a database, it is compatible with Laravel v5.8 or higher. | ||
Changelog: | ||
## V1.1.5: | ||
Add Static table to user Roles and Permissions | ||
|
||
## V1.1.4: | ||
Add Static table to user Roles and Permissions | ||
|
||
Changelog: | ||
## V1.1.3: | ||
Add Static table to user Roles and Permissions | ||
|
||
## Changelog: | ||
## V1.1.2: | ||
Undo Parent Role and Permission | ||
|
||
## V1.1.1: | ||
Add Laravel 10 Support | ||
|
||
## V1.1.0: | ||
**V1.1.0**: | ||
Fix For Laravel Authorization | ||
|
||
## V1.0.9: | ||
Fix For Laravel Authorization | ||
|
||
## V1.0.8: | ||
**V1.0.9**: | ||
[Fix For Laravel Authorization](https://github.com/MirHamit/acl/commit/c6167e2cdbcd2ad7f833c7a01b8ef5acdcd673ed) | ||
|
||
**V1.0.8**: | ||
add parent_id column to roles table & add subRoles and parentRole function to Role model | ||
add hasParentRole function to HasPermissions trait | ||
fix multi role in middleware | ||
|
||
## V1.0.7: | ||
**V1.0.7**: | ||
Added Laravel 9 Support | ||
|
||
## V1.0.6: | ||
**V1.0.6**: | ||
Fix a relation Cascade on users role table | ||
|
||
## V1.0.5: | ||
**V1.0.5**: | ||
Added Multi Permission And Role Check in blade and middleware | ||
|
||
## V1.0.4: | ||
|
||
**V1.0.4**: | ||
Bug Fix In Blade Permission Extention | ||
|
||
## V1.0.3: | ||
|
||
**V1.0.3**: | ||
Bug Fix In Blade Permission Extention | ||
|
||
## V1.0.2: | ||
**V1.0.2**: | ||
Added @Permission('test-permission') To Blade Extention | ||
Update Doctumentation | ||
|
||
## V1.0.1: | ||
Update Readme File | ||
## 1.0.0 - 2021-08-29 | ||
|
||
- initial release | ||
**V1.0.1**: | ||
Update Readme File |