Skip to content

v3.2.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 05 Oct 13:17
· 138 commits to 3.x since this release
de11ba1

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.

  1. First, publish the config file by running the command:
php artisan vendor:publish --tag="zeus-sky-config" --force
  1. 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