Skip to content

Commit 68cf650

Browse files
committed
Logging library compatibility
1 parent dfba9aa commit 68cf650

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ FTP protocol support for the XP Framework ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 11.0.2 / 2021-10-21
7+
8+
* Made library compatible with `xp-framework/logging` version 11.0.0
9+
(@thekid)
10+
611
## 11.0.1 / 2021-10-21
712

813
* Made library compatible with XP 11 - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^11.0 | ^10.0",
10-
"xp-framework/logging": "^10.0 | ^9.1",
10+
"xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
1111
"xp-framework/networking": "^10.0 | ^9.3",
1212
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0",
1313
"php" : ">=7.0.0"

0 commit comments

Comments
 (0)