Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.07 KB

[6.0.0]

In this version, the page manager introduces the use of the laravel-meta library.

Read the documentation of this package

Breaking Change

[4.0.0]

In this version, the page manager introduces the use of the laravel-nova-publishable and laravel-nova-translatable libraries.

Breaking Change

  • Run migrations
  • The Model Page now has automatic binding on the slug and automatically detects whether it should include unpublished pages or not based on the preview settings.
  • You can set the parameter of the route defined in the front_route_name configuration with the front_route_parameter configuration (page by default).
  • The fields publication_date and end_publication_date have been removed. Use fields from the laravel-nova-publishable library instead
    • publication_status
    • published_first_at
    • published_at
    • expired_at