Skip to content

Commit

Permalink
Merge pull request #124 from craftcms/feature/link-field-support
Browse files Browse the repository at this point in the history
Adds Link field support
  • Loading branch information
nfourtythree authored Sep 19, 2024
2 parents fd470a9 + 865d44f commit ae0fbf7
Show file tree
Hide file tree
Showing 7 changed files with 978 additions and 555 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '5.x'
- '5.3'
pull_request:
permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release Notes for Shopify 5.3 (WIP)

- Shopify now requires Craft CMS 5.3.0 or later.
- Added support for selecting products in Link fields.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.10",
"craftcms/cms": "^5.3.0",
"shopify/shopify-api": "^5.2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ae0fbf7

Please sign in to comment.