Skip to content

Commit

Permalink
craft 4: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Jun 6, 2022
1 parent 8e6e793 commit 2f646eb
Show file tree
Hide file tree
Showing 6 changed files with 1,843 additions and 933 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes for Entry Meta

## 2.0.0 - 2022-06-06
- Craft 4: Initial Release

## 1.0.1 - 2021-12-07
### Fixed
- Ensure install migration runs on new environment [#2](https://github.com/matfish2/craft-entry-meta/issues/2)
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docs": "https://github.com/matfish2/craft-entry-meta/blob/master/README.md"
},
"require": {
"craftcms/cms": "^3.7.0"
"craftcms/cms": "^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -32,5 +32,11 @@
"handle": "entry-meta",
"changelogUrl": "https://raw.githubusercontent.com/matfish2/craft-entry-meta/master/CHANGELOG.md",
"class": "matfish\\EntryMeta\\EntryMeta"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit 2f646eb

Please sign in to comment.