From 97169760025352dc5aa807c444aad76b8453c957 Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Wed, 15 Mar 2017 15:35:09 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7636218..79a8519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)`. \ No newline at end of file diff --git a/README.md b/README.md index 54af5e2..5f7269a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ `PhpZip` -==================== +======== `PhpZip` - php library for manipulating zip archives. -[![Build Status](https://travis-ci.org/Ne-Lexa/php-zip.svg?branch=feature/3.0.0-dev)](https://travis-ci.org/Ne-Lexa/php-zip) +[![Build Status](https://travis-ci.org/Ne-Lexa/php-zip.svg?branch=master)](https://travis-ci.org/Ne-Lexa/php-zip) [![Latest Stable Version](https://poser.pugx.org/nelexa/zip/v/stable)](https://packagist.org/packages/nelexa/zip) [![Total Downloads](https://poser.pugx.org/nelexa/zip/downloads)](https://packagist.org/packages/nelexa/zip) [![Minimum PHP Version](http://img.shields.io/badge/php%2064bit-%3E%3D%205.5-8892BF.svg)](https://php.net/)