Version 5.2.0
June 18, 2024
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
.
Version 5.1.2
April 24, 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 5.1.0
April 3, 2024
- Added support for syncing variant meta fields. (#99)
- Added the
syncProductMetafields
andsyncVariantMetafields
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.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
andsyncVariantMetafields
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 Settings → Apps and sales channels → Develop 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.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.