Skip to content

Releases: outl1ne/nova-settings

3.3.0

10 Dec 14:42
Compare
Choose a tag to compare

Changed

  • Fixed values defaulting to empty string instead of null (thanks to @JoshMoreno)
  • Fixed arabic language keys being invalid (thanks to @SeyamMs)
  • Refactored and improved casting logic (thanks to @JoshMoreno)
  • Fixed issue with null values being casted (thanks to @JoshMoreno)
  • Updated packages

3.2.3

02 Sep 13:54
Compare
Choose a tag to compare

Added

  • Added pt-BR translations (thanks to @lisotton)

Changed

  • Fixed issue with deleting images (thanks to @ahmetbedir)
  • Updated packages

3.2.2

09 Aug 13:51
Compare
Choose a tag to compare

Changed

  • Improved usage of getValueForKey (thanks to @phuclh)
  • Updated packages

3.2.1

05 Jul 10:39
Compare
Choose a tag to compare

Changed

  • Added customizable table name option (thanks to @trippo)
  • Updated packages

3.2.0

18 Jun 13:58
Compare
Choose a tag to compare

Added

  • Added Italian translations (thanks to @trippo)
  • Added base_path configuration option (thanks to @medvinator)

Changed

  • Clear value from cache when setting value is updated (thanks to @Katzen48)
  • Fixed missing Panel help text
  • Updated packages

3.1.3

14 May 13:35
Compare
Choose a tag to compare

Added

Changed

  • Fixed image deletion not working on subpages
  • Updated packages

3.1.2

04 Mar 10:32
Compare
Choose a tag to compare

Changed

  • Changed value column from varchar to text to support SQL Server (thanks to @davidjosephhayes)
  • Display Nova error toast on validation failure (thanks to @medvinator)
  • Updated packages

PS: Running php artisan migrate is recommended after installing this version.

3.1.1

18 Jan 10:24
Compare
Choose a tag to compare

Added

  • Added Persian (Farsi) translations (thanks to @FaridAghili)
  • Added nova_set_setting_value helper

Changed

  • Updated packages

3.1.0

04 Dec 08:22
Compare
Choose a tag to compare

Added

  • Added page HTML <title> to Settings (thanks to @medvinator)
  • Added Russian translations (thanks to @medvinator)
  • Added fields authorization support
  • Added section about authorization to README.md

3.0.0

02 Dec 13:33
Compare
Choose a tag to compare

Changed

  • Fixed duplicate panels (thanks to @mxm1070)
  • Dropped PHP 7.1, Laravel 6 and Nova 2 support
  • Updated packages