File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ 4.0.6 (2024-09-06)
5
+ ------------------
6
+ * #281 delete unused bin directory ( @szepeviktor )
7
+ * #282 stop exporting php-cs-fixer config ( @szepeviktor )
8
+ * #298 fix for passing a closed resource to Service parse or expect (@phil-davis )
9
+
4
10
4.0.5 (2024-04-18)
5
11
------------------
6
12
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -30,6 +36,14 @@ ChangeLog
30
36
------------------
31
37
* #226 Allow sabre/uri major version 3 ( @phil-davis )
32
38
39
+ 3.0.6 (2024-09-06)
40
+ ------------------
41
+ * #298 fix for passing a closed resource to Service parse or expect (@phil-davis )
42
+
43
+ 3.0.5 (2024-09-05)
44
+ ------------------
45
+ * #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
46
+
33
47
3.0.4 (2024-04-18)
34
48
------------------
35
49
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -56,6 +70,23 @@ ChangeLog
56
70
* #213 added phpstan types to deserializer functions ( @staabm )
57
71
* #214 update phpstan 1.x ( @staabm )
58
72
73
+ 2.2.11 (2024-09-06)
74
+ ------------------
75
+ * #298 fix for passing a closed resource to Service parse or expect (@phil-davis )
76
+
77
+ 2.2.10 (2024-08-27)
78
+ ------------------
79
+ * #290 add cs-fixer v3 (@phil-davis )
80
+
81
+ 2.2.9 (2024-07-26)
82
+ ------------------
83
+ * #287 Explicitly mark nullable parameter (@cedric-anne )
84
+
85
+ 2.2.8 (2024-07-25)
86
+ ------------------
87
+ * #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis )
88
+ * #285 PHP 8.4 compliance (@phil-davis )
89
+
59
90
2.2.7 (2024-04-18)
60
91
------------------
61
92
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
16
16
/**
17
17
* Full version number.
18
18
*/
19
- public const VERSION = '4.0.5 ' ;
19
+ public const VERSION = '4.0.6 ' ;
20
20
}
You can’t perform that action at this time.
0 commit comments