Skip to content

Latest commit

 

History

History
175 lines (86 loc) · 9.31 KB

File metadata and controls

175 lines (86 loc) · 9.31 KB

Changelog

1.11.0 (2025-08-09)

Features

  • add instructions to publish translations in README (3375330)
  • add more translations (3f52450)
  • add navigation badge configuration and update navigation labels (fee1320)
  • update labels and notifications to use translation strings in BanResource actions and forms (039f0a4)

1.10.3 (2025-05-29)

Miscellaneous Chores

  • update esbuild dependency to version 0.25.0 (5c7e7fc)
  • update esbuild version (aa14a3f)
  • update license and author information in LICENSE.md and composer.json (11f7854)

1.10.2 (2025-05-10)

Miscellaneous Chores

  • update dependabot fetch-metadata action to v2.4.0 (79d6232)

1.10.1 (2025-05-04)

Miscellaneous Chores

  • remove commit message check (124baf2)

1.10.0 (2025-05-04)

Features

  • add meta key filter to BanResource table (3df9a0c)
  • add metas fields to BanResource infolist (4b333a9)

1.9.0 (2025-05-04)

Features

  • add infolist schema to BanResource and remove ViewBan page (a8e1d30)
  • enhance BanResource table columns with labels and formatting options (38e9ce3)
  • unify success notification title for unban actions (af2d07d)

Bug Fixes

  • add validation rules for IP input in BanResource form (6e452fa)

1.8.0 (2025-05-02)

Features

  • add validation for CreateAction (c1b2458)
  • auto set created_by on creation (ad2ef50)
  • change created_by display in form (03c5e4b)

Bug Fixes

  • ensure default sort order is applied in BanResource table (a2b6a20)

1.7.0 (2025-04-30)

Features

  • add expired_at_date_format (ceb4b79)
  • add filters for bannable type and ID (4117537)
  • add navigation_icon config (4f33358)
  • add Type filter (5b1c55a)

Miscellaneous Chores

1.6.0 (2025-04-29)

Features

Bug Fixes

  • update condition to prevent job execution for merged pull requests (d655ae2)

1.5.0 (2025-04-29)

Features

  • use config for table name in create_bans_table migration (d9867d4)

Bug Fixes

1.4.0 (2025-04-29)

Features

  • add Ban Model to override fillable (a0de807)
  • enhance BanResource table columns with labels, searchability, and formatting (d22ccd4)

Bug Fixes

  • correct syntax for conditional check in Laravel Pint workflow (e031122)

1.3.0 (2025-04-29)

Features

  • support support for dynamic filament resource (c2870e9)

Bug Fixes

  • add export-ignore for filament-ban-manager-docker and dev directories (8dfb206)
  • improve packageRegistered method and correct migration filename format (d62ba38)
  • rename configuration file (da03a1f)
  • update workflow names for consistency and improve PHPStan level (e900611)

1.2.2 (2025-04-28)

Bug Fixes

  • set default model for BanResource if not configured (42c168e)
  • simplify condition for Laravel Pint Check to exclude GitHub Actions bot (77c4c4f)

1.2.1 (2025-04-28)

Bug Fixes

  • simplify OS and stability matrix in run-tests workflow (429979c)
  • update condition to exclude 'autorelease: pending' from Laravel Pint Check (07d39c4)

1.2.0 (2025-04-28)

Features

  • add migration for bans table and update service provider (ba48e75)
  • exclude autorelease pr for ci (07b2fdd)

1.1.1 (2025-04-28)

Bug Fixes

  • update larastan dependency in require-dev section (91a753a)

1.1.0 (2025-04-28)

Features

  • add GitHub Actions workflow for automated releases (c254bcc)