Skip to content

Commit 84c1551

Browse files
committed
craft 4: initial release
1 parent 79a79a9 commit 84c1551

File tree

13 files changed

+2051
-1098
lines changed

13 files changed

+2051
-1098
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes for Blogify
22

3+
## 2.0.0 - 2022-06-10
4+
- Craft 4: Initial Release
5+
36
## 1.0.8 - 2021-11-26
47
### Changed
58
- Seeding: Randomize post date

composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"docs": "https://github.com/matfish2/craft-blogify/blob/master/README.md"
2121
},
2222
"require": {
23-
"craftcms/cms": "^3.7.0",
24-
"craftcms/redactor": "^2.8"
23+
"craftcms/cms": "^4.0.4",
24+
"craftcms/redactor": "3.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -36,5 +36,11 @@
3636
"handle": "blogify",
3737
"changelogUrl": "https://raw.githubusercontent.com/matfish2/craft-blogify/master/CHANGELOG.md",
3838
"class": "matfish\\Blogify\\Blogify"
39+
},
40+
"config": {
41+
"allow-plugins": {
42+
"yiisoft/yii2-composer": true,
43+
"craftcms/plugin-installer": true
44+
}
3945
}
4046
}

0 commit comments

Comments
 (0)