Releases: bezhanSalleh/filament-shield
Releases · bezhanSalleh/filament-shield
3.3.4
What's Changed
- [Fix] Tenant selection visibility by @bezhanSalleh in #446
Full Changelog: 3.3.3...3.3.4
3.3.3
3.3.2
What's Changed
- added the ability to use the config defined foreign key for teams feature when enabled.
- fixed the issue when creating/updating a role when tenancy is not enabled.
Full Changelog: 3.3.1...3.3.2
3.3.1
What's new in 3.3.1?
- Added the ability to make destructive commands(listed below)
prohibitable
- Setup
- Install
- Generate
- Publish
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
- Feature/tenancy by @bezhanSalleh in #441
Important
This release introduces some breaking changes so consult the README for the updated usage.
- Update HasPageShield.php by @naingwin in #440
- add Georgian Translations by @kirkita in #436
- Rename filament_shield.php to filament-shield.php by @SebastianRajca in #432
- Turkish Language update by @enessvg in #431
- Updated language ID (Indonesia) by @adereksisusanto in #429
- removes console.log() on toggle in form by @Adysone in #417
- fix: remove blank row by @giacomomasseron in #420
New Contributors
- @giacomomasseron made their first contribution in #420
- @Adysone made their first contribution in #417
- @adereksisusanto made their first contribution in #429
- @enessvg made their first contribution in #431
- @SebastianRajca made their first contribution in #432
- @kirkita made their first contribution in #436
- @naingwin made their first contribution in #440
Full Changelog: 3.2.6...3.3.0
3.2.6
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #405
- Slovak translation by @hamrak in #384
- Update Doc for Laravel 11 (Role Policy and Custom folder structure) by @paulhenry46 in #387
- Added (sq) Albanian language by @dajanvulaj in #389
- Update README.md by @bilogic in #391
- Add CKB & KU translation by @RawanD201 in #404
- handles role policy auto registration and resolves #407 by @bezhanSalleh in #411
New Contributors
- @hamrak made their first contribution in #384
- @paulhenry46 made their first contribution in #387
- @dajanvulaj made their first contribution in #389
- @bilogic made their first contribution in #391
- @RawanD201 made their first contribution in #404
Full Changelog: 3.2.5...3.2.6
2.5.0
Adds support for Laravel 11
3.2.5
What's Changed
- [Fix] Not generate
super_admin
role when disabled by @bezhanSalleh in #381 - [Fix] Cluster Page by @bezhanSalleh in #380
- feat: add Polish translation by @AngryDragonite in #374
- Fixed Tab bug in chinese language by @curder in #362
- 🌐 km translations by @valpuia in #356
New Contributors
- @valpuia made their first contribution in #356
- @curder made their first contribution in #362
- @AngryDragonite made their first contribution in #374
Full Changelog: 3.2.4...3.2.5
3.2.4
What's Changed
Create/Edit
performance boost- Simple view for Resource Permissions
cluster
config- View permissions as is or by label using the
localizePermissionLabels(condition: false)
method
Important
If you've previously published RoleResource
, please republish it using shield:publish
and when prompted; select yes
.
Note: Custom modifications to RoleResource
may be overwritten. Ensure to manually handle any customizations after republishing by @bezhanSalleh in #336
- Configure the namespace of the policy file by @igwen6w in #313
- Make cluster configurable on resource by @pelmered in #328
- Add option to shield:seeder command to only generate direct permissions by @Jacobtims in #329
- Remove unnecessary PHPDoc by @iRaziul in #335
- Don't use hardcoded primary key name by @danswiser in #338
- Add translation for LV by @webmasterlv in #340
- Overide canAccess that will point to canView by @sbc640964 in #341
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #343
- Fix French translations by @invaders-xx in #348
- Korean translations add by @corean in #352
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #353
New Contributors
- @igwen6w made their first contribution in #313
- @pelmered made their first contribution in #328
- @Jacobtims made their first contribution in #329
- @iRaziul made their first contribution in #335
- @danswiser made their first contribution in #338
- @webmasterlv made their first contribution in #340
- @sbc640964 made their first contribution in #341
- @invaders-xx made their first contribution in #348
- @corean made their first contribution in #352
Full Changelog: 3.2.3...3.2.4
3.2.3
fix phpstan errors