Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Jan 6, 2020
1 parent 7c0ff96 commit 42b44a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@

## Next

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

### 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](https://github.com/kennethormandy/craft-s3securedownloads/releases/tag/v2.2.0)

### 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": "2.2.0",
"version": "2.2.1",
"type": "craft-plugin",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 42b44a9

Please sign in to comment.