mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-03-21 06:59:40 +01:00
Merge tag '3.0.0' into develop
Tagging version 3.0.0 3.0.0
This commit is contained in:
commit
c49ec503c8
@ -1,5 +1,9 @@
|
||||
## 2.2.0 (2017-03-02)
|
||||
## 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)`.
|
@ -1,8 +1,8 @@
|
||||
`PhpZip`
|
||||
====================
|
||||
========
|
||||
`PhpZip` - php library for manipulating zip archives.
|
||||
|
||||
[](https://travis-ci.org/Ne-Lexa/php-zip)
|
||||
[](https://travis-ci.org/Ne-Lexa/php-zip)
|
||||
[](https://packagist.org/packages/nelexa/zip)
|
||||
[](https://packagist.org/packages/nelexa/zip)
|
||||
[](https://php.net/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user