Skip to content

Releases: outl1ne/nova-settings

4.0.2

08 Apr 15:09
Compare
Choose a tag to compare

Changed

  • Reworked routing logic

4.0.1

08 Apr 14:57
Compare
Choose a tag to compare

Changed

  • Fixed page titles

4.0.0

08 Apr 14:49
Compare
Choose a tag to compare

Added

  • Nova 4 support
  • Fully compatible with light and dark modes

Changed

  • Dropped Laravel 7 and 8 support
  • Dropped PHP 7.X support
  • Dropped Nova 3 support

3.5.4

08 Apr 12:34
Compare
Choose a tag to compare

Changed

  • Updated packages

3.5.3

07 Mar 11:36
Compare
Choose a tag to compare

Changed

  • Fixed authorization check using wrong model (thanks to @dimitri-koenig)
  • Updated packages

3.5.2

11 Feb 14:52
Compare
Choose a tag to compare

Added

  • Added authorizations support to Settings model (view and update policies/gates work)

Changed

  • Use fake object instead of array when passing data to the resolve function of fields (thanks to @vaiil)

3.5.1

07 Feb 08:17
Compare
Choose a tag to compare

Changed

  • Improved fetching of settings to improve extendability (thanks to @dimitri-koenig)
  • Updated packages

3.5.0

17 Jan 13:36
Compare
Choose a tag to compare

Changed

  • nova_get_settings returns keys that are not defined #96
    • Previously keys, that were not defined, were not returned.
    • Key value will be null unless a default value is provided.

Added

  • nova_get_settings now accepts [key => value] array of defaults. #96

3.4.0

10 Jan 10:26
Compare
Choose a tag to compare

Changed

  • Refactored backend code to store configuration in a singleton instance tied to $app instance
  • Updated packages

3.3.1

10 Dec 14:45
Compare
Choose a tag to compare

Added

  • Added new config option show_in_sidebar (thanks to @kevariable)