Skip to content

1.0.1

Compare
Choose a tag to compare
@kilbot kilbot released this 05 May 20:12
· 254 commits to main since this release

๐Ÿ› ๏ธ Changelog

๐Ÿž Bug Fixes:

  • Fix: Product and Variations not showing in POS
    Description: The WC REST API response can be too large in some cases causing a 502 server error.
    • Product and Variation descriptions are not truncated to 100 characters for the POS to reduce response size.
    • Yoast SEO is now programmatically disabled for the POS to reduce response size.
    • A message is now logged when the WC REST API product or variation response is too large.