Skip to content

Releases: outl1ne/nova-page-manager

3.0.2

29 Jan 16:53
Compare
Choose a tag to compare

Changed

  • Improve visual style of slug field on edit view
  • Fix localized pages path generation logic

3.0.1

28 Jan 13:08
Compare
Choose a tag to compare

Changed

  • Add nova-lang support to Regions (by @KasparRosin)
  • Update packages

3.0.0

17 Jan 10:23
Compare
Choose a tag to compare
  • Breaking! Changed the way drafts are toggled - there's no longer a flag drafts_enabled in the config.
    • From now on, to have drafts, you must install nova-drafts:
    • composer require optimistdigital/nova-drafts
    • After the install, the drafts will be enabled automatically.
  • Update Node packages and dist files

2.3.2

10 Jan 13:50
Compare
Choose a tag to compare

Added

  • Added new config option page_path which allows project-specific path manipulation

2.3.1

17 Dec 13:14
Compare
Choose a tag to compare

Added

  • Added new helper nova_get_pages_structure_flat() that returns pages as a flat structure with full paths instead of slugs

2.3.0

16 Dec 16:11
Compare
Choose a tag to compare

Changed

  • Reduced number of scripts the page manager tool loads to 1 (by @KasparRosin)
  • Updated nova-locale-field dependency to 2.0.0

2.2.2

11 Dec 12:03
Compare
Choose a tag to compare

Changed

  • Force page slug to be lowercase

2.2.1

06 Dec 08:44
Compare
Choose a tag to compare

Changed

  • Fix possible index name conflict in latest migration (by @KasparRosin)

2.2.0

05 Dec 10:15
Compare
Choose a tag to compare

Added

  • Added nova_page_manager_get_page_by_path($path, $previewToken = null, $locale = null) helper function (by @KasparRosin)

Changed

  • Made default config serializable
  • Improved slug validation (multiple pages can have the same slug as long as they have a different parent now) (by @KasparRosin)

2.1.1

21 Nov 10:40
Compare
Choose a tag to compare

Changed

  • Added $template::$view variable support (thanks to @lvdhoorn)
  • Added better slug matching (w/ locale support) (thanks to @lvdhoorn)