Releases: kennethormandy/craft-s3securedownloads
Releases · kennethormandy/craft-s3securedownloads
v5.0.0
v4.0.1
Fixed
- Fixed missing AWS
S3Exception
class
v4.0.0
Added
- Added support for Craft 4 (unchanged from existing v4.0.0-beta.1)
Fixed
- Fixed deprecation warning in Craft 4.4.0
v4.0.0-beta.1
Added
- Added support for Craft 4 (beta) Thanks @harry2909
v3.1.0
v3.0.1
v3.0.0
Added
- Added before and after signing events to hook onto
- Added testing framework (currently need full install and S3 buckets to run)
- Added url pre-signing and force file download tests
- Added support for AWS Signature Version 4 signing process
Changed
- Sets minimum version to Craft v3.1.5, same as craftcms/aws-s3 plugin
- Changed default signing process to use v4 instead of v2
Fixed
v3.0.0-beta.1
v3.0.0-beta.1
v2.2.1
Added
- Added better example to README
Fixed
- Replaces asset
id
withuid
in URL to proxying action controller. The result is URLs that still point internally to an action that checks if the user is logged in (if enabled in the settings), but now they end with theuid
rather than theid
, ex:get-file&uid=a1a1a111-b2b2-cc33-4dd4-eeeee5e55555
- Removes custom function to convert environment variables in settings, in favour of Craft’s