From 8ba03b2a0afd4b81352b35316fd8a8937685d26b Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Fri, 20 Dec 2024 06:47:07 -0800 Subject: [PATCH] Merge changelogs --- CHANGELOG-WIP.md | 14 -------------- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 CHANGELOG-WIP.md diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md deleted file mode 100644 index 69c9fb4..0000000 --- a/CHANGELOG-WIP.md +++ /dev/null @@ -1,14 +0,0 @@ -# Release Notes for Shopify 5.3 (WIP) - -- 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()`. -- Added `craft\shopify\services\Api::getMetaFieldClass()`. -- Added `craft\shopify\services\Api::getProductClass()`. -- Added `craft\shopify\services\Api::getSupportedApiVersions()`. -- Added `craft\shopify\services\Api::getVariantClass()`. -- Deprecated `craft\shopify\services\Api::SHOPIFY_API_VERSION`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea9a3c..8f4b49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Unreleased +- 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()`. +- Added `craft\shopify\services\Api::getMetaFieldClass()`. +- Added `craft\shopify\services\Api::getProductClass()`. +- Added `craft\shopify\services\Api::getSupportedApiVersions()`. +- Added `craft\shopify\services\Api::getVariantClass()`. +- Deprecated `craft\shopify\services\Api::SHOPIFY_API_VERSION`. - Fixed a bug where variant column data could be larger than a MySQL TEXT column. ## 5.2.0 - 2024-06-18