Skip to content

Commit

Permalink
Merge pull request #104 from craftcms/bugfix/api-limiting-on-metafields
Browse files Browse the repository at this point in the history
Fixed API rate limiting when syncing meta fields and unpacking variant metafields
  • Loading branch information
lukeholder authored Apr 24, 2024
2 parents ebf2b82 + 8e22c9e commit 8919357
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Release Notes for Shopify

## Unreleased

- 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 - 2024-04-15

- Fixed a PHP error that could occur when syncing products with emojis. ([#107](https://github.com/craftcms/shopify/issues/107))
- Fixed a PHP error that could occur when syncing products. ([#105](https://github.com/craftcms/shopify/issues/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.

## 5.1.0 - 2024-04-03

Expand All @@ -25,7 +28,7 @@

## 4.1.1 - 2024-04-09

- Fixed a bug where syncing meta fields would cause Shopify API rate limiting.
- 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.0 - 2024-04-03
Expand Down

0 comments on commit 8919357

Please sign in to comment.