Skip to content

Releases: anlutro/laravel-settings

Version 1.4.1

14 Jun 10:47
8e44bf7
Compare
Choose a tag to compare
  • Fix a deprecation warning in PHP 8.3 (#184 fixed by #185)

v1.4.0

13 Mar 09:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

27 Mar 09:48
Compare
Choose a tag to compare
JsonSettingStore: declare properties used dynamically

To avoid PHP 8.2 deprecation notes like:
 DEPRECATED  Creation of dynamic property anlutro\LaravelSettings\JsonSettingStore::$files is deprecated in vendor/anlutro/l4-settings/src/JsonSettingStore.php on line 22.

   DEPRECATED  Creation of dynamic property anlutro\LaravelSettings\JsonSettingStore::$path is deprecated in vendor/anlutro/l4-settings/src/JsonSettingStore.php on line 45.

v1.3.0

15 Feb 21:46
1dcde02
Compare
Choose a tag to compare
Merge pull request #173 from aglipanci/patch-1

Adding support for Laravel 10.

v1.2.0

26 Oct 14:05
e154dbb
Compare
Choose a tag to compare
Merge pull request #166 from m-safwan/fix_fetch_incorrect_keys

v1.1.1

11 Feb 13:02
679bba8
Compare
Choose a tag to compare

What's Changed

  • Fix dependencies for Laravel 9.x by @akmet in #159

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Feb 08:37
90e8271
Compare
Choose a tag to compare
Merge pull request #158 from aglipanci/master

v1.0.0

09 Sep 13:15
179b271
Compare
Choose a tag to compare

Laravel 8 support.

v0.11.3

07 Aug 14:59
c76df67
Compare
Choose a tag to compare

fix behavior of Settings::get when $key is an array and defaults are set (PR: #144 - fixes #143)

v0.11.2

13 May 08:54
74a743f
Compare
Choose a tag to compare
fix: remove trailing comma causing syntax errors