Skip to content

Releases: outl1ne/nova-page-manager

2.1.0

13 Nov 12:44
Compare
Choose a tag to compare

Changed

2.0.3

01 Nov 10:39
Compare
Choose a tag to compare

Changed

  • Fixed invalid HEREDOC causing ViewException on PHP 7.2
  • Fixed LocaleFilter crashing

2.0.2

25 Oct 12:15
Compare
Choose a tag to compare

Changed

  • Fixed home page slug validation (/ did not pass validation after last update)

2.0.1

25 Oct 08:48
Compare
Choose a tag to compare

Changed

  • Hide Pages' IDs
  • Order pages in such a way that its children are shown underneath it in Index view (by @KasparRosin)
  • Slug field now shows the parents' slugs in edit and create views (by @KasparRosin)
  • Slug field now only allows alphanumeric characters, dashes and underscores (by @KasparRosin)

2.0.0

23 Oct 13:52
Compare
Choose a tag to compare

NB! This is a major release. Please consult UPGRADING.md for an upgrading guide.

Changed

  • Moved all configuration options from NovaPageManager::configure() to config/nova-page-manager.php.
  • Improved drafting feature (thanks to @KasparRosin)
  • Changed page link text from 'view' to 'view draft' when the page is a draft (thanks to @KasparRosin)
  • Fixed draft not updating all of the Page's fields when publishing (thanks to @KasparRosin)
  • Fixed "create & add another" continuously adding draft buttons to the UI (thanks to @KasparRosin)

1.9.9

22 Oct 09:26
Compare
Choose a tag to compare

Changed

  • Add path property to nova_format_page() result

1.9.8

18 Oct 09:48
Compare
Choose a tag to compare

Changed

  • Made Page and Region resources searchable and sortable by template

1.9.7

16 Oct 14:09
Compare
Choose a tag to compare

Added

  • Added option to display a link to the front-end website in the slug field using NovaPageManager::pagePreviewUrl()

1.9.6

15 Oct 13:55
Compare
Choose a tag to compare

Changed

  • Added path attribute to Page models (which displays the path with parent slugs appended)

1.9.5

06 Sep 14:39
Compare
Choose a tag to compare

Changed

  • Fixed missing SEO fields when using nova_get_page or nova_format_page