Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 10, 2022
1 parent cca32c1 commit def8296
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 547 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 2.0.0-beta.1 - 2022-03-10
## 2.0.0 - 2022-07-10

### Changed
- Now requires PHP `^8.0.2`.
- Now requires Craft `^4.0.0-beta.1`.
- Now requires PHP `8.0.2+`.
- Now requires Craft `4.0.0+`.

## 1.2.2 - 2020-11-19

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/cloner",
"description": "Easily clone sections, entry types, category/tag/user groups, volumes, asset transforms and more.",
"type": "craft-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -27,8 +27,8 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1",
"verbb/base": "^2.0.0-beta"
"craftcms/cms": "^4.0.0",
"verbb/base": "^2.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit def8296

Please sign in to comment.