Changelog
Notable changes to Auto Theme Sync. Newest entries on top.
May 2026 — 1.0.2
- In-app self-serve downgrade. Pro merchants can now switch back to the Free plan from Plans & Billing without contacting support or reinstalling the app. The Free plan card exposes a Downgrade to Free action, gated by a confirmation modal so the choice is never accidental. The action calls
billing.cancel with prorate: true, so the unused portion of the current billing cycle is refunded automatically. After cancellation the loader re-runs, the Free card flips to Current plan, and the Pro card immediately offers Upgrade to Pro again — the change is fully reversible from the same page. Resolves Shopify App Store requirement 1.2.3 (allow pricing plan changes). - If the cancel API fails (network error, expired session), the confirmation modal closes and a critical banner appears with a recovery hint so the merchant isn’t stuck looking at a silent spinner.
- Screencast of the new flow recorded for reviewers at /demo/billing-downgrade.mp4.
May 2026 — 1.0.1
- Fixed an
ERR_TOO_MANY_REDIRECTS loop after approving the Pro subscription. The billing return URL now points back into the embedded Shopify admin so merchants land in the iframe with a valid session, instead of being dropped at the raw app domain.
April 2026 — 1.0
- Initial public release.
- Diff preview, multi-target sync, sync history.
- Pro: scheduled sync, automatic backups, sync profiles.
- Mandatory GDPR webhooks (customer data request, customer redact, shop redact).
- Embedded admin via Shopify managed installation.