Nova Page Versions Save

Static pages content management for Laravel Nova

v0.3.6

6 days ago
  • Fixed error StaticResource::__construct(): Argument #1 ($resource) must be of type Template, Manager given.

v0.3.4

1 month ago

What's Changed

Full Changelog: https://github.com/whitecube/nova-page/compare/v0.3.3...v0.3.4

v0.3.3

9 months ago

Bug fixes:

  • #103 Thanks @GarethSomers

v0.3.2

1 year ago

v0.3.1

1 year ago

Bug fixs:

  • Fixed #94 causing eloquent errors when calling exists on the JSON Page Query Builder. Thanks @AbdullahGhanem & @wshurafa
  • Bump dependencies

v0.3.0

1 year ago

v0.2.8

2 years ago
  • Fixed detail page - #81 #83. Thanks @thecaliskan

v0.2.7

3 years ago

This release fixes a bug introduced in a recent Nova version that would prevent the Pages and Options indexes from loading correctly.

v0.2.6

3 years ago

Bug fixes :

  • Fixed PHP8 error "Required parameter $closure follows optional parameter $date" - #76. Thanks @martijngastkemper