2
0

CHANGELOG.md 445 B

3.0.3 (2017-11-11)

Fix bug issue #8 - Error if the file is empty.

3.0.0 (2017-03-15)

Merge ZipOutputFile with ZipFile and optimize the zip archive update.

See the update instructions in README.md.

2.2.0 (2017-03-02)

Features:

  • create output object ZipOutputFile from ZipFile in method ZipFile::edit().
  • create output object ZipOutputFile from filename in static method ZipOutputFile::openFromFile(string $filename).