Skip to content

Releases: outl1ne/nova-page-manager

5.3.2

Choose a tag to compare

@Tarpsvo Tarpsvo released this 18 Aug 15:31

Added

  • Added collectAndReplaceUsing helper to Template

Changed

  • Fixed data replacement logic

5.3.1

Choose a tag to compare

@Tarpsvo Tarpsvo released this 18 Aug 15:31
aed6989

Added

  • Now returns seo data from formatPage function.

Removed

  • Removed SEO fields from regions.

5.3.0

Choose a tag to compare

@Tarpsvo Tarpsvo released this 17 Aug 09:20

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

Choose a tag to compare

@Tarpsvo Tarpsvo released this 15 Aug 17:05

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

5.1.2 Pre-release
Pre-release

Choose a tag to compare

@KasparRosin KasparRosin released this 03 Aug 11:06
d8a47e1

Fixed

  • Fix mysql query syntax that was breaking with postgres databases.

5.1.0

5.1.0 Pre-release
Pre-release

Choose a tag to compare

@KasparRosin KasparRosin released this 29 Jul 09:51

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 in data->{locale}->hero->{field_attribute}

Changed

  • Updated packages

5.0.8

5.0.8 Pre-release
Pre-release

Choose a tag to compare

@KasparRosin KasparRosin released this 28 Jul 07:56

Changed

  • Improved the query speed of getPageByPath helper.

5.0.7

5.0.7 Pre-release
Pre-release

Choose a tag to compare

@Tarpsvo Tarpsvo released this 11 Jul 10:40

Changed

  • Fix disabling of resources/models not working

5.0.6

5.0.6 Pre-release
Pre-release

Choose a tag to compare

@Tarpsvo Tarpsvo released this 15 Jun 07:59

Changed

  • Fixed instances of missing $params in function declarations

5.0.5

5.0.5 Pre-release
Pre-release

Choose a tag to compare

@Tarpsvo Tarpsvo released this 15 Jun 07:25

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)