Skip to content

v4.16.0

Compare
Choose a tag to compare
@sta1r sta1r released this 30 Mar 11:23
· 556 commits to master since this release

What's new

  • Support for Multi Source Inventory is now provided via a separate Inventory module. [cfd6e0b]

Improvements

  • Our StockUpdatePlugin now only responds to Web API requests; we have an observer for all other product updates. [b3700b3]
  • We improved our handling of review data fields in customer sync. [1f6010c]
  • Our MessagePlugin has been removed, since Dotdigital now supports the required encoding for transactional sends. [c567a91]
  • Order sync now only logs when it has batched some orders, or if debug mode is enabled. [8f8aef2]
  • An API space id and token are no longer saved when a Dotdigital trial account is created via the 'chat' route. [75cf600]

Bug fixes

  • We fixed an error when saving image type configurations. [2919693]
  • We added extra checks to prevent ‘undefined index’ errors in the ddg_automation_resubscribe cron. [83f890f]
  • Product URLs for PWA storefronts were not making use of custom rewrites; these now work by setting an additional config key. [7ced814]