Releases: Biostate/filament-menu-builder
Releases · Biostate/filament-menu-builder
v1.0.10
v1.0.9
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