Skip to content

Releases: kennethormandy/craft-s3securedownloads

v5.0.0

20 Jun 20:55
16dddc1
Compare
Choose a tag to compare

Added

  • Added support for Craft 5

v4.0.1

20 Jun 20:44
3b7ae4e
Compare
Choose a tag to compare

Fixed

  • Fixed missing AWS S3Exception class

v4.0.0

20 Jun 19:30
1718870
Compare
Choose a tag to compare

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

11 Nov 17:20
3ef545e
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Added

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

v3.1.0

28 Oct 15:46
a13f65f
Compare
Choose a tag to compare

Added

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

v3.0.1

21 Jul 20:25
Compare
Choose a tag to compare

Fixed

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

v3.0.0

06 Oct 16:30
Compare
Choose a tag to compare

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

v3.0.0-beta.1

06 Oct 16:30
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release
v3.0.0-beta.1

v2.2.1

06 Oct 16:29
Compare
Choose a tag to compare

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

v2.2.0

06 Oct 16:29
Compare
Choose a tag to compare

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