Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Oct 6, 2020
1 parent 2574a71 commit 97c94bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 97c94bc

Please sign in to comment.