Skip to content

Commit

Permalink
2.1.0 - Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 11, 2024
1 parent 81aa57f commit 5cd5010
Show file tree
Hide file tree
Showing 5 changed files with 1,113 additions and 895 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Amazon S3 for Craft CMS

## 2.1.0 - 2024-03-11

- Added Craft 5 compatibility.

## 2.0.3 - 2023-03-16

- Fixed a bug where the cache duration for AWS credentials was being calculated incorrectly. ([#152](https://github.com/craftcms/aws-s3/pull/152))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin provides an [Amazon S3](https://aws.amazon.com/s3/) integration for

## Requirements

This plugin requires Craft CMS 4.0 or later.
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1",
"craftcms/flysystem": "^1.0.0-beta.2",
"craftcms/cms": "^4.0.0-beta.1|^5.0.0-beta.1",
"craftcms/flysystem": "^1.0.0-beta.2|^2.0.0",
"league/flysystem-aws-s3-v3": "^3.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 5cd5010

Please sign in to comment.