From 0bf2f8cdd62462b1456ac3345bcd489cb118dc54 Mon Sep 17 00:00:00 2001 From: Noa Kogonia Date: Wed, 24 Apr 2024 11:50:58 +0300 Subject: [PATCH 1/6] add all version changes --- plugin.xml | 2 +- .../com/appsflyer/cordova/plugin/AppsFlyerConstants.java | 2 +- src/android/cordovaAF.gradle | 2 +- src/ios/AppsFlyerPlugin.m | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.xml b/plugin.xml index af9b2180..44fa58f6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -91,7 +91,7 @@ - + diff --git a/src/android/com/appsflyer/cordova/plugin/AppsFlyerConstants.java b/src/android/com/appsflyer/cordova/plugin/AppsFlyerConstants.java index 0e027c99..0cd7b5e3 100644 --- a/src/android/com/appsflyer/cordova/plugin/AppsFlyerConstants.java +++ b/src/android/com/appsflyer/cordova/plugin/AppsFlyerConstants.java @@ -6,7 +6,7 @@ public class AppsFlyerConstants { - final static String PLUGIN_VERSION = "6.13.1"; + final static String PLUGIN_VERSION = "6.14.0"; final static String NO_DEVKEY_FOUND = "AppsFlyer 'devKey' is missing or empty"; final static String NO_GCM_PROJECT_NUMBER_PROVIDED = "No GCM Project number provided"; final static String SUCCESS = "Success"; diff --git a/src/android/cordovaAF.gradle b/src/android/cordovaAF.gradle index 2d6168ef..70d1d051 100644 --- a/src/android/cordovaAF.gradle +++ b/src/android/cordovaAF.gradle @@ -4,7 +4,7 @@ repositories { dependencies { implementation 'com.android.installreferrer:installreferrer:2.1' - implementation 'com.appsflyer:af-android-sdk:6.13.0@aar' + implementation 'com.appsflyer:af-android-sdk:6.14.0@aar' implementation 'com.android.support:support-annotations:28.0.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20' } diff --git a/src/ios/AppsFlyerPlugin.m b/src/ios/AppsFlyerPlugin.m index 521242bc..9125a1f2 100755 --- a/src/ios/AppsFlyerPlugin.m +++ b/src/ios/AppsFlyerPlugin.m @@ -96,7 +96,7 @@ - (void)initSdk:(CDVInvokedUrlCommand*)command } // Initialize the SDK - [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.13.1" additionalParams:nil]; + [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.14.1" additionalParams:nil]; [AppsFlyerLib shared].appleAppID = appId; [AppsFlyerLib shared].appsFlyerDevKey = devKey; [AppsFlyerLib shared].isDebug = isDebug; From d69a1b099096faf8b0a90ca0a6f2ecf14599a84c Mon Sep 17 00:00:00 2001 From: Noa Kogonia Date: Wed, 24 Apr 2024 11:55:55 +0300 Subject: [PATCH 2/6] change the ios ver --- README.md | 4 ++-- plugin.xml | 2 +- src/ios/AppsFlyerPlugin.m | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3145bc1..5fdcf056 100755 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ You can read more [here](https://support.appsflyer.com/hc/en-us/articles/2070320 ### This plugin is built for -- iOS AppsFlyerSDK **v6.13.1** -- Android AppsFlyerSDK **v6.13.0** +- iOS AppsFlyerSDK **v6.14.2** +- Android AppsFlyerSDK **v6.14.0** ### ❗v6 Breaking Changes diff --git a/plugin.xml b/plugin.xml index 44fa58f6..c230d8a1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -91,7 +91,7 @@ - + diff --git a/src/ios/AppsFlyerPlugin.m b/src/ios/AppsFlyerPlugin.m index 9125a1f2..9187f5d1 100755 --- a/src/ios/AppsFlyerPlugin.m +++ b/src/ios/AppsFlyerPlugin.m @@ -96,7 +96,7 @@ - (void)initSdk:(CDVInvokedUrlCommand*)command } // Initialize the SDK - [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.14.1" additionalParams:nil]; + [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.14.2" additionalParams:nil]; [AppsFlyerLib shared].appleAppID = appId; [AppsFlyerLib shared].appsFlyerDevKey = devKey; [AppsFlyerLib shared].isDebug = isDebug; From 4ce8dc794e122b42b34f79c536f0a8aa2c1a9d56 Mon Sep 17 00:00:00 2001 From: Noa Kogonia Date: Tue, 30 Apr 2024 12:54:56 +0300 Subject: [PATCH 3/6] update the version --- plugin.xml | 2 +- src/ios/AppsFlyerPlugin.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index c230d8a1..054aa3a6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -91,7 +91,7 @@ - + diff --git a/src/ios/AppsFlyerPlugin.m b/src/ios/AppsFlyerPlugin.m index 9187f5d1..f88ba119 100755 --- a/src/ios/AppsFlyerPlugin.m +++ b/src/ios/AppsFlyerPlugin.m @@ -96,7 +96,7 @@ - (void)initSdk:(CDVInvokedUrlCommand*)command } // Initialize the SDK - [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.14.2" additionalParams:nil]; + [[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginCordova pluginVersion:@"6.14.3" additionalParams:nil]; [AppsFlyerLib shared].appleAppID = appId; [AppsFlyerLib shared].appsFlyerDevKey = devKey; [AppsFlyerLib shared].isDebug = isDebug; From 228eeca7fa1f59bdce4c314e113b77c5395b54d4 Mon Sep 17 00:00:00 2001 From: pazlavi Date: Tue, 30 Apr 2024 09:55:31 +0000 Subject: [PATCH 4/6] update plugin.xml and package.json files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dc8772e..8ea86d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-appsflyer-sdk", - "version": "6.13.1", + "version": "6.14.3-rc1", "description": "Cordova AppsFlyer SDK Plugin", "cordova": { "id": "cordova-plugin-appsflyer-sdk", From eb1ac3bfba16c0029541f404a4e1424c94fb974c Mon Sep 17 00:00:00 2001 From: pazlavi Date: Tue, 30 Apr 2024 13:15:22 +0000 Subject: [PATCH 5/6] 6.14.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ea86d01..2b7d693f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-appsflyer-sdk", - "version": "6.14.3-rc1", + "version": "6.14.3", "description": "Cordova AppsFlyer SDK Plugin", "cordova": { "id": "cordova-plugin-appsflyer-sdk", From d9ae9a665732512632a27230c610a70a8e65a8e2 Mon Sep 17 00:00:00 2001 From: pazlavi Date: Tue, 30 Apr 2024 13:15:24 +0000 Subject: [PATCH 6/6] Update RELEASENOTES.md --- RELEASENOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 92143197..acced19a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,8 @@ +## 6.14.3 + Release date: *2024-04-30* + +- Cordova >> Update Plugin to v6.14.1 + ## 6.13.1 Release date: *2024-03-06*