Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Latest commit

 

History

History
114 lines (63 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

114 lines (63 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.3.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.3.1 - 2019-02-07

Added

  • #77 adds support for PHP 7.3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.3.0 - 2017-06-22

Added

  • #70 added support for IT, ES, CN, BR amazon endpoints and added new $useHttps constructor parameter to ZendService\Amazon\Amazon

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.2.0 - 2017-03-15

Added

  • Nothing.

Changed

  • #69 changed folder structure to PSR-4. No action is needed if you use composer to install package.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.1.0 - 2017-03-09

Added

  • #63 added support for zend-crypt v3 and zend-json v3
  • #65 added php 7

Deprecated

  • Nothing.

Removed

  • #65 dropped php <5.6 support

Fixed

  • #48 added missing use statement
  • #49 fixed date format mismatch with signature in S3
  • #67 fixed off-by-one bug in S3 stream that was truncating and corrupting data