Skip to content

Releases: solutionforest/filament-firewall

4.0.0

02 Feb 10:01

Choose a tag to compare

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

3.0.2

02 Feb 09:59

Choose a tag to compare

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

13 Aug 02:50

Choose a tag to compare

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.1

3.0.0

01 Aug 08:58

Choose a tag to compare

Support Filament v4 🚀

Installation

composer require solution-forest/tab-layout-plugin:^3.0.0

2.0.4

01 Aug 08:07
4f0e214

Choose a tag to compare

🐛 Bug Fixes

  • addMyIp while with tenant
  • Adding error message for addMyIp action

What's Changed

Other Changes

  • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #12

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3

08 Jan 10:22
c051ff5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

01 Jun 15:24
47cf046

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

11 Sep 04:20
6832059

Choose a tag to compare

2.0.0

08 Aug 03:03
cd39f0e

Choose a tag to compare

Upgrade to support filament/filament 3.0

Bug fix

21 Jun 04:14
71a96bd

Choose a tag to compare

Merge pull request #2 from a21ns1g4ts/patch-1

Fix soft delete scope in FirewallIpResource.php