Releases: FosterCommerce/klaviyoconnect
Releases · FosterCommerce/klaviyoconnect
3.2.0
3.1.3.2
- Bump version number
3.1.3.1
- Fix conditional error
3.1.3
- Fix an error that occurs when saving a user due to klaviyoAvailableGroups setting value being an array.
3.1.2
- Allow tracking events with a timestamp.
- Allow using environment variables for public and private keys in plugin config.
3.1.1
3.1.0
- 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
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
- Fetch the first product image for each line item
3.0.2
- Replaced deprecated
includecss
andincludejs
Twig tags