Releases: xp-framework/ftp
Releases · xp-framework/ftp
11.1.0: XP 12 compatibility
11.0.3: DateUtil deprecation fix
- Replaced deprecated util.DateUtil class with
util.Dates
- @thekid
11.0.2: Logging library compatibility
- Made library compatible with
xp-framework/logging
version 11.0.0
(@thekid)
11.0.1: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
11.0.0: Default transfer mode to binary
10.2.0: Type accessors, channel up- and download
- Merged PR #10: Replace
FtpListIterator
with yield, deprecating the
class while doing so
(@thekid) - Removed deprecated methods from
FtpConnection
andFtpDir
which have
survived there since 2007, when xp-framework/rfc#140 was implemented!
No BC break since all these methods did was raise exceptions.
(@thekid) - Merged PR #7: Add FtpEntry::isFile() and FtpEntry::isFolder() methods
(@thekid) - Merged PR #8: Also accept io.Channel instances for up- and downloading
(@thekid)
10.1.0: Channels
10.0.1: Banner message fix, PHP 8 compatibility
10.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Convertednewinstance
to anonymous classes
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
9.1.1: XP10 compatibility
- Made compatible with XP 10 - @thekid