Skip to content

Releases: outl1ne/nova-page-manager

4.0.5

06 Apr 13:24
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with nova_page_manager_get_page_by_template where it would return a page that was not locale parent.

4.0.4

14 Dec 12:20
7b63a4f
Compare
Choose a tag to compare

Fixed

  • Fixed panel name breaking change introduced in 4.0.2 (thanks to @allantatter)

4.0.3

13 Dec 15:55
Compare
Choose a tag to compare

Added

  • Added created_at and updated_at to nova_get_page()

Changed

  • Fixed abnormal amount of queries in page manager index view (thanks to @allantatter))
  • Updated packages

4.0.2

29 Oct 15:02
Compare
Choose a tag to compare

Changed

  • Fixed transliteration of panel names
  • Updated packages

4.0.1

02 Sep 15:22
Compare
Choose a tag to compare

Changed

  • Return null instead of an exception when a parent can no longer be found (thanks to @shahruslan))
  • Updated packages

4.0.0

18 Jun 11:15
Compare
Choose a tag to compare

Added

  • Added localization to the whole package (huge thanks to @trippo)

Changed

  • Dropped PHP 7.1, Laravel 6 and Nova 2 support
  • Fixed nova_get_page_by_slug throwing an exception instead of returning null (thanks to @akiyamaSM)
  • Fixed Panel names in non-standard locales (cyrillic etc) being transformed into _ instead of a proper name (thanks to @shahruslan)
  • Updated packages

3.5.3

03 May 12:18
Compare
Choose a tag to compare

Changed

3.5.2

22 Apr 14:07
Compare
Choose a tag to compare

Changed

  • Show full page path in parent select

3.5.1

22 Apr 11:19
Compare
Choose a tag to compare

Changed

  • Fix migrations crashing on SQLite

3.5.0

19 Apr 10:21
Compare
Choose a tag to compare

Changed

  • Page manager no longer loads template fields in Index view
  • Fixed slug validation that was breaking in psql
  • Resource models are now correctly loaded from config