Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
5.3.2
Compare
Sorry, something went wrong.
No results found
Added
Added collectAndReplaceUsing helper to Template
Changed
Fixed data replacement logic
5.3.1
Compare
Sorry, something went wrong.
No results found
Added
Now returns seo data from formatPage function.
Removed
Removed SEO fields from regions.
5.3.0
Compare
Sorry, something went wrong.
No results found
Added
Added Nova dependsOn support
Added advanced DataReplaceHelpers to Template to make resolve()-ing easier
Changed
Fixed issue with flexible content compatibility
5.2.0
Compare
Sorry, something went wrong.
No results found
Added
Added whitecube/nova-flexible-content support
Changed
Fixed UI panel width problems with latest Nova version
Fixed invalid type for the name column (requires running migrations)
Changed Tailwind prefix from npm- to o1-
Updated packages
5.1.2
Compare
Sorry, something went wrong.
No results found
Fixed
Fix mysql query syntax that was breaking with postgres databases.
5.1.0
Compare
Sorry, something went wrong.
No results found
5.0.8
Compare
Sorry, something went wrong.
No results found
Changed
Improved the query speed of getPageByPath helper.
5.0.7
Compare
Sorry, something went wrong.
No results found
Changed
Fix disabling of resources/models not working
5.0.6
Compare
Sorry, something went wrong.
No results found
Changed
Fixed instances of missing $params in function declarations
5.0.5
Compare
Sorry, something went wrong.
No results found
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 )