Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 585 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 585 Bytes

Changelog

UNRELEASED

v11.1.2 - 2024-12-05

  • fix: lazy loading issue with permissions #55

v11.1.1 - 2024-08-06

  • fix: Ensure getPermissions returns Collection and simplify logic #53
  • Fix code style
  • Fix phpstan issues

v11.1.0 - 2024-04-12

  • feat: improve cache store size #51
  • feat: Improve cache store by storing array instead of collection and hydrate the model when needed.
  • fix: issue on saving the value when using the database cache store

v11.0.0 - 2024-03-17

  • Added support for Laravel 11

v10.0.0 - 2023-02-19

  • Added support for Laravel 10