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 10, 2022
1 parent 79a79a9 commit 84c1551
Show file tree
Hide file tree
Showing 13 changed files with 2,051 additions and 1,098 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 Blogify

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

## 1.0.8 - 2021-11-26
### Changed
- Seeding: Randomize post date
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"docs": "https://github.com/matfish2/craft-blogify/blob/master/README.md"
},
"require": {
"craftcms/cms": "^3.7.0",
"craftcms/redactor": "^2.8"
"craftcms/cms": "^4.0.4",
"craftcms/redactor": "3.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,5 +36,11 @@
"handle": "blogify",
"changelogUrl": "https://raw.githubusercontent.com/matfish2/craft-blogify/master/CHANGELOG.md",
"class": "matfish\\Blogify\\Blogify"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit 84c1551

Please sign in to comment.