Skip to content

4.0.0

Compare
Choose a tag to compare
@Ne-Lexa Ne-Lexa released this 24 Feb 13:33
· 16 commits to master since this release
  • Dropped PHP 5.5, 5.6, 7.1, 7.2 and 7.3 support.
  • Added PHP 8.0 support.
  • Declare strict types.
  • Dropped mcrypt support.
  • Added \PhpZip\ZipFile::outputAsSymfonyResponse method
  • \PhpZip\ZipFile::outputAsResponse method is declared deprecated and must be replaced by \PhpZip\ZipFile::outputAsPsr7Response.
  • [BC break] dropped zipalign support. It will be moved to the nelexa/apkfile package.
  • [BC break] removed deprecated interface \PhpZip\ZipFileInterface.
  • [BC break] removed deprecated class \PhpZip\Model\ZipInfo.
  • [BC break] removed deprecated methods \PhpZip\ZipFile::getEntryInfo, \PhpZip\ZipFile::getAllInfo, \PhpZip\ZipFile::setZipAlign, etc.
  • CI builds moved from Travis to Github Actions.
  • Added static analysis of psalm.