Releases: YotpoLtd/magento2-module-yotpo-loyalty
Releases · YotpoLtd/magento2-module-yotpo-loyalty
v1.4.12
- Refactored snippet loader to work better with vanilla JS when using Yotpo JS SDK.
v1.4.11
- Migrated frontend inline scripts to meet new Magento CSP standards (PCI 4.0) using
$secureRenderer
, with backward compatibility for older Magento versions.
v1.4.10
- Replaced jQuery and mage/storage with vanilla JS in Yotpo Loyalty front-end script.
v1.4.9
- Added a new webhook topic (store/information/updated) that should run every 6 hours or when the config web section is changed, and send the current root_api_url to Yotpo (unless disabled from config).
v1.4.8
- Added a timestamp query param to the snippet loader and url_coupon processor requests (to reduce cache issues).
v1.4.7
- Added advanced configuration options to control where to load the snippet (
Load Yotpo Snippet
and related options).
v1.4.6
- Fixed deprecation issue on CLI (
Symfony\Component\Console\Command\Command::execute()
should always return int - deprecate returning null).
v1.4.5
- Added 'Use Yotpo JS SDK' config option (default:No).
v1.4.4
- Fixed unexpected
)
inCouponManagement
(a fix for php versions prior to 7.3).
v1.4.3
- Refactored checkout widget and excluded from disabled stores.
v1.4.2
- Improved multi-store support on observers (use object store_id when available).
v1.4.1
- Removed console logs + minor log message change.