@@ -6,82 +6,82 @@ All notable changes to `laravel-settings` will be documented in this file
6
6
7
7
### What's Changed
8
8
9
- - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
10
- - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
11
- - Improve internal handling of the Context object on Settings service class
12
- - Prevent decryption errors when checking if a value should be persisted or not on ` set() `
9
+ - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
10
+ - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
11
+ - Improve internal handling of the Context object on Settings service class
12
+ - Prevent decryption errors when checking if a value should be persisted or not on ` set() `
13
13
14
14
** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.2.0...v2.2.1
15
15
16
16
## v2.2.0 - 2022-12-07
17
17
18
18
### What's Changed
19
19
20
- - Allow cache to be temporarily disabled (via ` temporarilyDisableCache() ` )
20
+ - Allow cache to be temporarily disabled (via ` temporarilyDisableCache() ` )
21
21
22
22
** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.1.1...v2.2.0
23
23
24
24
## v2.1.1 - 2022-12-06
25
25
26
26
### What's Changed
27
27
28
- - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
29
- - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
30
- - Prevent non-strings from being unserialized or decrypted
28
+ - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
29
+ - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
30
+ - Prevent non-strings from being unserialized or decrypted
31
31
32
32
** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.1.0...v2.1.1
33
33
34
34
## v2.1.0 - 2022-11-01
35
35
36
36
### Added
37
37
38
- - Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7
38
+ - Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7
39
39
40
40
### Changed
41
41
42
- - Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
43
- - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
44
- - Drop official PHP 8.0 support
42
+ - Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
43
+ - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
44
+ - Drop official PHP 8.0 support
45
45
46
46
** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.0.1...v2.1.0
47
47
48
48
## 2.0.1 - 2022-02-23
49
49
50
50
### Updated
51
51
52
- - Add support for Laravel 9.*
53
- - Add support for PHP 8.1
52
+ - Add support for Laravel 9.\ *
53
+ - Add support for PHP 8.1
54
54
55
55
## 2.0.0 - 2020-12-01
56
56
57
57
### Breaking Changes
58
58
59
- - Drop support for Laravel v6 and v7
60
- - Drop support for php 7
59
+ - Drop support for Laravel v6 and v7
60
+ - Drop support for php 7
61
61
62
62
### Updated
63
63
64
- - Add support for php 8
65
- - Update some of code base to use php 8 features
64
+ - Add support for php 8
65
+ - Update some of code base to use php 8 features
66
66
67
67
## 1.0.3 - 2020-10-26
68
68
69
69
### Fixed
70
70
71
- - Fix bug with context being reset when saving ([ #3 ] ( https://github.com/rawilk/laravel-settings/issues/3 ) )
71
+ - Fix bug with context being reset when saving ([ #3 ] ( https://github.com/rawilk/laravel-settings/issues/3 ) )
72
72
73
73
## 1.0.2 - 2020-10-09
74
74
75
75
### Fixed
76
76
77
- - Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [ #2 ] ( https://github.com/rawilk/laravel-settings/issues/2 )
77
+ - Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [ #2 ] ( https://github.com/rawilk/laravel-settings/issues/2 )
78
78
79
79
## 1.0.1 - 2020-09-09
80
80
81
81
### Added
82
82
83
- - Add support for Laravel 8
83
+ - Add support for Laravel 8
84
84
85
85
## 1.0.0 - 2020-08-02
86
86
87
- - initial release
87
+ - initial release
0 commit comments