Fix: Product feed XML no longer breaks when product content contains invalid control characters (e.g. content pasted from Word or Excel)
1.2.2
Fix: Product feed image URLs with non-ASCII characters (e.g. Hebrew filenames) are now properly percent-encoded so they are accepted by Google Merchant Center and Facebook Catalog
1.2.1
Fix: Product feed image URLs are now always absolute (prevents relative URL issue on migrated or misconfigured hosts)
Fix: Product and variation links now fall back to home URL if permalink is unavailable
Fix: Variation image fallback to parent image now works correctly after absolute URL normalization
Fix: Sale price no longer outputs 0.00 for scheduled sales with an empty sale price field
Fix: HTML entities in product titles, descriptions, brands, and categories are no longer double-encoded in the XML feed
1.2.0
Fix: Product feed now always includes a description (falls back to product title if description and short description are both empty)
Fix: Product feed now always includes a MPN/SKU value (falls back to product ID if no SKU is set)
Fix: Product feed now always includes a product type (falls back to “Uncategorized” if no category is assigned)
1.1.9
Fix: Connect Store now always includes the XML catalog URI in the API payload (removed unreliable loopback self-test that silently dropped the catalog URL in most hosting environments)
1.1.8
Fix: Product XML catalog feed now correctly loads products (resolved hook priority race condition with WooCommerce post type registration)
Fix: Admin success messages (API key saved, group saved, store connected) now auto-dismiss after 3 seconds