diff --git a/Documentation/Integration Guide - Yotpo.docx b/Documentation/Integration Guide - Yotpo.docx index 8b4d88a..2310cd0 100644 Binary files a/Documentation/Integration Guide - Yotpo.docx and b/Documentation/Integration Guide - Yotpo.docx differ diff --git a/cartridges/int_yotpo_sfra/cartridge/scripts/utils/constants.js b/cartridges/int_yotpo_sfra/cartridge/scripts/utils/constants.js index 30140aa..44b068c 100644 --- a/cartridges/int_yotpo_sfra/cartridge/scripts/utils/constants.js +++ b/cartridges/int_yotpo_sfra/cartridge/scripts/utils/constants.js @@ -21,7 +21,7 @@ exports.YOTPO_CONFIGURATION_OBJECT = 'yotpoConfiguration'; exports.YOTPO_JOBS_CONFIGURATION_OBJECT = 'yotpoJobsConfiguration'; exports.DATE_FORMAT_FOR_YOTPO_DATA = 'yyyy-MM-dd'; exports.PLATFORM_FOR_YOTPO_DATA = 'commerce_cloud'; -exports.YOTPO_CARTRIDGE_VERSION = '21.5.2'; +exports.YOTPO_CARTRIDGE_VERSION = '21.5.3'; exports.REGEX_BASE_FOR_YOTPO_DATA = '^0-9a-zA-Z'; exports.PRODUCT_REGEX_FOR_YOTPO_DATA = '[^0-9a-zA-Z\\_\\-]+'; exports.REGEX_FOR_YOTPO_DATA = '[^0-9a-zA-Z\\s\\_\\-]+'; // allowing whitespace in this one diff --git a/package-lock.json b/package-lock.json index 9318cc9..a17aea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "link_yotpo", - "version": "21.5.2", + "version": "21.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5eaa5f9..5634608 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "link_yotpo", "packageName": "int_yotpo_sfra", - "version": "21.5.2", + "version": "21.5.3", "description": "Yotpo ratings and reviews integration for SFCC Storefront Reference Architecture", "author": "CQL Inc.", "main": "index.js",