mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-18 14:41:13 +02:00
Merge tag '3.0.0' into develop
Tagging version 3.0.0 3.0.0
This commit is contained in:
@@ -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:
|
Features:
|
||||||
- create output object `ZipOutputFile` from `ZipFile` in method `ZipFile::edit()`.
|
- create output object `ZipOutputFile` from `ZipFile` in method `ZipFile::edit()`.
|
||||||
- create output object `ZipOutputFile` from filename in static method `ZipOutputFile::openFromFile(string $filename)`.
|
- create output object `ZipOutputFile` from filename in static method `ZipOutputFile::openFromFile(string $filename)`.
|
@@ -1,8 +1,8 @@
|
|||||||
`PhpZip`
|
`PhpZip`
|
||||||
====================
|
========
|
||||||
`PhpZip` - php library for manipulating zip archives.
|
`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://packagist.org/packages/nelexa/zip)
|
[](https://packagist.org/packages/nelexa/zip)
|
||||||
[](https://php.net/)
|
[](https://php.net/)
|
||||||
|
Reference in New Issue
Block a user