Skip to content

Releases: Laravel-Backpack/PermissionManager

6.0.13 🌈

08 Feb 11:50
854d15c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.12...6.0.13

6.0.12 🌈

04 Feb 14:16
60a9cb4
Compare
Choose a tag to compare

What's Changed

  • show filters only if PRO is installed; add Backpack v5 support by @tabacitu in #288

Full Changelog: 6.0.11...6.0.12

6.0.11 🌈

14 Jan 09:13
656e8ab
Compare
Choose a tag to compare

What's Changed

  • Translate the 'users' suffix on the Users Column on RoleCrudController.php by @beatwiz in #285
  • Update spatie/laravel-permission requirement from ^4.0|^3.0 to ^5.3.0 by @dependabot in #284

New Contributors

Full Changelog: 6.0.10...6.0.11

6.0.10 🌈

14 Sep 08:01
0878f0c
Compare
Choose a tag to compare
  • Correct en translation and Add Simplified Chinese translation @kiddtang (#281)

6.0.9 🌈

24 May 14:21
b605c2c
Compare
Choose a tag to compare

6.0.8 🌈

10 May 05:44
4c40b83
Compare
Choose a tag to compare

Changes

Release note: version 6.0.7 is the only one affected by the migration loading bug; we will consider removing that patch release from packagist, but as of now it seems safer to just tell people who get the "duplicated migrations" error to do a composer update; otherwise when people who do have 6.0.7 will have problems running composer install. See #276 for more details.

6.0.7 🌈

27 Apr 14:46
Compare
Choose a tag to compare

Changes

6.0.6 🌈

14 Apr 04:19
87cf851
Compare
Choose a tag to compare

Changes

6.0.5 🌈

23 Feb 08:35
f1ead60
Compare
Choose a tag to compare

Changes

6.0.4 🌈

27 Oct 14:35
a21231b
Compare
Choose a tag to compare

Changes

  • Hungarian translation added @bkopy (#255)

Bug Fixes

  • replace relationship_count column in Roles CRUD with a text one @tabacitu (#256)