Releases: xp-framework/ftp
Releases · xp-framework/ftp
12.2.0: I/O exceptions
- Merged PR #12: Refactor I/O exceptions, dropping XP 10 support in the
doing. See xp-framework/core#363 for a write-up on the reason behind
this and the plan to move forward.
(@thekid)
12.1.0: Compatibility
12.0.0: Drop PHP 7.4, add 8.4/8.5+
- Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Migrated to the
xp-framework/testlibrary - @thekid - Fixed deprecation warning Non-canonical cast (double) is deprecated,
use the (float) cast instead in PHP 8.5
(@thekid)
11.1.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
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/loggingversion 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
FtpListIteratorwith yield, deprecating the
class while doing so
(@thekid) - Removed deprecated methods from
FtpConnectionandFtpDirwhich 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)