Skip to content

Releases: FosterCommerce/klaviyoconnect

3.2.0

18 Sep 22:24
a42dcd6
Compare
Choose a tag to compare

Updated

  • Merged #27
  • Fix line items when passed as a string (such as through hidden fields in Twig) to json_decode the string before sending to Klaviyo.

3.1.3.2

14 Jan 17:17
Compare
Choose a tag to compare
  • Bump version number

3.1.3.1

14 Jan 17:13
Compare
Choose a tag to compare
  • Fix conditional error

3.1.3

14 Jan 17:05
Compare
Choose a tag to compare
  • Fix an error that occurs when saving a user due to klaviyoAvailableGroups setting value being an array.

3.1.2

04 Dec 13:37
Compare
Choose a tag to compare
  • Allow tracking events with a timestamp.
  • Allow using environment variables for public and private keys in plugin config.

3.1.1

29 Jul 18:42
Compare
Choose a tag to compare
  • Fixed error caused by missing error code in Klaviyo API response (#15)

3.1.0

20 May 14:36
Compare
Choose a tag to compare
  • Removed Base::getSpecialProperties()
  • Removed confirmOptIn from add to list code
  • Updated Klaviyo List API calls to V2
  • Added GDPR consent related fields on the Profile model

3.0.4

29 Apr 12:22
Compare
Choose a tag to compare
  • Track::createProfile is now protected - @davecosec
  • Fix an error when a line item's purchasable has no Product attached - @engram-design
  • Users can now listen to the Track::ADD_LINE_ITEM_CUSTOM_PROPERTIES event for any line item regardless whether it has a Product attached or not

3.0.3

04 Apr 11:44
Compare
Choose a tag to compare
  • Fetch the first product image for each line item

3.0.2

04 Apr 10:31
Compare
Choose a tag to compare
  • Replaced deprecated includecss and includejs Twig tags