Version 5.1.1

April 15, 2024
  • 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.

Version 5.1.0

April 3, 2024
  • 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.

Version 5.0.0

March 20, 2024
  • Shopify now requires Craft CMS 5.0.0-beta.10 or later.

Version 4.1.2

April 15, 2024
  • Fixed a PHP error that could occur when syncing products with emojis. (#107)
  • Fixed a PHP error that could occur when syncing products. (#105)

Version 4.1.1

April 9, 2024
  • Fixed a bug where syncing meta fields would cause Shopify API rate limiting.
  • Fixed a bug where variant meta fields weren’t being unpacked.

Version 4.1.0

April 3, 2024
  • 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.

Version 4.0.0

November 2, 2023

After updating, visit your Shopify store and go to SettingsApps and sales channelsDevelop apps → [your app] → Configuration, and update the Webhook version setting to 2023-10.

  • Syncing meta fields is no longer performed via a queue job.
  • Shopify products’ reference handle is now shopifyproduct. (#77)
  • Deprecated craft\shopify\jobs\UpdateProductMetadata.
  • Removed craft\shopify\events\ShopifyProductSyncEvent::$metafields. ShopifyProductSyncEvent::$element->getMetaFields() can be used instead.
  • shopify/shopify-api 5.2.0 or later is now required. (#81, #84)
  • Fixed a bug where routes weren’t saving the chosen template.

Version 3.2.0

June 12, 2023
  • Added support for syncing variant inventory levels. (#61)
  • Added craft\shopify\elements\db\ProductQuery::publishedScope(). (#65)
  • Fixed a PHP error that occurred when saving the plugin settings in headless mode. (#68)
  • Fixed a bug where changes to the product field layout in the project config weren’t applying correctly. (#52)
  • Fixed an error that occurred when installing the plugin on PostgreSQL. (#58)

Version 3.1.1

January 20, 2023
  • Fixed a SQL error that occurred when syncing products with several tags. (#54)
  • Product metadata is now synced via a queue job to avoid the Shopify API rate limiting.

Version 3.1.0

December 14, 2022
  • Added the resave/shopify-products console command. (#47)
  • Products are now automatically re-saved when the “Product URI Format” setting is changed. (#47)
  • The product field layout is now stored in the project config.

Version 3.0.1

November 16, 2022
  • Fixed a PHP error that occurred when saving invalid settings. (#39, #40)
  • Added craft\shopify\elements\Product::getCheapestVariant().
  • Added craft\shopify\elements\Product::getDefaultVariant().

Version 3.0.0.1

November 8, 2022
  • Fixed a namespacing bug.

Version 3.0.0

November 8, 2022
  • Initial release under new management. If you’re upgrading from Shopify Product Fetcher, see Migrating from v2.x.