Skip to content

Releases: hackerESQ/laravel-settings

Version 3.2.1

25 Apr 13:45
d256972
Compare
Choose a tag to compare

Supports Laravel 10

Version 3.2.0

06 May 04:16
Compare
Choose a tag to compare

This new version enables casting to native PHP array or boolean values. There is a new cast option available in the settings.php config file.

Version 3.1.0

26 Mar 14:12
Compare
Choose a tag to compare

This new version encodes arrays to json by default.

Version 3.0.6

10 Mar 23:11
55888e1
Compare
Choose a tag to compare

This new release adds support for Laravel 9.

Version 3.0.5

23 Apr 22:18
Compare
Choose a tag to compare

This new release adds the following features:

  • Adds new ability to have default settings on get() method

Version 3.0.4

08 Feb 01:52
f4cf84b
Compare
Choose a tag to compare

Changes:

  • Adds tests - can be run with composer test
  • Migration titles have been updated (but content stays the same)
  • Removed force global option in favor of the fillable config option (more in line with Laravel)
  • Removed local force option (moved to method) - can now be called fluently with force() instead of as an options array
  • Additional clean up for docs for above changes

Upgrade:

  • before upgrading, update to the new HackerESQ\Settings namespace wherever you call this package.

Version 3.0.3

03 Feb 03:18
22b97b5
Compare
Choose a tag to compare

hot fix reverts removal of doctrine/dbal + corrupted composer.json file

Changes:

  • creates new tenant() method instead of using the options param
  • supports laravel 8.0
  • cleans up docs
  • fixes some migration issues (like #9)

Upgrade:

  • before upgrading, update your settings calls to use the new tenant() method.

Version 3.0.2

03 Feb 03:16
ef3e8d6
Compare
Choose a tag to compare

hot fix reverts removal of doctrine/dbal + fixes corrupted composer.json

Changes:

  • creates new tenant() method instead of using the options param
  • supports laravel 8.0
  • cleans up docs
  • fixes some migration issues (like #9)

Upgrade:

  • before upgrading, update your settings calls to use the new tenant() method.

Version 3.0.1

03 Feb 03:05
0815d9a
Compare
Choose a tag to compare

hot fix reverts removal of doctrine/dbal

Changes:

  • creates new tenant() method instead of using the options param
  • supports laravel 8.0
  • cleans up docs
  • fixes some migration issues (like #9)

Upgrade:

  • before upgrading, update your settings calls to use the new tenant() method.

Version 3.0.0

03 Feb 02:52
43725e0
Compare
Choose a tag to compare

Changes:

  • creates new tenant() method instead of using the options param
  • supports laravel 8.0
  • cleans up docs
  • fixes some migration issues (like #9)

Upgrade:

  • before upgrading, update your settings calls to use the new tenant() method.