Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
5.4.3
Added
- Support providing eloquent Builder instance to
collectAndReplace
function.
5.4.2
Changed
- Fixed support for fields that wished to read other fields values.
- Specifically targeted
nova-flexible-content
package where having multiple
Flexible fields inside a page would throw an error.
- Specifically targeted
5.4.1
Changed
- Fixed page seo image field storing
5.4.0
Changed
- Fixed NPMHelpers page formatter not returning name and slug translations
- NB! Previously returned a default translation string for 'name' and 'slug', now it returns an object, ie: (
['en' => 'Name']
)
- NB! Previously returned a default translation string for 'name' and 'slug', now it returns an object, ie: (
- Fixed migrations on Postgres (thanks to @KasparRosin)