Skip to content

Releases: outl1ne/nova-settings

2.5.1

08 Jul 08:31
Compare
Choose a tag to compare

Added

  • Added option to override Settings model (thanks to @indykoning)

Changed

  • Updated packages

2.5.0

16 Apr 13:05
Compare
Choose a tag to compare

Added

  • Added default optional value to nova_get_setting($key, $default = null) helper (thanks to @Landish)
  • Added type="submit" to Settings submit button to allow enter press to save the form (thanks to @Landish)

Changed

  • Fixed Date and DateTime fields
  • Updated packages

2.4.3

19 Mar 11:05
Compare
Choose a tag to compare

Changed

  • Fixed ->rules('required') not displaying asterisk

2.4.2

05 Mar 07:37
Compare
Choose a tag to compare

Added

  • Support Nova 3.0 in composer.json requirements

2.4.1

02 Mar 15:40
Compare
Choose a tag to compare

Changed

  • Fixed typo

2.4.0

02 Mar 12:24
Compare
Choose a tag to compare

Added

  • Added config file with reload_page_on_save option

Changed

  • Read-only fields are no longer being saved
  • Migration(s) are now loaded automatically. The following migration file can be deleted from your project:
    • 2019_08_13_000000_create_nova_settings_table.php
  • Updated packages

2.3.0

25 Feb 08:20
Compare
Choose a tag to compare

Added

  • Added translations support

2.2.0

21 Feb 13:06
Compare
Choose a tag to compare

2.1.1

11 Feb 13:40
Compare
Choose a tag to compare

Changed

  • nova_get_setting() and nova_get_settings() now cache values to avoid duplicate queries

2.1.0

30 Jan 10:32
Compare
Choose a tag to compare

Added

  • Allow passing callable that returns an array of fields as first argument of NovaSettings::addSettingsFields()