| @@ -1,8 +1,47 @@ | ||
| 1 | 1 | # Changelog |
| 2 | 2 | |
| 3 | 3 | <details> |
| 4 | 4 | |
| 5 | +<summary>1.10.21 - 2026-09-17</summary> | |
| 6 | + | |
| 7 | +### Fixed | |
| 8 | +- "All fields" and "price & stock" update modes always send one complete product request with the variants array (without Basalam variation ids), matching earlier major versions; the dedicated variation endpoint is only used in "custom" mode with the variation price/stock fields enabled | |
| 9 | +- Product updates now recover automatically when WooCommerce contains stale Basalam variation IDs, rebuilding and saving the current variation mapping instead of repeatedly failing with HTTP 404 | |
| 10 | +- Commission lookup now uses Basalam's product-specific commission API for products already connected to Basalam; new or unconnected products continue to use category-based commission lookup, with product commission responses cached during the sync request | |
| 11 | + | |
| 12 | +</details> | |
| 13 | + | |
| 14 | +<details> | |
| 15 | + | |
| 16 | +<summary>1.10.20 - 2026-09-17</summary> | |
| 17 | + | |
| 18 | +### Fixed | |
| 19 | +- Basalam authorization callbacks no longer fail when Redis or Memcached drops the temporary OAuth marker; the single-use authorization proof is now carried in a signed, time-limited HttpOnly cookie | |
| 20 | + | |
| 21 | +</details> | |
| 22 | + | |
| 23 | +<details> | |
| 24 | + | |
| 25 | +<summary>1.10.19 - 2026-09-17</summary> | |
| 26 | + | |
| 27 | +### Changed / Improved | |
| 28 | +- Single-product update jobs now run before bulk and full-update coordinator jobs | |
| 29 | + | |
| 30 | +</details> | |
| 31 | + | |
| 32 | +<details> | |
| 33 | + | |
| 34 | +<summary>1.10.18 - 2026-09-12</summary> | |
| 35 | + | |
| 36 | +### Fixed | |
| 37 | +- Public plugin metadata, help, terms, and privacy links now use the live canonical Hamsalam and Basalam URLs instead of the retired `wp.hamsalam.ir` host | |
| 38 | +- Product create and update requests now retry once without product or variation SKUs when Basalam rejects a duplicate SKU | |
| 39 | + | |
| 40 | +</details> | |
| 41 | + | |
| 42 | +<details> | |
| 43 | + | |
| 5 | 44 | <summary>1.10.17 - 2026-09-09</summary> |
| 6 | 45 | |
| 7 | 46 | ### Fixed |
| 8 | 47 | - Async job dispatch runs during shutdown again, keeping queue probes and loopback requests out of the storefront response path |