Skip to content

Commit f35e1de

Browse files
authored
Bumps version for 4.3.0 release (#326)
* some small updates * version bump * value ->
1 parent eb255c5 commit f35e1de

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

Block/Catalog/Product/ViewedProduct.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ public function getViewedProductJson()
213213
'Price' => $this->getPrice(),
214214
'FinalPrice' => $this->getFinalPrice(),
215215
'Categories' => $this->getProductCategories(),
216-
'StoreId' => $this->_klaviyoScopeSetting->storeId
216+
'StoreId' => $this->_klaviyoScopeSetting->storeId,
217+
'$value' => $this->getPrice()
217218
];
218219

219220
if ($this->getProductImage()) {

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
<!-- BEGIN RELEASE NOTES -->
88
### [Unreleased]
99

10+
### [4.3.0] - 2025-04-16
11+
1012
#### Added
1113
- Add 'external_catalog_id' and 'integration_key' to Viewed Product and Added To Cart events.
14+
- Adds 'value' field to Viewed Product events
1215

1316
#### Changed
1417
- Bumps Klaviyo API revision to 2025-04-15
@@ -309,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
309312

310313
<!-- END RELEASE NOTES -->
311314
<!-- BEGIN LINKS -->
312-
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.2.0...HEAD
315+
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.3.0...HEAD
316+
[4.3.0]: https://github.com/klaviyo/magento2-klaviyo/compare/4.2.0...4.3.0
313317
[4.2.0]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.4...4.2.0
314318
[4.1.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.3...4.1.4
315319
[4.1.3]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.2...4.1.3

KlaviyoV3Sdk/KlaviyoV3Api.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function getHeaders()
130130

131131
/**
132132
* Query for all available lists in Klaviyo
133-
* https://developers.klaviyo.com/en/v2023-08-15/reference/get_lists
133+
* https://developers.klaviyo.com/en/v2025-04-15/reference/get_lists
134134
*
135135
* @return array
136136
* @throws KlaviyoApiException
@@ -156,7 +156,7 @@ public function getLists()
156156

157157
/**
158158
* Search for profile by Email
159-
* https://developers.klaviyo.com/en/v2023-08-15/reference/get_profiles
159+
* https://developers.klaviyo.com/en/v2025-04-15/reference/get_profiles
160160
*
161161
* @param $email
162162
* @return false|mixed
@@ -179,7 +179,7 @@ public function searchProfileByEmail($email)
179179

180180
/**
181181
* Add a Profile to a list using profile id
182-
* https://developers.klaviyo.com/en/v2023-08-15/reference/create_list_relationships
182+
* https://developers.klaviyo.com/en/v2025-04-15/reference/create_list_relationships
183183
*
184184
* @param $list_id
185185
* @param $profile_id
@@ -202,7 +202,7 @@ public function addProfileToList($list_id, $profile_id)
202202

203203
/**
204204
* Create a new Profile in Klaviyo
205-
* https://developers.klaviyo.com/en/v2023-08-15/reference/create_profile
205+
* https://developers.klaviyo.com/en/v2025-04-15/reference/create_profile
206206
*
207207
* @param $profile_properties
208208
* @return array|string|null
@@ -236,7 +236,7 @@ public function createProfile($profile_properties)
236236
*/
237237
/**
238238
* Record an event for a customer on their Klaviyo profile
239-
* https://developers.klaviyo.com/en/v2023-08-15/reference/create_event
239+
* https://developers.klaviyo.com/en/v2025-04-15/reference/create_event
240240
*
241241
* @param $config
242242
* @return array
@@ -263,7 +263,7 @@ public function track($config)
263263

264264
/**
265265
* Subscribe members to a Klaviyo list
266-
* https://developers.klaviyo.com/en/reference/subscribe_profiles
266+
* https://developers.klaviyo.com/en/v2025-04-15/reference/bulk_subscribe_profiles
267267
*
268268
* @param $listId
269269
* @param $profiles
@@ -299,6 +299,8 @@ public function subscribeMembersToList($listId, $profiles)
299299

300300

301301
/**
302+
* Unsubscribe profile from a Klaviyo list
303+
* https://developers.klaviyo.com/en/v2025-04-15/reference/bulk_subscribe_profiles
302304
* @param string $email
303305
* @return array|null|string
304306
*/

composer.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "klaviyo/magento2-extension-dev",
33
"description": "The local development composer file. This is used for local and continuous integration setup/testing.",
44
"type": "magento2-module",
5-
"version": "4.2.0",
5+
"version": "4.3.0",
66
"autoload": {
77
"psr-4": {
88
"Klaviyo\\Reclaim\\": ""

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "klaviyo/magento2-extension",
33
"description": "Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more.",
44
"type": "magento2-module",
5-
"version": "4.2.0",
5+
"version": "4.3.0",
66
"autoload": {
77
"files": [
88
"registration.php"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Klaviyo_Reclaim" setup_version="4.2.0" schema_version="4.2.0">
3+
<module name="Klaviyo_Reclaim" setup_version="4.3.0" schema_version="4.3.0">
44
<sequence>
55
<module name="Magento_Customer"/>
66
<module name="Magento_Checkout"/>

0 commit comments

Comments
 (0)