Skip to content

Commit

Permalink
YTPOS-72 Update various version strings.
Browse files Browse the repository at this point in the history
Strings now match current release version of 21.4.0.
  • Loading branch information
mikefromgrr committed Nov 3, 2022
1 parent 9b64c2a commit c8a91e7
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.3.0';
exports.YOTPO_CARTRIDGE_VERSION = '21.4.0';
exports.REGEX_BASE_FOR_YOTPO_DATA = '^0-9a-zA-Z';
exports.REGEX_FOR_YOTPO_DATA_SAFE_SPECIAL_CHARS = ':,\\.\\?\\!\\|\\+\\_\\-=\\$\\*#%& ';
exports.REGEX_FOR_YOTPO_PRODUCT_ID_DATA_SAFE_SPECIAL_CHARS = '\\_\\- ';
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.2.1",
"version": "21.4.0",
"description": "Yotpo ratings and reviews integration for SFCC Storefront Reference Architecture",
"author": "CQL Inc.",
"main": "index.js",
Expand Down

0 comments on commit c8a91e7

Please sign in to comment.