Commit 9f01de5 1 parent 24778f5 commit 9f01de5 Copy full SHA for 9f01de5
File tree 10 files changed +23
-15
lines changed
10 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.36.1] - 2024-09-23
10
+ ### Fixed
11
+ - Fixed deleting gitignore when run ` Cache::clear() ` using file storage (#391 ).
12
+ - Fixed prevent rendering error in production (#389 ).
13
+
14
+ ### Changed
15
+ - Change or added default configuration for ` CACHE_STORAGE ` use by ` cache ` facade and ` BCRYPT_ROUNDS ` use by ` hash ` facade (bcrypt hasher) (#392 ).
16
+
9
17
## [ 0.36.0] - 2024-09-18
10
18
### Added
11
19
- Added ` HandleExceptions::class ` for handle php error (#368 ), prevent production report.
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
return [
6
- 'tag_version ' => '^0.36.0 ' ,
6
+ 'tag_version ' => '^0.36.1 ' ,
7
7
'split_repositorys ' => [
8
8
'sonypradana/cache ' => '/src/System/Cache/ ' ,
9
9
'sonypradana/collection ' => '/src/System/Collection/ ' ,
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"sonypradana/validator" : " ^0.8" ,
13
- "sonypradana/text" : " ^0.36.0 "
13
+ "sonypradana/text" : " ^0.36.1 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.0 "
12
+ "sonypradana/collection" : " ^0.36.1 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"sonypradana/validator" : " ^0.8" ,
13
- "sonypradana/collection" : " ^0.36.0 " ,
14
- "sonypradana/macroable" : " ^0.36.0 " ,
15
- "sonypradana/text" : " ^0.36.0 "
13
+ "sonypradana/collection" : " ^0.36.1 " ,
14
+ "sonypradana/macroable" : " ^0.36.1 " ,
15
+ "sonypradana/text" : " ^0.36.1 "
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.0 " ,
13
- "sonypradana/http" : " ^0.36.0 " ,
14
- "sonypradana/text" : " ^0.36.0 "
12
+ "sonypradana/collection" : " ^0.36.1 " ,
13
+ "sonypradana/http" : " ^0.36.1 " ,
14
+ "sonypradana/text" : " ^0.36.1 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/macroable" : " ^0.36.0 "
12
+ "sonypradana/macroable" : " ^0.36.1 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"ext-mbstring" : " *" ,
13
- "sonypradana/macroable" : " ^0.36.0 "
13
+ "sonypradana/macroable" : " ^0.36.1 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.0 " ,
13
- "sonypradana/support" : " ^0.36.0 " ,
14
- "sonypradana/text" : " ^0.36.0 "
12
+ "sonypradana/collection" : " ^0.36.1 " ,
13
+ "sonypradana/support" : " ^0.36.1 " ,
14
+ "sonypradana/text" : " ^0.36.1 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/http" : " ^0.36.0 "
12
+ "sonypradana/http" : " ^0.36.1 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
You can’t perform that action at this time.
0 commit comments