Skip to content

Commit

Permalink
update documentation and version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorAchilles committed May 8, 2024
1 parent 25a58dd commit 74d65c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified Documentation/Integration Guide - Yotpo.docx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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.3';
exports.YOTPO_CARTRIDGE_VERSION = '21.5.5';
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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "link_yotpo",
"packageName": "int_yotpo_sfra",
"version": "21.5.3",
"version": "21.5.5",
"description": "Yotpo ratings and reviews integration for SFCC Storefront Reference Architecture",
"author": "CQL Inc.",
"main": "index.js",
Expand Down

0 comments on commit 74d65c6

Please sign in to comment.