Skip to content

Commit a703ef5

Browse files
Merge pull request #383 from klaviyo/mikeearl/bump-version-5.0.3
Bump version to 5.1.0
2 parents e139993 + a2ad93e commit a703ef5

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎CHANGELOG.md‎

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

10-
### [5.0.1] - 2026-07-08
10+
### [5.1.0] - 2026-07-08
1111

1212
#### Added
1313
- New `GET /V1/klaviyo/reclaim/plugin-settings` endpoint that returns the extension's configured plugin settings for a given store (passed as `store_id`), to speed up support troubleshooting. Sensitive values (Private Klaviyo API Key, Webhook Secret) are reported as `PRESENT`/`NULL` rather than exposed.
@@ -379,8 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
379379

380380
<!-- END RELEASE NOTES -->
381381
<!-- BEGIN LINKS -->
382-
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/5.0.1...HEAD
383-
[5.0.1]: https://github.com/klaviyo/magento2-klaviyo/compare/5.0.0...5.0.1
382+
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/5.1.0...HEAD
383+
[5.1.0]: https://github.com/klaviyo/magento2-klaviyo/compare/5.0.0...5.1.0
384384
[5.0.0]: https://github.com/klaviyo/magento2-klaviyo/compare/4.4.4...5.0.0
385385
[4.4.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.4.3...4.4.4
386386
[4.4.3]: https://github.com/klaviyo/magento2-klaviyo/compare/4.4.2...4.4.3

‎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": "5.0.1",
5+
"version": "5.1.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": "5.0.1",
5+
"version": "5.1.0",
66
"autoload": {
77
"files": [
88
"registration.php"

‎composer.magento-coding-standard.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-coding-standard-dev",
33
"description": "The development composer file for coding standard.",
44
"type": "magento2-module",
5-
"version": "5.0.1",
5+
"version": "5.1.0",
66
"config": {
77
"allow-plugins": {
88
"dealerdirect/phpcodesniffer-composer-installer": true

‎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="5.0.1" schema_version="5.0.1">
3+
<module name="Klaviyo_Reclaim" setup_version="5.1.0" schema_version="5.1.0">
44
<sequence>
55
<module name="Magento_Customer"/>
66
<module name="Magento_Checkout"/>

0 commit comments

Comments
 (0)