Skip to content

3.11.1

Choose a tag to compare

@SurefireStudios SurefireStudios released this 31 Aug 17:01
· 13 commits to main since this release

Important if you are on the free tier.

Going over the limit was still stopping everything

Version 3.7.12 was meant to fix this, and did not.

That release corrected the checks inside the import loops so that a store over the free product limit would keep updating the products it already has. But every way into those loops still refused before reaching them — so the loops that had been fixed were never run, and nothing changed for any affected store.

A store over the limit was receiving nothing at all: no stock updates, no price changes, no ended listings recorded, and no removal of products whose listings had finished — because that only happens after a sync that actually ran.

All four ways of starting a sync now run properly. Only listings that would create a new product are held back, which is what the limit is for.

If you are on the free tier and your store stopped updating, this is very likely why, and updating should resume it.