v3.2.0
What's Changed
upgrade to v3.2
In v3.2, I refactored the configuration to separate the frontend configuration from filament-related ones.
This causes some issues when having multiple panels.
- First, publish the config file by running the command:
php artisan vendor:publish --tag="zeus-sky-config" --force
- move your configuration from your panel provider to the
zeus-sky
config file.
So these are the deprecated configuration methods:
->skyPrefix()
->skyMiddleware()
->uriPrefix()
->skyModels()
->editor()
->parsers()
->recentPostsLimit()
->searchResultHighlightCssClass()
->skipHighlightingTerms()
->defaultFeaturedImage()
Full Changelog: v3.1.4...v3.2.0