Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 854 Bytes

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 854 Bytes

CHANGELOG

2.0.1 - 2015-08-05

  • Added a makefile to build releases

2.0.0

  • [BC] PHP minimum version is now 5.5
  • [BC] Now require Aws SDK v3
  • [BC] To avoid name clashes, module name has been renamed from Aws to AwsModule.

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

1.1.0

  • Added ZF2 session save handler for Amazon DynamoDB
  • This module is now following semver

1.0.3

  • Added a file filter to upload to Amazon S3
  • Added the ability to change the hostname for the Amazon CloudFront link view helper

1.0.2

  • Added Amazon S3 and Amazon CloudFront view helpers for generating links

1.0.1

  • Refactored module architecture

1.0.0

  • Initial release