Skip to content

Releases: alchemy-fr/Zippy

1.0.0

13 Apr 14:21
915d604
Compare
Choose a tag to compare

Chanlog

  • Support for Symfony 5 components
  • Drop support for PHP 5, PHP >= 7.1
  • Use PHPUnit 6 only, because alternative PHPUnit version in dev dependencies are not needed

0.4.9: Merge pull request #140 from pgodel/feature/symfony4

27 Feb 09:43
59fbeef
Compare
Choose a tag to compare

0.4.8

03 Mar 08:42
Compare
Choose a tag to compare

[0.4.8] - 2017-03-03

Fixed

0.4.7

23 Feb 17:37
Compare
Choose a tag to compare

[0.4.7] - 2017-02-23

Fixed

0.4.6

30 Jan 10:53
Compare
Choose a tag to compare

[0.4.6] - 2017-01-30

Fixed

  • #123: invalid @info docblocks were causing issues with Syfony's annotation parser, courtesy of @jducro

0.4.5

19 Dec 13:28
Compare
Choose a tag to compare

[0.4.5] - 2016-12-19

Changed

  • Require Symfony's mbstring polyfill instead of the PHP extension

Fixed

  • #111, #115: Parsing Zip archive dates failed on CentOS
  • Docblocks for Archive class, courtesyy of @Koc

0.4.4

03 Nov 16:50
Compare
Choose a tag to compare

[0.4.4] - 2016-11-03

Added

  • #115: Add an option to override archive type detection in Zippy::open, similar to Zippy::create, courtesy of @GiantCowFilms

0.4.3

03 Nov 16:11
Compare
Choose a tag to compare

[0.4.3] - 2016-11-03

Fixed

0.4.2

05 Aug 14:28
Compare
Choose a tag to compare

Changelog

  • #113 Fix issue with FilesystemWriter and missing target directories, courtesy of @mikemeier

0.4.1

05 Aug 10:12
Compare
Choose a tag to compare

Changes

  • Remove usage of deprecated test method getMock
  • Use generic teleporter instead of Guzzle specific teleporter
  • Deprecate static method create on teleporters
  • Deprecate class \Alchemy\Zippy\Resource\Teleporter\GuzzleTeleporter
  • Deprecate class \Alchemy\Zippy\Resource\Teleporter\LegacyGuzzleTeleporter
  • Deprecate class \Alchemy\Zippy\Resource\Teleporter\AbstractTeleporter