Releases: solutionforest/filament-firewall
Releases · solutionforest/filament-firewall
4.0.0
v4.0.0 Release
This major release upgrades the Filament Firewall Plugin to support Filament v5, bringing enhanced compatibility and new features aligned with the latest Filament framework.
What's New
- Full compatibility with Filament v5
- Improved performance and stability
- Updated dependencies to match Filament v5 requirements
Breaking Changes
- Minimum required Filament version is now v5.0
How to Upgrade
- Update your
composer.jsonto require"solution-forest/filament-firewall: "^4.0" - Run
composer update - Publish updated assets:
php artisan filament:assets - If using custom themes, update your
tailwind.config.jswith the new asset paths - Test your tree widgets/pages for any custom overrides that may need adjustment
For full details, see the commit changes. If you encounter issues, please check the documentation or open an issue.
Full Changelog: 3.0.2...4.0.0
3.0.2
What's Changed in 3.0.2
📘 Documentation updates
- Add supported Filament versions to README (63fbeca)
🐛 Bug fixes
- Fix indentation in composer.json dependencies (e3a729d)
🔧 Other Changes
- Bump actions/checkout from 4 to 5 (10d5f1b)
- Bump actions/checkout from 4 to 5 (5ddaccb)
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 (fc39779)
- Bump actions/checkout from 5 to 6 (7d11a8e)
- Handle vendor:publish failures in installer (4935226)
Installation
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed in 3.0.1
🔧 Other Changes
- chore: change minimum stability from beta to stable in composer.json
Installation
composer require solution-forest/filament-firewall:^3.0.13.0.0
Support Filament v4 🚀
Installation
composer require solution-forest/tab-layout-plugin:^3.0.02.0.4
🐛 Bug Fixes
addMyIpwhile with tenant- Adding error message for
addMyIpaction
What's Changed
Other Changes
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #12
New Contributors
- @dependabot[bot] made their first contribution in #12
Full Changelog: 2.0.3...2.0.4
2.0.3
What's Changed
- Add pt translations by @a21ns1g4ts in #9
- Update WhitelistRangeMiddleware.php by @matthewmnewman in #10
New Contributors
- @matthewmnewman made their first contribution in #10
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Upgrade akaunting/laravel-firewall by @a21ns1g4ts in #8
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
Upgrade to support filament/filament 3.0
Bug fix
Merge pull request #2 from a21ns1g4ts/patch-1 Fix soft delete scope in FirewallIpResource.php