Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
5.0.0
4.0.5
Fixed
- Fixed an issue with
nova_page_manager_get_page_by_template
where it would return a page that was not locale parent.
4.0.4
Fixed
- Fixed panel name breaking change introduced in 4.0.2 (thanks to @allantatter)
4.0.3
Added
- Added
created_at
andupdated_at
tonova_get_page()
Changed
- Fixed abnormal amount of queries in page manager index view (thanks to @allantatter))
- Updated packages
4.0.2
4.0.1
Changed
- Return null instead of an exception when a parent can no longer be found (thanks to @shahruslan))
- Updated packages
4.0.0
Added
- Added localization to the whole package (huge thanks to @trippo)
Changed
- Dropped PHP 7.1, Laravel 6 and Nova 2 support
- Fixed
nova_get_page_by_slug
throwing an exception instead of returning null (thanks to @akiyamaSM) - Fixed Panel names in non-standard locales (cyrillic etc) being transformed into
_
instead of a proper name (thanks to @shahruslan) - Updated packages
3.5.3
Changed
- Fixed migration crash on SQLite (thanks to @murad-optimist)