Releases: comodojo/zip
Releases · comodojo/zip
3.1.1
3.1.0
- Support PHP >= 7.4|8
- Add test-in-docker and vscode .devcontainer support
- Update docs
- Move from travis to github action
So long, travis.ci, and thanks for all the fish!
3.0.0
This is the 3rd major release of comodojo/zip.
It works with PHP >= 7.2 (7.3 strongly suggested), PECL zip >= 1.14.0 compiled with libzip-dev >= 1.2.0.
New Features
- Support for zip file compression
- Create encrypted (password protected) zip files
Notable changes
- [API Change]
ZipManager::addZip()now returns Zip id instead of self - [API Change]
ZipManager::removeZip()now returns bool instead of self - [API Change]
ZipManager::getPassword()is now protected - [New API] ZipManager class now implements the Countable interface
- [New API] Zip class now implements the Countable interface
- [New API]
ZipManager::removeZipById()to remove a Zip object using its id - [New API]
Zip::getSkipMode()andZip::setSkipMode() - [New API]
Zip::getComment()andZip::setComment() - [Deprecated API]
Zip::getSkipped()andZip::setSkipped()are deprecated
3.0.0-beta2
- min php version to 7.2
- code refactoring
- [API Change]
ZipManager::addZip()now returns Zip id instead of self - [API Change]
ZipManager::removeZip()now returns bool instead of self - [API Change]
ZipManager::getPassword()is now protected - [New API] ZipManager class now implements the Countable interface
- [New API] Zip class now implements the Countable interface
- [New API]
ZipManager::removeZipById()to remove a Zip object using its id - [New API]
Zip::getSkipMode()andZip::setSkipMode() - [New Api]
Zip::getComment()andZip::setComment() - [Deprecated API]
Zip::getSkipped()andZip::setSkipped()are deprecated - [New Feature] Support for zip file compression
- [New Feature] Create encrypted (password protected) zip files
3.0.0-beta
First beta of 3.0 branch
- min php version to 7.1
- code refactoring
2.1.1
- fix ZipManager::extract error when providing a list of files to extract
2.0.3
- fix ZipManager::extract error when providing a list of files to extract
2.1.0
2.0.2
2.0.1
- comodojo/exceptions as dependency