Releases: LM-Commons/LmcRbacMvc
Releases · LM-Commons/LmcRbacMvc
Release v3.3.0 - Add support for PHP 8
Add support for PHP 8
- Updated dependency to PHP 8
Important Note
In order to update to PHP 8, the test case for ObjectRepositoryRoleProvider
was temporarily removed. This is due to the fact that doctrine/doctrine-module
used by the test case cannot yet be updated to PHP 8.
Release v3.2.0 - Updated for doctrine-persistence v2
Updated for doctrine-persistence v2
- Updated
ObjectRepositoryRoleProvider.php
- Updated
ObjectRepositoryRoleProviderFactory.php
Documentation updates
- Updated documentation to reflect the use of doctrine-persistence v2
Breaking changes
- If you are using doctrine-persistence v1, please use LmcRbacMvc v3.1.x.
Release v3.1.3 - Updated dependency for doctrine
Added dependency on doctrine-persistence v1
If you require doctrine-persistence v2, use Version 3.2.x
Release v3.1.2 - Updated documentation
Fixed documentation
- Updated references to Zend Framework to Laminas
- Updated
zfc_rbac
key tolmc_rbac
- Updated guard example to use Laminas Service Manager v3
- Fixed broken links between documentation files
Release v3.1.1 - Updated dependencies
Updated dependencies
- Removed laminas/laminas-dependency-plugin [#11 ]
- Upgraded Doctrine ORM to v3 in require-dev. Used in test cases only.
Release 3.1.0 - Support for Composer 2
Updated dependencies
- Updated laminas/laminas-dependency-plugin to v2. [#2]
Release v3.0.3 - Updated documentation
Fixed documentation
- Updated references to LmcUser in the cookbook [#6]
Release v3.0.2 - Changed organization name to LM-Commons
Fixed documentation
- Changed the organization name to LM-Commons