Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
Added
- Added config option
page_resource
to overwrite thePage
Nova resource - Added config option
region_resource
to overwrite theRegion
Nova resource
Thanks to @slovenianGooner
If you want to get the updated config, you can force re-publish the config file.
php artisan vendor:publish --provider="OptimistDigital\NovaPageManager\ToolServiceProvider" --tag="config" --force
1.6.0
Added
- Added config option
max_locales_shown_on_index
with default value of2
Changed
- Translation options are now shown on both Index and Detail views
- When the amount of translation options exceeds the configured limit, the options are only displayed on the Detail view (thanks to @slovenianGooner)
- Fixed
LocaleParentField
not showing the title that was defined in theResource
- Fixed
LocaleParentField
not showing the parent value even though it has a parent
1.5.2
Changed
- Fixed SEO field imports in
Page
class from @slovenianGooner