diff --git a/CHANGELOG.md b/CHANGELOG.md index f778b4b..20e0924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.1] - 2026-06-12 + ## [4.0.0] - 2026-06-11 - Bumped Android native dependencies to `com.mparticle:android-core:5.79.0` and `com.mparticle:android-rokt-kit:5.79.0`. @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e)) -[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/4.0.0...HEAD +[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/4.0.1...HEAD +[4.0.1]: https://github.com/mParticle/cordova-plugin-mparticle/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.1...4.0.0 [3.0.1]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...3.0.0 diff --git a/Kits/Rokt/package.json b/Kits/Rokt/package.json index 939e0a2..37f31c4 100644 --- a/Kits/Rokt/package.json +++ b/Kits/Rokt/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/cordova-rokt-kit", - "version": "4.0.0", + "version": "4.0.1", "description": "Adds support for Rokt to your Cordova project", "homepage": "https://www.mparticle.com", "repository": { diff --git a/Kits/Rokt/plugin.xml b/Kits/Rokt/plugin.xml index 3751bcb..f9da31d 100644 --- a/Kits/Rokt/plugin.xml +++ b/Kits/Rokt/plugin.xml @@ -1,7 +1,7 @@ + version="4.0.1"> MParticle Rokt Kit Adds support for Rokt to your Cordova project diff --git a/Kits/RoktPaymentExtension/package.json b/Kits/RoktPaymentExtension/package.json index 9098330..3bb5755 100644 --- a/Kits/RoktPaymentExtension/package.json +++ b/Kits/RoktPaymentExtension/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/cordova-rokt-payment-extension", - "version": "4.0.0", + "version": "4.0.1", "description": "Adds Rokt payment extension support (Apple Pay, AfterPay/Clearpay, PayPal via Stripe) to your Cordova project", "homepage": "https://www.mparticle.com", "repository": { diff --git a/Kits/RoktPaymentExtension/plugin.xml b/Kits/RoktPaymentExtension/plugin.xml index d1611c0..d7af55f 100644 --- a/Kits/RoktPaymentExtension/plugin.xml +++ b/Kits/RoktPaymentExtension/plugin.xml @@ -1,7 +1,7 @@ + version="4.0.1"> MParticle Rokt Payment Extension Kit Adds Rokt payment extension support (Apple Pay, AfterPay/Clearpay, PayPal via Stripe) to your Cordova project diff --git a/VERSION b/VERSION index fcdb2e1..1454f6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.0.1 diff --git a/plugin/package-lock.json b/plugin/package-lock.json index e927f0f..b826858 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/cordova-sdk", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mparticle/cordova-sdk", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "devDependencies": { "eslint": "^4.19.1", diff --git a/plugin/package.json b/plugin/package.json index ac7a316..9282968 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/cordova-sdk", - "version": "4.0.0", + "version": "4.0.1", "description": "Cordova plugin for mParticle", "homepage": "https://www.mparticle.com", "repository": { diff --git a/plugin/plugin.xml b/plugin/plugin.xml index 3bc07c3..ca84ce3 100755 --- a/plugin/plugin.xml +++ b/plugin/plugin.xml @@ -1,7 +1,7 @@ + version="4.0.1"> MParticle diff --git a/plugin/src/ios/CDVMParticle.m b/plugin/src/ios/CDVMParticle.m index 68ba511..d8bfeb9 100644 --- a/plugin/src/ios/CDVMParticle.m +++ b/plugin/src/ios/CDVMParticle.m @@ -9,7 +9,7 @@ @interface CDVMParticle : CDVPlugin @implementation CDVMParticle - (void)pluginInitialize { - [MParticle _setWrapperSdk_internal:MPWrapperSdkCordova version:@"4.0.0"]; + [MParticle _setWrapperSdk_internal:MPWrapperSdkCordova version:@"4.0.1"]; } - (void)logEvent:(CDVInvokedUrlCommand*)command {