All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nova 5 initial support
- Added hugely improved caching store with options (thanks to @manuel-watchenterprise)
- Added Spanish localization (thanks to @dualklip)
- Fixed save button missing in Nova 4.28 (thanks to @alancolant)
- Fixed casting of date and datetime objects when passing them into field (see issue)
- Added Nova ->domain() support to routes (thanks to @RonMelkhior)
- Fixed null values not being persisted (thanks to @Senexis)
- Added Nova 4.26 support (thanks to @puzzledmonkey)
- Added Slovak language (thanks to @wamesro)
- Added resource-loaded and resource-updated Nova events
- Allow encoding of JsonSerializable objects (thanks to @miagg)
- Settings submenu is now hidden if there is only 1 menu element (thanks to @johnpuddephatt)
- Fixed image deletion when the image is inside a \Nova\Panel or \Eminiarts\Tabs (thanks to @marttinnotta)
- Updated packages
- Fixed
nova_get_settings()
not casting as expected
- Added dusk identifier to update button (thanks to @chrillep)
- Fixed
nova_get_settings()
not working as expected with default values - Updated packages
- Added translations for French language (thanks to @shaffe-fr)
- Fixed help text not rendering (thanks to @mberatsanli)
- Fixed nova-tabs support (thanks to @Gertiozuni)
- Updated packages
- Fixed File and Image fields not deleting files from disk
- Added Turkish translations (thanks to @suleymanozev)
- Fixed not being redirected to login when accessing settings while unauthenticated (thanks to @ianrobertsFF)
- Fixed migrations (thanks to @AndreasFurster)
- NB! Changed namespace from OptimistDigital to Outl1ne
- Allow redirections as a result of settings updates (thanks to @ianrobertsFF)
- Fixed sidebar subpages titles (thanks to @faab007nl)
- Updated packages
- Removed loadViewsFrom() call from ServiceProvider
- Fixed memory cache not clearing after settings update
- Updated packages
- Changed
empty
check toisset
when loading settings to allow negative but defined values
- Reworked routing logic
- Fixed page titles
- Nova 4 support
- Fully compatible with light and dark modes
- Dropped Laravel 7 and 8 support
- Dropped PHP 7.X support
- Dropped Nova 3 support