Skip to content

Releases: Biostate/filament-menu-builder

v1.0.10

05 Mar 21:31
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/main'

v1.0.9

20 Feb 17:24
Compare
Choose a tag to compare

Improve menu slug handling:

  • Fix slug regeneration issue on update.
  • Ensure the menu slug is unique.
  • Add a slug input field and a regenerate action in the admin panel, allowing users to update or regenerate the slug.

Also, please make sure you've published the latest migration for the unique slug fix.

php artisan vendor:publish --tag="filament-menu-builder-migrations"
php artisan migrate

Full Changelog: v1.0.8...v1.0.9