Skip to content

Releases: craftcms/shopify

5.3.1

28 Jan 20:10
5.3.1
9652078
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when trying to create webhooks. (#129)

5.3.0

20 Dec 15:56
5.3.0
d1364ca
Compare
Choose a tag to compare
  • Shopify now requires Craft CMS 4.3.0+ or 5.0.0+.
  • Added the “API Version” setting. (#128, #121)
  • Added support for selecting products in Link fields. (Craft 5 only.)
  • Product syncing now uses presentment prices by default. (#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

18 Jun 07:08
5.2.0
c90835c
Compare
Choose a tag to compare
  • shopify/sync commands now support a --throttle option.
  • Fixed a bug where syncing Shopify variants would be limited to 50. (#115)
  • Added craft\shopify\console\controllers\SyncController::$throttle.
  • Added craft\shopify\services\Products::$throttle.
  • Added craft\shopify\services\Products::$sleepSeconds.

5.1.2

26 Aug 03:47
5bffe9e
Compare
Choose a tag to compare
  • Fixed a bug where syncing meta fields would cause Shopify API rate limiting.
  • Fixed a bug where variant meta fields weren’t being unpacked.

5.1.1

15 Apr 14:02
5.1.1
393b44c
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when syncing products with emojis. (#107)
  • Fixed a PHP error that could occur when syncing products. (#105)
  • Fixed a bug where syncing meta fields would cause Shopify API rate limiting.
  • Fixed a bug where variant meta fields weren’t being unpacked.

4.1.2

15 Apr 13:59
4.1.2
fcdd6e6
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when syncing products with emojis. (#107)
  • Fixed a PHP error that could occur when syncing products. (#105)

4.1.1

09 Apr 07:58
4.1.1
4aac71b
Compare
Choose a tag to compare
  • Fixed a bug where syncing meta fields would cause Shopify API rate limiting.
  • Fixed a bug where variant meta fields weren’t being unpacked.

5.1.0

03 Apr 07:15
5.1.0
4fee624
Compare
Choose a tag to compare
  • Added support for syncing variant meta fields. (#99)
  • Added the syncProductMetafields and syncVariantMetafields config settings, which can be enabled to sync meta fields.
  • Added craft\shopify\models\Settings::$syncProductMetafields.
  • Added craft\shopify\models\Settings::$syncVariantMetafields.

4.1.0

03 Apr 07:07
4.1.0
60637b7
Compare
Choose a tag to compare
  • Added support for syncing variant meta fields. (#99)
  • Added the syncProductMetafields and syncVariantMetafields config settings, which can be enabled to sync meta fields.
  • Added craft\shopify\models\Settings::$syncProductMetafields.
  • Added craft\shopify\models\Settings::$syncVariantMetafields.

5.0.0

21 Mar 07:29
a4067c4
Compare
Choose a tag to compare
  • Added Craft CMS 5 compatibility.