Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.83 KB

Release Notes for Shopify

3.2.0 - 2023-06-12

  • 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])craftcms#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

3.1.1 - 2023-01-20

  • 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.

3.1.0 - 2022-12-14

  • 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.

3.0.1 - 2022-11-16

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

3.0.0.1 - 2022-11-08

  • Fixed a namespacing bug.

3.0.0 - 2022-11-08

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