Skip to content

Commit

Permalink
v3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Apr 24, 2020
1 parent 7e6d892 commit 8649f84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

## Unreleased

## 3.0.0-beta.1 - 2020-04-23

### 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

### Changed
- Sets minimum version to Craft v3.1.5
- Sets minimum version to Craft v3.1.5, same as craftcms/aws-s3 plugin
- Added

### Fixed
- Added support for downloads in folders (not just subfolders on the asset bucket) #3 #4

## [2.2.1](https://github.com/kennethormandy/craft-s3securedownloads/releases/tag/v2.2.1) - 2020-01-05

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": "2.2.1",
"version": "3.0.0-beta.1",
"type": "craft-plugin",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 8649f84

Please sign in to comment.