Skip to content

Releases: outl1ne/nova-settings

2.0.2

27 Jan 10:21
Compare
Choose a tag to compare

Changed

  • Improve nova-translatable support
  • Fixed Image field DELETE route not working when routes are cached
  • Updated packages

2.0.1

17 Jan 17:09
Compare
Choose a tag to compare

Changed

  • Support nova-translatable rule validation

2.0.0

17 Jan 16:18
Compare
Choose a tag to compare

Changed

  • Replaced customFormatter logic with casts that works identical to Laravel model's cast
  • nova_get_setting_value($key) is now nova_get_setting($key)
  • nova_get_settings($keys = null) now accepts an array of keys that define which settings to return
  • setSettingsFields($fields, $customFormatter) is now addSettingsFields($fields, $casts = [])
  • Added addCasts($casts = [])

1.4.0

10 Dec 14:00
Compare
Choose a tag to compare

Added

  • Added validation support (thanks to @tom075)

1.3.0

10 Dec 14:01
Compare
Choose a tag to compare

Added

  • Added support for Laravel Translatable (thanks to @royduin)

1.2.1

14 Nov 12:07
Compare
Choose a tag to compare

Changed

  • Fixed compatibility with Nova 2.7.0

1.2.0

11 Nov 10:44
Compare
Choose a tag to compare

Added

  • Added Image support

1.1.0

15 Sep 14:28
Compare
Choose a tag to compare

Added

  • Added Panel support

1.0.0

13 Aug 09:54
Compare
Choose a tag to compare

Initial release.

Added

  • Manage settings fields in code
  • UI for editing settings
  • Helpers for accessing settings