Releases: xp-framework/zip
Releases · xp-framework/zip
11.1.0: XP 12 compatibility
- Added dependency on
xp-forge/compression
, see xp-framework/rfc#342
(@thekid) - Made compatible with XP 12 - @thekid
11.0.0: Deprecated streams methods removal
10.0.1: PHP 8.2 compatibility
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
10.0.0: ZipFile usage extension
- Made
ZipFile::create()
andZipFile::open()
accept file names,
io.Channel
instances as well as in- and output streams
(@thekid) - Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)
9.0.1: PHP 8.1 compatibility
- Made compatible with PHP 8.1 - add
ReturnTypeWillChange
attributes to
iterator, see https://wiki.php.net/rfc/internal_method_return_types - Replaced xp::errorAt() call with a less-expensive check on iconv() return
value. See xp-framework/core#299
(@thekid)
9.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
(@thekid)
8.0.2: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
8.0.1: XP10 compatibility
8.0.0: XP9 Compatibility
7.1.0: XP8 compatibility
- Added forward compatibility with XP 8.0.0: Use File::in() instead of
the deprecated getInputStream()
(@thekid)