Skip to content

Commit

Permalink
Tidy changelog
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nfourtythree committed Dec 20, 2024
1 parent f3185d0 commit 373472b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Release Notes for Shopify 5.3 (WIP)

- It is now possible to set the API version in the plugin settings.
- Added the `apiVersion` config setting, which determines which version of the Shopify API to use.
- Added Craft CMS 4 compatibility.
### Content Management
- Added support for selecting products in Link fields.
- Syncing products now returns presentment prices by default. ([#122](https://github.com/craftcms/shopify/issues/122))

### Administration
- It is now possible to set the API version in the plugin settings. ([#128](https://github.com/craftcms/shopify/issues/128), [#121](https://github.com/craftcms/shopify/issues/121))
- Added the `apiVersion` config setting, which determines which version of the Shopify API to use. ([#128](https://github.com/craftcms/shopify/issues/128), [#121](https://github.com/craftcms/shopify/issues/121))

### Extensibility
- Added `craft\shopify\linktypes\Product`.
- Added `craft\shopify\models\Settings::getApiVersion()`.
- Added `craft\shopify\models\Settings::setApiVersion()`.
Expand All @@ -13,3 +17,6 @@
- Added `craft\shopify\services\Api::getSupportedApiVersions()`.
- Added `craft\shopify\services\Api::getVariantClass()`.
- Deprecated `craft\shopify\services\Api::SHOPIFY_API_VERSION`.
-
### System
- Added Craft CMS 4 compatibility.

0 comments on commit 373472b

Please sign in to comment.