Skip to content

Releases: xp-framework/zip

11.1.0: XP 12 compatibility

24 Mar 14:18
Compare
Choose a tag to compare

11.0.0: Deprecated streams methods removal

04 Feb 10:19
Compare
Choose a tag to compare
  • Removed deprecated getInputStream() & getOutputStream() methods from
    io.archive.zip.ZipFileEntry
    (@thekid)
  • Merged PR #3: Migrate to new testing library - @thekid

10.0.1: PHP 8.2 compatibility

26 Feb 13:22
Compare
Choose a tag to compare
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

10.0.0: ZipFile usage extension

21 Oct 09:43
Compare
Choose a tag to compare
  • Made ZipFile::create() and ZipFile::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

21 Oct 09:26
Compare
Choose a tag to compare

9.0.0: Drop PHP 5 support

10 Apr 18:10
Compare
Choose a tag to compare
  • 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
    . Converted newinstance to anonymous classes
    (@thekid)

8.0.2: Annotation syntax

05 Apr 13:07
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

8.0.1: XP10 compatibility

02 Dec 19:56
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid
  • Replaced xp::stringOf() with util.Objects::stringOf() - @thekid

8.0.0: XP9 Compatibility

24 Sep 20:16
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.5 support - @thekid
  • Added compatibility with XP 9.0+ - @thekid
  • Dropped dependency on xp-framework/security library - @thekid

7.1.0: XP8 compatibility

28 Aug 22:39
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0: Use File::in() instead of
    the deprecated getInputStream()
    (@thekid)