Skip to content

Releases: klaviyo/magento2-klaviyo

Enable OAuth Integration

02 Jun 11:38
6c7666a
Compare
Choose a tag to compare
Merge pull request #93 from klaviyo/202012_oauth_support

Create OAuth Configuration

Fix missing quote in module

26 May 16:57
deac64c
Compare
Choose a tag to compare

Missing quote in module

Cart rebuild bug fix

26 May 16:13
8f2dc4a
Compare
Choose a tag to compare

Fixed

  • Typo in cart rebuild constructor di

Update to only support Magento 2.3 +

25 May 13:46
016114c
Compare
Choose a tag to compare

Added

  • Only support Magento 2.3.* +

Fixed

  • Utilize masked quote ids.
  • Extend cart/search getList api to contain masked Ids.

Last support for versions < 2.3

25 May 13:09
b083e96
Compare
Choose a tag to compare

Fix a checkout issue

Two minor bug fixes

17 May 22:04
89af1e3
Compare
Choose a tag to compare
  • Uses the store ids in the product/delete webhook instead of site ids.
  • Looks for versions older than 2.1.1 when updating the schema.

Email & SMS @ Checkout

24 Mar 14:16
3fcc6cf
Compare
Choose a tag to compare

Added
SMS Consent at checkout
Email consent at checkout
Consent at checkout admin tab
Fixed
Email consent now recorded when Klaviyo list opt-in settings are used
Escaped html for public api key

Initial release for Webhooks & csp settings

11 Jan 18:25
ecf8b86
Compare
Choose a tag to compare

Added

  • Product delete observer webhook to send to Klaviyo catalog
  • Webhook secret form field for webhook validation

Changed

  • Removed csp setting
  • Removed csp mode from config.xml
  • Added a.fast.klaviyo.com to img-src csp whitelist

List V2 Fetch lists & remove unused dependency

01 Dec 13:31
e4cd7ca
Compare
Choose a tag to compare

Added:

  • Create CHANGELOG.md
    Changed:
  • Update to README.md to share contribution guidelines
  • Use List API V2 for fetching newsletter lists
    Fixed:
  • Remove JQuery UI as a dependency since it is unused

CSP and Reclaim.php Cleanup

09 Oct 16:58
6121d95
Compare
Choose a tag to compare
  • Update: Removes unused variable and DI from Reclaim.php
  • Update: CSP now uses report-only mode