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