File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ short and long options.</description>
24
24
<active >no</active >
25
25
</helper >
26
26
27
- <date >2019-02-06 </date >
27
+ <date >2019-11-20 </date >
28
28
<version >
29
- <release >1.4.2 </release >
29
+ <release >1.4.3 </release >
30
30
<api >1.4.0</api >
31
31
</version >
32
32
<stability >
@@ -36,7 +36,8 @@ short and long options.</description>
36
36
<license uri =" http://opensource.org/licenses/bsd-license.php" >BSD-2-Clause</license >
37
37
38
38
<notes >
39
- * Remove use of each(), which is removed in PHP 8
39
+ * PR #4: Fix PHP 7.4 deprecation: array/string curly braces access
40
+ * PR #5: fix phplint warnings
40
41
</notes >
41
42
42
43
<contents >
@@ -75,6 +76,23 @@ short and long options.</description>
75
76
76
77
<changelog >
77
78
79
+ <release >
80
+ <date >2019-11-20</date >
81
+ <version >
82
+ <release >1.4.3</release >
83
+ <api >1.4.0</api >
84
+ </version >
85
+ <stability >
86
+ <release >stable</release >
87
+ <api >stable</api >
88
+ </stability >
89
+ <license uri =" http://opensource.org/licenses/bsd-license.php" >BSD-2-Clause</license >
90
+ <notes >
91
+ * PR #4: Fix PHP 7.4 deprecation: array/string curly braces access
92
+ * PR #5: fix phplint warnings
93
+ </notes >
94
+ </release >
95
+
78
96
<release >
79
97
<date >2019-02-06</date >
80
98
<version >
You can’t perform that action at this time.
0 commit comments