S3 Secure Downloads
Version 5.0.0
June 20, 2024
Added
- Added support for Craft 5
Version 4.0.1
June 20, 2024
Fixed
- Fixed missing AWS
S3Exception
class
Version 4.0.0
June 20, 2024
Added
- Added support for Craft 4 (unchanged from existing v4.0.0-beta.1)
Fixed
- Fixed deprecation warning in Craft 4.4.0
Version 4.0.0-beta.1
November 11, 2022
Added
- Added support for Craft 4 (beta) Thanks @harry2909!
Version 3.1.0
June 22, 2022
Added
- Added an option for customizing filename of the download, rather than having to use the filename of the asset in Craft CMS
Version 3.0.1
July 21, 2021
Fixed
- Fixes support for subfolder as an environment variable, in asset volume settings #8
Version 3.0.0
October 6, 2020
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
- Added support for downloads in folders (not just subfolders on the asset bucket) #3 #4
Version 3.0.0-beta.1
April 23, 2020
null
Version 2.2.1
January 5, 2020
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
Version 2.2.0
January 5, 2020
Added
- Added support for the custom asset volume base URL (#2)
Fixed
- Fixed Changelog formatting, path in
composer.json
- Fixed used of
requireLoggedInUser
setting for Craft 3 - Fixed possibility of leading slash in resource name
Changed
- Removes lockfile
Version 2.1.0
December 16, 2019
Added
- Initial version tagged for the Craft CMS Plugin Store
Version 2.0.0
December 3, 2019
Added
- Initial version ported to Craft CMS 3