Skip to content

Releases: outl1ne/nova-page-manager

1.7.2

03 Jun 10:06
Compare
Choose a tag to compare

Changed

  • Fixed not being able to remove parent from a Page

1.7.1

31 May 15:25
Compare
Choose a tag to compare

Changed

  • Template class now has access to the resource ($this->resource) that can be used in the fields() function

1.7.0

30 May 11:58
Compare
Choose a tag to compare

Changed

  • Replaced locale-field and locale-parent-field with a spin-off package optimistdigital/nova-locale-field

1.6.1

28 May 07:18
Compare
Choose a tag to compare

Added

  • Added config option page_resource to overwrite the Page Nova resource
  • Added config option region_resource to overwrite the Region Nova resource

Thanks to @slovenianGooner

If you want to get the updated config, you can force re-publish the config file.

php artisan vendor:publish --provider="OptimistDigital\NovaPageManager\ToolServiceProvider" --tag="config" --force

1.6.0

27 May 13:42
Compare
Choose a tag to compare

Added

  • Added config option max_locales_shown_on_index with default value of 2

Changed

  • Translation options are now shown on both Index and Detail views
  • When the amount of translation options exceeds the configured limit, the options are only displayed on the Detail view (thanks to @slovenianGooner)
  • Fixed LocaleParentField not showing the title that was defined in the Resource
  • Fixed LocaleParentField not showing the parent value even though it has a parent

1.5.2

23 May 07:41
Compare
Choose a tag to compare

Changed

1.5.1

13 May 07:29
Compare
Choose a tag to compare

Changed

  • Pass the template model as the second parameter resolveResponseValue($value, $templateModel) function

1.5.0

10 May 14:04
Compare
Choose a tag to compare

Changed

  • Added ability to apply custom response formatting by implementing resolveResponseValue($value) function on any field
  • Reworked the way data is returned through nova_get_page and nova_get_region helpers

1.4.0

06 May 13:14
Compare
Choose a tag to compare

Changed

  • Made nova_get_page(id) return just one page, instead of all related locales of the page

1.3.1

03 May 13:45
Compare
Choose a tag to compare

Changed

  • Fixed unique slug-locale pair validation