Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2026-05-27

### Fixed

- Adjusted range upper bound to prevent next major pull ([0a1d968](https://github.com/mParticle/cordova-plugin-mparticle/commit/0a1d968a19d7a87f615d85444d146588883662b9))

## [3.0.0] - 2026-01-13

### Added
Expand Down Expand Up @@ -51,7 +57,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/3.0.0...HEAD
[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.1...HEAD
[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
[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
Expand Down
4 changes: 2 additions & 2 deletions Kits/Rokt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Kits/Rokt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/cordova-rokt-kit",
"version": "3.0.0",
"version": "3.0.1",
"description": "Adds support for Rokt to your Cordova project",
"homepage": "https://www.mparticle.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion Kits/Rokt/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="@mparticle/cordova-rokt-kit"
version="3.0.0">
version="3.0.1">
<name>MParticle Rokt Kit</name>
<description>Adds support for Rokt to your Cordova project</description>
<platform name="android">
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
4 changes: 2 additions & 2 deletions plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/cordova-sdk",
"version": "3.0.0",
"version": "3.0.1",
Comment thread
cursor[bot] marked this conversation as resolved.
"description": "Cordova plugin for mParticle",
"homepage": "https://www.mparticle.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="@mparticle/cordova-sdk"
version="3.0.0">
version="3.0.1">
<name>MParticle</name>
<js-module src="www/mparticle.js" name="mparticle">
<clobbers target="mparticle" />
Expand Down
Loading