Skip to content

Releases: outl1ne/nova-page-manager

5.7.1

13 Oct 10:13
Compare
Choose a tag to compare

Added

  • Added the ability to use PageLinkField component without outl1ne/nova-translatable.

5.7.0

04 Oct 13:11
Compare
Choose a tag to compare

Changed

  • Fixed dependsOn support for Nova 4.13 and above
  • Bumped minimum Nova version to 4.13
  • Updated packages

5.6.2

26 Sep 14:02
Compare
Choose a tag to compare
  • Fixed getPagesStructure support with postgres.
    • Previously pages with parent_id were not returned.
      This was caused by postgres ordering null results differently from mysql.

5.6.1

26 Sep 09:45
Compare
Choose a tag to compare

Changed

  • Hide the whole page fields component with locale button when there's no fields
  • Updated packages

5.6.0

16 Sep 13:49
9316404
Compare
Choose a tag to compare

[5.6.0] - 16-09-2022

Added

  • Added keys parameter to NPMHelpers::getPageStructure function.

Changed

  • Rewrote the NPMHelpers::getPagesStructure to further optimize query speed and reduce n+1 queries.

5.5.4

15 Sep 15:39
Compare
Choose a tag to compare

Fixes

  • Fixed providing too few arguments to region resolve function.

5.5.2

06 Sep 14:11
Compare
Choose a tag to compare

Changed

  • Changed the default order of fields.
    • Now matches with the order that was in version >5.0.

Eases the transition from version 4.0 => 5.0.
If you prefer the previous layout, you can override the resource class and change the order to your liking.

5.5.1

05 Sep 12:27
Compare
Choose a tag to compare

Added

  • Filtering by template for both regions and pages
  • Filtering by uniqueness for both regions and pages

5.5.0

05 Sep 12:26
4ea353d
Compare
Choose a tag to compare

Added

  • Added regex start and end boundaries for collectAndReplaceUsing function
  • Improved slug field behaviour with different locales
  • Added support for downloading image fields

Fixed

  • Fixed an issue with some fields, where only the first value of an array was saved.

5.4.3

31 Aug 10:28
Compare
Choose a tag to compare

Added

  • Support providing eloquent Builder instance to collectAndReplace function.