File tree 3 files changed +992
-300
lines changed
3 files changed +992
-300
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Support PHP 8.4 [ #650 ] ( https://github.com/markuspoerschke/iCal/pull/650 )
13
+
10
14
## [ 2.14.0] - 2024-07-11
11
15
12
16
### Fixed
13
17
14
- - Fix \\ n being escaped to \\ n, leading to no newlines in actual text [ #617 ] ( https://github.com/markuspoerschke/iCal/pull/617 )
18
+ - Fix ` \n ` being escaped to ` \\n ` , leading to no newlines in actual text [ #617 ] ( https://github.com/markuspoerschke/iCal/pull/617 )
15
19
16
20
## [ 2.13.0] - 2023-12-19
17
21
Original file line number Diff line number Diff line change 24
24
"docs" : " https://ical.poerschke.nrw"
25
25
},
26
26
"require" : {
27
- "php" : " >=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" ,
27
+ "php" : " >=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
28
28
"ext-mbstring" : " *" ,
29
29
"symfony/deprecation-contracts" : " ^2.1 || ^3.0"
30
30
},
You can’t perform that action at this time.
0 commit comments