Releases: FosterCommerce/klaviyoconnect
Releases · FosterCommerce/klaviyoconnect
7.0.0
6.0.0
Updated
- Uses official klaviyo/api package.
- Renamed
useSubscribeEndpoint
tosubscribe
. - User profile now uses
external_id
instead ofid
. - Renamed
event_id
tounique_id
. - Changed
identify
function to include an$update
argument. identify
action can update an existing profile.- Updated
trackOrder
to include the order currency in the event details.
Added
- Provide
email
and/orphone_number
whensubscribe
istrue
to provide consent for subscription to those channels. - Added
value_currency
to event details.
Removed
- Removed track once event.
- Remove
profileInList
API service function. - Removed
update-profile
action. Update profiles using identify and track endpoints instead. - Removed
updateProfile
API service method.
Full Changelog: 5.0.8...6.0.0
4.2.0-beta.2
Fixed
- Removed
mixed
argument type fromcreateProfile
, it is only supported from PHP 8.0+
Full Changelog: 4.2.0-beta.1...4.2.0-beta.2
4.2.0-beta.1
Updated
- Uses official klaviyo/api package.
- Renamed
useSubscribeEndpoint
tosubscribe
. - User profile now uses
external_id
instead ofid
. - Renamed
event_id
tounique_id
. - Changed
identify
function to include an$update
argument. identify
action can update an existing profile.- Updated
trackOrder
to include the order currency in the event details.
Added
- Provide
email
and/orphone_number
whensubscribe
istrue
to provide consent for subscription to those channels. - Added
value_currency
to event details.
Removed
- Removed track once event.
- Remove
profileInList
API service function. - Removed
update-profile
action. Update profiles using identify and track endpoints instead. - Removed
updateProfile
API service method.
Full Changelog: 4.1.0...4.2.0-beta.1
6.0.0-beta.1
Updated
- Uses official klaviyo/api package.
- Renamed
useSubscribeEndpoint
tosubscribe
. - User profile now uses
external_id
instead ofid
. - Renamed
event_id
tounique_id
. - Changed
identify
function to include an$update
argument. identify
action can update an existing profile.- Updated
trackOrder
to include the order currency in the event details.
Added
- Provide
email
and/orphone_number
whensubscribe
istrue
to provide consent for subscription to those channels. - Added
value_currency
to event details.
Removed
- Removed track once event.
- Remove
profileInList
API service function. - Removed
update-profile
action. Update profiles using identify and track endpoints instead. - Removed
updateProfile
API service method.
Full Changelog: 5.0.8...6.0.0-beta.1
5.0.8
5.0.7
5.0.6
What's Changed
- Use
cpTrigger
config when triggering an order sync to Klaviyo from Utilities (#121)
Full Changelog: 5.0.5...5.0.6
4.1.0
- Include order timestamps when synchronizing orders from the control panel
5.0.5
What's Changed
- Fix issue where the plugin would attempt to fetch lists when the Klaviyo API key was not set
- Include order timestamps when synchronizing orders from the control panel
Full Changelog: 5.0.4...5.0.5