From 6c11cc16f979b38ce629bdce130745da76f1ba4e Mon Sep 17 00:00:00 2001 From: James Newman Date: Tue, 13 Jan 2026 14:13:09 -0500 Subject: [PATCH 1/3] chore: Revise CHANGELOG and update format Updated changelog to include recent changes and fixes. --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc414f9..351af4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,64 @@ -## [2.2.4](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4) (2023-03-14) + +# Changelog -### Bug Fixes +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added support for Rokt Kit plugin + +## [2.2.4] - 2023-03-14 + + +### Fixed * Setting DDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) -## [2.2.3](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3) (2023-01-09) +## [2.2.3] - 2023-01-09 -### Bug Fixes +### Fixed * Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) -## [2.2.2](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2) (2022-09-29) +## [2.2.2] - 2022-09-29 -### Bug Fixes +### Fixed * Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) -## [2.2.1](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.0...2.2.1) (2022-05-19) +## [2.2.1] - 2022-05-19 -### Bug Fixes +### Fixed * update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) -# [2.2.0](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.1.0...2.2.0) (2022-05-06) +## [2.2.0] - 2022-05-06 -### Features +### Changed * update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) -# [2.1.0](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.0.6...2.1.0) (2022-05-06) +## [2.1.0] - 2022-05-06 -### Features +### Added * 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/2.2.4...HEAD +[2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4 +[2.2.3]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3 +[2.2.2]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2 +[2.2.1]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.0...2.2.1 +[2.2.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.1.0...2.2.0 +[2.1.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.0.6...2.1.0 From aa291d6cbbea63b023b26f17777b47c9c6a1fcbc Mon Sep 17 00:00:00 2001 From: James Newman Date: Tue, 13 Jan 2026 14:18:02 -0500 Subject: [PATCH 2/3] Fix formatting issues in CHANGELOG.md Corrected formatting for consistency in changelog entries. --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 351af4e..c167638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,42 +18,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -* Setting DDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) +- Setting DDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) ## [2.2.3] - 2023-01-09 ### Fixed -* Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) +- Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) ## [2.2.2] - 2022-09-29 ### Fixed -* Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) +- Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) ## [2.2.1] - 2022-05-19 ### Fixed -* update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) +- Update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) ## [2.2.0] - 2022-05-06 ### Changed -* update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) +- Update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) ## [2.1.0] - 2022-05-06 ### Added -* 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)) +- 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/2.2.4...HEAD [2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4 From 636756c1fd6108e6de2f1cdbfbfae41d066de2df Mon Sep 17 00:00:00 2001 From: James Newman Date: Tue, 13 Jan 2026 14:18:55 -0500 Subject: [PATCH 3/3] Fix typo in GDPR consents entry in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c167638..790dffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Setting DDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) +- Setting GDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) ## [2.2.3] - 2023-01-09