Skip to content

v3.0.3

Latest
Compare
Choose a tag to compare
@jbachelet jbachelet released this 18 Aug 10:01
· 4 commits to master since this release

What's Changed

  • Rename lib/_common/request/_createOCAPIAUthRequestDef.js by @jbachelet in #235
  • Fix/173 by @jbachelet in #237
  • Change b2ccrm_syncResponseText from set-of-string to JSON to reduce the performance impact on high-scale brands by @jbachelet in #251
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #250

Backward compatibility

Please notice that the change from PR#251 will erase any existing data from the b2ccrm_syncResponseText custom attribute. If you want to keep track of the data in there, you'll need to follow these steps:

  1. Export the whole customer list
  2. Transform the data from a set-of-string to a JSON-based array from within the b2ccrm_syncResponseText custom attribute
  3. Import back the customer list with the change included

Full Changelog: v3.0.2...v3.0.3