Releases: aws/aws-sdk-php-zf2
Releases · aws/aws-sdk-php-zf2
Version 4.4.0
Removes laminas-dependency-plugin requirement.
Version 4.3.0
- Migrated to the Laminas project
Version 4.2.0
- Relaxes Zend framework package constraints
- Added compatibility for
zend-filter
2.9
Version 4.1.0
Relaxes the version constraint on zend-session
.
Version 4.0.0
- Adds support for
ZF3
, requires PHP version >= 5.6
Version 3.0.0
Fix composer dependency for ZF2 service manager to 2.7.*||3.*
Update README.md
with instructions.
Version 2.1.0
- Added support for sm3 compatibility.
Version 2.0.0
The AWS SDK ZF2 Module has now been updated to work with Version 3 of the AWS SDK for PHP.
- [BC] Requires Version of the AWS SDK for PHP
- [BC] Requires PHP 5.5+
- [BC] Module and namespace renamed to
AwsModule
1.2.1
- Fixed an issue in the
S3RenameUpload
filter to better handle creating the object key from the uploaded filename on Windows
1.2.0
- Added the ability to create protocol-relative URLs with the S3 and CloudFront link view helpers
- Added TravisCI configuration
- Added PHPUnit as a development dependency