Releases: whitecube/nova-page
Releases · whitecube/nova-page
Laravel 11 compatibility
- Fixed composer dependencies for Laravel 11. Thanks @BenSampo !
Bug fix
- Fixed error
StaticResource::__construct(): Argument #1 ($resource) must be of type Template, Manager given
.
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add preventsAccessingMissingAttributes method on template by @voidgraphics in #108
Full Changelog: v0.3.3...v0.3.4
Fixed forceFill bug on Nova 4.26.0
Bug fixes:
- #103 Thanks @GarethSomers
Dependencies update for L10
v0.3.2 Updated orchestra version for laravel 10
Bug fixs
Bug fixs:
- Fixed #94 causing eloquent errors when calling
exists
on the JSON Page Query Builder. Thanks @AbdullahGhanem & @wshurafa - Bump dependencies
Nova 4 support
Merge pull request #88 from whitecube/nova-4 Nova 4 support
Bug fix
- Fixed detail page - #81 #83. Thanks @thecaliskan
Bug fixes
This release fixes a bug introduced in a recent Nova version that would prevent the Pages and Options indexes from loading correctly.