Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2024
1 parent f72c607 commit 625ae40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 4.0.0-beta.1 - 2024-03-04
## 4.0.0 - 2024-05-13

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.

## 3.0.11 - 2024-01-30

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/image-resizer",
"description": "Resize assets when they are uploaded.",
"type": "craft-plugin",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,9 +26,9 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"lsolesen/pel": "^0.9.6",
"verbb/base": "^3.0.0-beta.1"
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 625ae40

Please sign in to comment.