Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Jun 20, 2024
1 parent fd6ec5f commit 16dddc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.0.0 - 2024-06-20

### Added
- Added support for Craft 5

## 4.0.1 - 2024-06-20

### Fixed
Expand Down
19 changes: 9 additions & 10 deletions 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": "4.0.1",
"version": "5.0.0",
"type": "craft-plugin",
"license": "MIT",
"keywords": [
Expand All @@ -26,9 +26,9 @@
"rss": "https://github.com/kennethormandy/craft-s3securedownloads/releases.atom"
},
"require": {
"craftcms/cms": "^4.0.0",
"craftcms/aws-s3": "^2.0.1",
"aws/aws-sdk-php": "^3.135"
"craftcms/cms": "^5.0.0",
"craftcms/aws-s3": "^2.1.0",
"aws/aws-sdk-php": "^3.295.10"
},
"autoload": {
"psr-4": {
Expand All @@ -44,14 +44,13 @@
"documentationUrl": "https://github.com/kennethormandy/craft-s3securedownloads/blob/master/README.md"
},
"require-dev": {
"codeception/codeception": "^4.1.29",
"codeception/module-asserts": "^1.3.1",
"vlucas/phpdotenv": "^3.0",
"codeception/module-yii2": "^1.1.5",
"codeception/codeception": "^5.0.11",
"codeception/module-asserts": "^3.0.0",
"vlucas/phpdotenv": "^5.4.1",
"codeception/module-yii2": "^1.1.9",
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main",
"yiisoft/yii2-dev": "*"
"craftcms/rector": "dev-main"
},
"scripts": {
"test": "vendor/bin/codecept run",
Expand Down

0 comments on commit 16dddc1

Please sign in to comment.