We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19547 commit e961653Copy full SHA for e961653
ChangeLog.md
@@ -3,6 +3,15 @@ FTP protocol support for the XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 10.0.0 / 2020-04-10
7
+
8
+* Implemented xp-framework/rfc#334: Drop PHP 5.6:
9
+ . **Heads up:** Minimum required PHP version now is PHP 7.0.0
10
+ . Rewrote code base, grouping use statements
11
+ . Converted `newinstance` to anonymous classes
12
+ . Rewrote `isset(X) ? X : default` to `X ?? default`
13
+ (@thekid)
14
15
## 9.1.1 / 2020-04-04
16
17
* Made compatible with XP 10 - @thekid
0 commit comments