diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index 63bab25..69c9fb4 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -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()`. @@ -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. \ No newline at end of file