All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for L10
- Added support for L9
- Added support for PHP 8
- Added support for L8
- Added support for L7
- Updated dev dependencies and tests
- Removed support for L5
- Added support for L6+
- Updated CHANGELOG to adhere to "Keep a Changelog" initiative
- Added support for L5.8
- Added support for L5.7
- Removed support for L5.5
- Updated CHANGELOG to cover undocumented releases
- Removed dependency and consequentially php-intl extension: it gives some problems on High Sierra development environment. URL check is now delegated to AWS SDK.
- Add support for L5.6
- getExpirationTimestamp now returns int value instead of string to overcome an AWS SDK bug
- Refactored tests
- Switched to UrlSigner class instead of CloudFrontClient
- $expiration default behaviour moved to internal
sign()
method instead of helper
- Fixed config publishing
- $expiration parameter of
sign()
helper now defaults to the value defined in the configuration file when not defined
- Added
sign()
helper
- Initial release