Skip to content

3.1.0

Compare
Choose a tag to compare
@Ne-Lexa Ne-Lexa released this 30 Dec 08:47
· 170 commits to master since this release
  • Added class ZipModel for all changes.
  • All manipulations with incoming and outgoing streams are in separate files: ZipInputStream and ZipOutputStream.
  • Removed class CentralDirectory.
  • Optimized extra fields classes.
  • Fixed issue #4 (count() returns 0 when files are added in directories).
  • Implemented issue #8 - support inline Content-Disposition and empty output filename.
  • Optimized and tested on a php 32-bit platform (issue #5).
  • Added output as PSR-7 Response.
  • Added methods for canceling changes.
  • Added russian documentation.
  • Updated documentation.
  • Declared deprecated methods:
    • rename ZipFile::withReadPassword to ZipFile::setReadPassword
    • rename ZipFile::withNewPassword to ZipFile::setPassword
    • rename ZipFile::withoutPassword to ZipFile::disableEncryption