Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
5.1.2
Fixed
- Fix mysql query syntax that was breaking with postgres databases.
5.1.0
Added
-
Added support for Panels inside page template fields
-
Added
fieldPrefix
macro to Panel- Allows you to store panel data in objects.
Panel::make("", [])->fieldPrefix('hero')
stores data indata->{locale}->hero->{field_attribute}
Changed
- Updated packages
5.0.8
Changed
- Improved the query speed of
getPageByPath
helper.
5.0.7
5.0.6
5.0.5
NB! Breaking - Template's resolve() function had its signature changed. It's now:
public function resolve($page, $params): array
{}
Added
- Added $params to Template's resolve function which are filled when using
getPageByPath
(thanks to @kaareloun)
5.0.4
Added
NPMHelpers::getPageByPath()
function (thanks to @kaareloun)
5.0.3
5.0.2
5.0.1
Added
- SEO fields support and configuration options
Changed
- Reworked fields filling logic on both the JS and PHP side to support File and Image fields
- Fixed spread operator used on an array with string keys causing an exception on PHP 8.0
- Fixed stub not having correct return types (thanks to @kaareloun)