Skip to content

Commit

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

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

### Added
- Add checks for registering events for performance.

### 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+`.
- Rename base plugin methods.

## 2.2.4 - 2021-06-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/field-manager",
"description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.",
"type": "craft-plugin",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,8 +26,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

0 comments on commit 4604892

Please sign in to comment.