Skip to content

4.0.0

Latest

Choose a tag to compare

@cklei-carly cklei-carly released this 02 Feb 10:01

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

  1. Update your composer.json to require "solution-forest/filament-firewall: "^4.0"
  2. Run composer update
  3. Publish updated assets: php artisan filament:assets
  4. If using custom themes, update your tailwind.config.js with the new asset paths
  5. 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