Skip to content

Releases: rawilk/laravel-settings

v2.2.1

07 Feb 17:14
861c7a3
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #13
  • Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #10
  • Improve internal handling of the Context object on Settings service class
  • Prevent decryption errors when checking if a value should be persisted or not on set()

Full Changelog: v2.2.0...v2.2.1

v2.2.0

07 Dec 21:20
13291d4
Compare
Choose a tag to compare

What's Changed

  • Allow cache to be temporarily disabled (via temporarilyDisableCache())

Full Changelog: v2.1.1...v2.2.0

v2.1.1

06 Dec 15:28
cd64fb4
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #8
  • Bump actions/checkout from 2 to 3 by @dependabot in #9
  • Prevent non-strings from being unserialized or decrypted

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Nov 14:19
aa2c11a
Compare
Choose a tag to compare

Added

Changed

  • Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in #5
  • Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in #6
  • Drop official PHP 8.0 support

Full Changelog: v2.0.1...v2.1.0

v2.0.1

23 Feb 14:12
6261760
Compare
Choose a tag to compare

Updated

  • Add support for Laravel 9.*
  • Add support for PHP 8.1

2.0.0

01 Dec 16:57
73c3b29
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Laravel v6 and v7
  • Drop support for php 7

Updated

  • Add support for php 8
  • Update some of code base to use php 8 features

1.0.3

26 Oct 19:37
61c738d
Compare
Choose a tag to compare

Fixed

  • Fix bug with context being reset when saving (#3)

1.0.2

09 Oct 18:25
af322a8
Compare
Choose a tag to compare

Fixed

  • Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - #2

1.0.1

09 Sep 16:20
d8b5639
Compare
Choose a tag to compare

Added

  • Add support for Laravel 8

1.0.0

02 Aug 18:42
860ec07
Compare
Choose a tag to compare
  • initial release