Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

100 lines (65 loc) · 2.58 KB

Release Notes for S3 Secure Downloads

Unreleased

5.0.0 - 2024-06-20

Added

  • Added support for Craft 5

4.0.1 - 2024-06-20

Fixed

  • Fixed missing AWS S3Exception class

4.0.0 - 2024-06-20

Added

  • Added support for Craft 4 (unchanged from existing v4.0.0-beta.1)

Fixed

  • Fixed deprecation warning in Craft 4.4.0

4.0.0-beta.1 - 2022-11-11

Added

  • Added support for Craft 4 (beta) Thanks @harry2909!

3.1.0 - 2022-06-22

Added

  • Added an option for customizing filename of the download, rather than having to use the filename of the asset in Craft CMS

3.0.1 - 2021-07-21

Fixed

  • Fixes support for subfolder as an environment variable, in asset volume settings #8

3.0.0 - 2020-10-06

Added

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

3.0.0-beta.1 - 2020-04-23

2.2.1 - 2020-01-05

Added

  • Added better example to README

Fixed

  • Replaces asset id with uid 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 the uid rather than the id, ex: get-file&uid=a1a1a111-b2b2-cc33-4dd4-eeeee5e55555
  • Removes custom function to convert environment variables in settings, in favour of Craft’s

2.2.0 - 2020-01-05

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

2.1.0 - 2019-12-16

Added

  • Initial version tagged for the Craft CMS Plugin Store

2.0.0 - 2019-12-03

Added

  • Initial version ported to Craft CMS 3