Skip to content

Commit

Permalink
Changelog tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Dec 20, 2024
1 parent 373472b commit 2e4121f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release Notes for Shopify 5.3 (WIP)

### 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
- Shopify now requires Craft CMS 4.3.0+ or 5.0.0+.
- Added the “API Version” setting. ([#128](https://github.com/craftcms/shopify/issues/128), [#121](https://github.com/craftcms/shopify/issues/121))
- Added support for selecting products in Link fields. (Craft 5 only.)
- Product syncing now uses presentment prices by default. ([#122](https://github.com/craftcms/shopify/issues/122))
- Added `craft\shopify\linktypes\Product`.
- Added `craft\shopify\models\Settings::getApiVersion()`.
- Added `craft\shopify\models\Settings::setApiVersion()`.
Expand All @@ -17,6 +12,3 @@
- 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 2e4121f

Please sign in to comment.