From 97c94bc2b01aac9e1ea0bfefa821662c69142a35 Mon Sep 17 00:00:00 2001 From: kennethormandy Date: Tue, 6 Oct 2020 09:26:25 -0700 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 12 +++++++----- composer.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c564be..0cb0534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,23 @@ ## Unreleased -## 3.0.0-beta.1 - 2020-04-23 +## 3.0.0 - 2020-10-06 ### Added - Added [before and after signing events](https://github.com/kennethormandy/craft-s3securedownloads#events) to hook onto - Added testing framework (currently need full install and S3 buckets to run) -- Adds url pre-signing and force file download tests -- Adds support for AWS Signature Version 4 signing process +- Added url pre-signing and force file download tests +- Added support for [AWS Signature Version 4 signing process](https://github.com/kennethormandy/craft-s3securedownloads#aws-signature-version) ### Changed -- Sets minimum version to Craft v3.1.5, same as craftcms/aws-s3 plugin -- Added +- Sets minimum version to Craft v3.1.5, same as [craftcms/aws-s3 plugin](https://github.com/craftcms/aws-s3) +- 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 diff --git a/composer.json b/composer.json index eb09e5f..3b80398 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kennethormandy/craft-s3securedownloads", "description": "Return an AWS signed URL and proxy the download request.", - "version": "3.0.0-beta.1", + "version": "3.0.0", "type": "craft-plugin", "license": "MIT", "keywords": [