This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Releases: Sylius/RbacPlugin
Releases · Sylius/RbacPlugin
v0.3.0
- #56 Fix typo (@Roshyo)
- #53 Improve installation instructions (@Zales0123)
- #66 Reference administration role interface instead of administration role + AdministrationRoleTrait name changed (@bartoszpietrzak1994)
- #67 Administration role type removed + role name UI fix (@bartoszpietrzak1994)
- #71 Moved all entities to mapped-superclasses for better extensibility (@kortwotze)
- #72 Doctrine config fix (@bartoszpietrzak1994)
- #73 Further minor fixes (@bartoszpietrzak1994)
- #78 Route checker mentioned in README file (@bartoszpietrzak1994)
- #77 Column name mismatch fix (@bartoszpietrzak1994)
- #81 Configuring administration role permissions via fixtures fix (@Tomanhez)
- #82 As a Developer, I should be able to configure Administrator roles via fixtures (@Tomanhez, @GSadee)
- #85 fix config path in installation instructions (@vvasiloi)
- #76 Checking if edited administration role exists (@bartoszpietrzak1994)
v0.2.1
- Fix InstallPlugin command service declaration (@Zales0123 )
v0.2.0
- Making README.md file great again (@bartoszpietrzak1994 )
- All sections access granted to the super administrator during plugin's installation (@bartoszpietrzak1994 )
- Adding French translation (@Roshyo )
- Decrease remove menu listener priority (@hmonglee )
- RBAC plugin compatible with Sylius 1.4 (@bartoszpietrzak1994 )
- Add official Sylius plugin badge (@Zales0123 )
- Coding standards fix (@bartoszpietrzak1994 )
Initial RBAC Plugin release
- Creating administration roles in the admin panel
- Choosing read and write (including update) permissions for each section in the admin panel while creating a role
- Assigning an administration role to an administrator (one-to-many relation)
- Choosing the root administrator from the command line
- Plugin setup command assigning No sections access role to all administrators except the root
- Being able to add custom admin panel sections to the plugin's configuration