Releases: xp-framework/ftp
Releases · xp-framework/ftp
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)
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
. Convertednewinstanceto anonymous classes
. Rewroteisset(X) ? X : defaulttoX ?? default
(@thekid)