From c99b368d952bf8749715a919992dca0d49809f14 Mon Sep 17 00:00:00 2001 From: uerceg Date: Thu, 11 Jun 2020 02:11:50 +0200 Subject: [PATCH 1/4] Use lib-file tag for JAR library in plugin.xml --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index d634c5a1..1f309bd3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -59,7 +59,7 @@ - + From cd3caf84f28d1ca9fe49834fae1346fa34d26ea5 Mon Sep 17 00:00:00 2001 From: uerceg Date: Thu, 11 Jun 2020 02:14:13 +0200 Subject: [PATCH 2/4] New version 4.22.1 --- README.md | 2 +- VERSION | 2 +- doc/migrate.md | 2 +- example-ionic/package.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- test/plugin/package.json | 2 +- test/plugin/plugin.xml | 2 +- www/adjust.js | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6cdec4cf..d8202ee3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the Cordova SDK of Adjust™. You can read more about Adjust™ at [adjust.com]. -N.B. At the moment, SDK 4.22.0 for Cordova supports Android platform version `4.0.0 and higher` and iOS platform version `3.0.0 and higher`. +N.B. At the moment, SDK 4.22.1 for Cordova supports Android platform version `4.0.0 and higher` and iOS platform version `3.0.0 and higher`. ## Table of contents diff --git a/VERSION b/VERSION index d7638f37..352b26ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.22.0 +4.22.1 diff --git a/doc/migrate.md b/doc/migrate.md index b3de18c4..92a2408c 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for Cordova to 4.22.0 from 3.4.1 +## Migrate your Adjust SDK for Cordova to 4.22.1 from 3.4.1 ### Migration procedure diff --git a/example-ionic/package.json b/example-ionic/package.json index 7f12ea41..72f138a8 100644 --- a/example-ionic/package.json +++ b/example-ionic/package.json @@ -1,6 +1,6 @@ { "name": "AdjustExample", - "version": "4.22.0", + "version": "4.22.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, @@ -26,7 +26,7 @@ "@ionic-native/status-bar": "~4.17.0", "@ionic/storage": "2.2.0", "acorn": "^7.1.1", - "com.adjust.sdk": "^4.22.0", + "com.adjust.sdk": "^4.22.1", "cordova-android": "7.1.4", "cordova-ios": "^5.1.1", "cordova-plugin-device": "^2.0.2", diff --git a/package.json b/package.json index 380bd5df..5b26b1fe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.22.0", + "version": "4.22.1", "name": "com.adjust.sdk", "cordova_name": "Adjust SDK Cordova Plugin", "description": "Cordova plugin for the Adjust SDK", diff --git a/plugin.xml b/plugin.xml index 1f309bd3..266326fa 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="4.22.1"> Adjust Adjust plugin for Cordova diff --git a/test/plugin/package.json b/test/plugin/package.json index 759245eb..00bc11c3 100644 --- a/test/plugin/package.json +++ b/test/plugin/package.json @@ -1,5 +1,5 @@ { - "version": "4.22.0", + "version": "4.22.1", "name": "com.adjust.test", "cordova_name": "Adjust Cordova Test Plugin", "description": "Cordova Plugin For Adjust SDK Testing", diff --git a/test/plugin/plugin.xml b/test/plugin/plugin.xml index 28e5739f..85081a3f 100644 --- a/test/plugin/plugin.xml +++ b/test/plugin/plugin.xml @@ -2,7 +2,7 @@ + version="4.22.1"> Adjust Test Adjust Plugin For Cordova SDK Testing diff --git a/www/adjust.js b/www/adjust.js index 4bd09080..663599fd 100644 --- a/www/adjust.js +++ b/www/adjust.js @@ -142,7 +142,7 @@ var Adjust = { }, getSdkPrefix: function () { - return 'cordova4.22.0'; + return 'cordova4.22.1'; }, addSessionCallbackParameter: function(key, value) { From 051713175c1d38eafdc099b3f773b067925a2f98 Mon Sep 17 00:00:00 2001 From: uerceg Date: Thu, 11 Jun 2020 02:16:05 +0200 Subject: [PATCH 3/4] CHANGELOG.md update --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db21d6ee..c204de90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### Version 4.22.1 (11th June 2020) +#### Fixed +- Fixed tag usage for `adjust-android.jar` declaraton inside of `plugin.xml` file (now using `lib-file` instead of `source-file`). + +#### Native SDKs +- [iOS@v4.22.1][ios_sdk_v4.22.1] +- [Android@v4.22.0][android_sdk_v4.22.0] + +--- + ### Version 4.22.0 (10th June 2020) #### Added - Added subscription tracking feature. From 380b07faeea1f39fde7069b49748b7a8d7d26ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uglje=C5=A1a=20Erceg?= Date: Thu, 11 Jun 2020 02:22:48 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c204de90..768f0a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Version 4.22.1 (11th June 2020) #### Fixed -- Fixed tag usage for `adjust-android.jar` declaraton inside of `plugin.xml` file (now using `lib-file` instead of `source-file`). +- Fixed tag usage for `adjust-android.jar` declaration inside of `plugin.xml` file (now using `lib-file` instead of `source-file`). #### Native SDKs - [iOS@v4.22.1][ios_sdk_v4.22.1]