Skip to content

Releases: YotpoLtd/salesforce-cartridge

Release 21.6.0

08 Jul 17:42
Compare
Choose a tag to compare

What's Changed

  • Feature/ytpos 114 order export error handling in #13

Full Changelog: release-21.5.7...release-21.6.0

Release 21.5.7

17 Jun 14:30
Compare
Choose a tag to compare

Add pricing and currency data to the Reviews Widget

What's Changed

  • release 21.5.6 update version strings and documentation in #18
  • YTPOS-122 add pricing and currency data to widget in #19

Full Changelog: release-21.5.6...release-21.5.7

Release 21.5.6

21 May 15:43
Compare
Choose a tag to compare

Update deprecated use of .replace() with three parameters to instead pass in a global regex. This ensures uniformity across compatibility modes

Release 21.5.5

08 May 15:13
Compare
Choose a tag to compare

Remove escapes that can cause special characters to be removed from emails

Release 21.5.4

05 Mar 17:21
Compare
Choose a tag to compare

Adjust referenced app key variable so conversion tracking tag uses expected value

Release 21.5.3

22 Jan 18:12
Compare
Choose a tag to compare

Update email validation regex to be closer to Yotpo API email validation

Release 21.5.2

02 Jan 14:38
Compare
Choose a tag to compare
  1. Adjust escape() function to guard against undefined regex strings, so that the functionality remains the same across compatibility modes.
  2. Add missing regex strings

Release 21.5.1

14 Sep 17:16
Compare
Choose a tag to compare

Updated cleanDataForExport() function to trim off extra whitespace after regex replacement.

Release 21.5.0

21 Jul 13:00
739b6b1
Compare
Choose a tag to compare

Minor improvements to order exporting for Loyalty.

  1. Improve email filtering to match on entire email address vs a portion/substring making it slightly more resilient in screening unsupported emails.
  2. Improve order export to better detect and skip odd/rare orders that contain no products as the Yotpo API will not ingest them.
  3. Slightly modified order export to exit more gracefully when there are no orders to process.

Bonus: Switched all TIFF screenshot images in the "Integration Guide - Yotpo.docx" to PNG format. This shrinks this word .docx file size from ~75MB to ~2MB. This saves 73MB per alteration that is committed to source control, reducing repository bloat. Otherwise, no meaningful content changes to the document except for the version number bump and the release notes section.

Release 21.4.0

15 Feb 14:55
Compare
Choose a tag to compare

Minor updates to the convertPriceIntoCents() utility function to better handle currencies that typically use zero fractional digits of precision (e.g Japanese Yen) whereas the US Dollar and many others use two fractional digits.