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 dfba9aa commit 68cf650Copy full SHA for 68cf650
ChangeLog.md
@@ -3,6 +3,11 @@ FTP protocol support for the XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 11.0.2 / 2021-10-21
7
+
8
+* Made library compatible with `xp-framework/logging` version 11.0.0
9
+ (@thekid)
10
11
## 11.0.1 / 2021-10-21
12
13
* Made library compatible with XP 11 - @thekid
composer.json
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0",
- "xp-framework/logging": "^10.0 | ^9.1",
+ "xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
"xp-framework/networking": "^10.0 | ^9.3",
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0",
"php" : ">=7.0.0"
0 commit comments