Skip to content

Releases: outl1ne/nova-page-manager

5.1.0

29 Jul 09:51
Compare
Choose a tag to compare
5.1.0 Pre-release
Pre-release

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

28 Jul 07:56
Compare
Choose a tag to compare
5.0.8 Pre-release
Pre-release

Changed

  • Improved the query speed of getPageByPath helper.

5.0.7

11 Jul 10:40
Compare
Choose a tag to compare
5.0.7 Pre-release
Pre-release

Changed

  • Fix disabling of resources/models not working

5.0.6

15 Jun 07:59
Compare
Choose a tag to compare
5.0.6 Pre-release
Pre-release

Changed

  • Fixed instances of missing $params in function declarations

5.0.5

15 Jun 07:25
Compare
Choose a tag to compare
5.0.5 Pre-release
Pre-release

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

14 Jun 13:35
Compare
Choose a tag to compare
5.0.4 Pre-release
Pre-release

Added

  • NPMHelpers::getPageByPath() function (thanks to @kaareloun)

5.0.3

13 Jun 16:01
Compare
Choose a tag to compare
5.0.3 Pre-release
Pre-release

Changed

  • Fix landing (/) slug handling

5.0.2

13 Jun 15:54
Compare
Choose a tag to compare
5.0.2 Pre-release
Pre-release

Changed

  • Fixed crash on update when Template has no fields defined

5.0.1

13 Jun 15:37
Compare
Choose a tag to compare
5.0.1 Pre-release
Pre-release

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)

5.0.0

09 Jun 11:41
Compare
Choose a tag to compare
5.0.0 Pre-release
Pre-release

Major rework for Nova 4.

Changed

  • Dropped PHP 7.X support
  • Dropped Nova 3.X support
  • Reworked localization logic
  • Renamed namespace from OptimistDigital to Outl1ne