Skip to content

Releases: LM-Commons/LmcRbacMvc

Release v3.1.2 - Updated documentation

14 Jan 02:40
c2b1a33
Compare
Choose a tag to compare

Fixed documentation

  • Updated references to Zend Framework to Laminas
  • Updated zfc_rbac key to lmc_rbac
  • Updated guard example to use Laminas Service Manager v3
  • Fixed broken links between documentation files

Release v3.1.1 - Updated dependencies

18 Nov 15:10
28cc304
Compare
Choose a tag to compare

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

31 Oct 00:28
99f8eb3
Compare
Choose a tag to compare

Updated dependencies

  • Updated laminas/laminas-dependency-plugin to v2. [#2]

Release v3.0.3 - Updated documentation

12 Oct 21:34
fa4e2e6
Compare
Choose a tag to compare

Fixed documentation

  • Updated references to LmcUser in the cookbook [#6]

Release v3.0.2 - Changed organization name to LM-Commons

06 Oct 01:30
Compare
Choose a tag to compare

Fixed documentation

  • Changed the organization name to LM-Commons

Release v3.0.1 - Minor documentation updates and testing environment update

02 Oct 21:22
166ed10
Compare
Choose a tag to compare

Fixed documentation

  • Updated CHANGELOG.md to point to this repository releases (#10 )
  • Added badges to README.md (#11)

Updated test environment

  • Upgraded to PHPUnit 8
  • Upgraded test cases for PHPUnit 8
  • Upgraded Doctrine ORM to v2 for test cases
  • Integrated Coveralls in Travi-CI
  • Integrated Scrutinizer