Skip to content

Commit

Permalink
Merge branch '4.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Mar 21, 2024
2 parents b82cab1 + 34909e3 commit a65dc7a
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 552 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Shopify

## 4.1.0 - 2024-03-20

- Shopify now supports Craft CMS 5.0.0-beta.7 or later.

## 4.0.0 - 2023-11-02

> [!IMPORTANT]
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.3.0",
"craftcms/cms": "^4.3.0|^5.0.0-beta.7",
"shopify/shopify-api": "^5.2.0"
},
"require-dev": {
Expand Down Expand Up @@ -50,9 +50,6 @@
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
Expand Down
Loading

0 comments on commit a65dc7a

Please sign in to comment.