File tree Expand file tree Collapse file tree 10 files changed +51
-12
lines changed
com/appsflyer/cordova/plugin Expand file tree Collapse file tree 10 files changed +51
-12
lines changed Original file line number Diff line number Diff line change 9
9
environment : Staging
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - name : Login to Github
12
+ with :
13
+ token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
14
+ persist-credentials : true
15
+
16
+ - name : Setup Git Authentication
13
17
env :
14
18
COMMIT_AUTHOR : ${{ secrets.CI_COMMIT_AUTHOR }}
15
19
COMMIT_EMAIL : ${{ secrets.CI_COMMIT_EMAIL }}
20
+ MY_PERSONAL_ACCESS_TOKEN : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
16
21
run : |
17
22
git config --global user.name $COMMIT_AUTHOR
18
23
git config --global user.email $COMMIT_EMAIL
24
+ git config --global credential.helper 'cache --timeout=300'
25
+ git config --global --add "credential.https://github.com.username" "x-access-token"
26
+ echo "https://x-access-token:[email protected] " > ~/.git-credentials
19
27
20
28
- name : Check if fixed version is on Jira
21
29
env :
Original file line number Diff line number Diff line change @@ -13,17 +13,25 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
16
+ with :
17
+ token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
18
+ persist-credentials : true
19
+
16
20
- name : Login to Github
17
21
env :
18
22
COMMIT_AUTHOR : ${{ secrets.CI_COMMIT_AUTHOR }}
19
23
COMMIT_EMAIL : ${{ secrets.CI_COMMIT_EMAIL }}
24
+ MY_PERSONAL_ACCESS_TOKEN : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
20
25
run : |
21
26
git config --global user.name $COMMIT_AUTHOR
22
27
git config --global user.email $COMMIT_EMAIL
28
+ git config --global credential.helper 'cache --timeout=300'
29
+ git config --global --add "credential.https://github.com.username" "x-access-token"
30
+ echo "https://x-access-token:[email protected] " > ~/.git-credentials
23
31
-
uses :
mdecoleman/[email protected]
24
32
id : vars
25
33
with :
26
- repo-token : ${{ secrets.GITHUB_TOKEN }}
34
+ repo-token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
27
35
- name : Update package.json file
28
36
run : |
29
37
plugin_version=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9].[0-9]+.[0-9]+')
Original file line number Diff line number Diff line change @@ -21,17 +21,25 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v3
24
+ with :
25
+ token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
26
+ persist-credentials : true
27
+
24
28
- name : Login to Github
25
29
env :
26
30
COMMIT_AUTHOR : ${{ secrets.CI_COMMIT_AUTHOR }}
27
31
COMMIT_EMAIL : ${{ secrets.CI_COMMIT_EMAIL }}
32
+ MY_PERSONAL_ACCESS_TOKEN : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
28
33
run : |
29
34
git config --global user.name $COMMIT_AUTHOR
30
35
git config --global user.email $COMMIT_EMAIL
36
+ git config --global credential.helper 'cache --timeout=300'
37
+ git config --global --add "credential.https://github.com.username" "x-access-token"
38
+ echo "https://x-access-token:[email protected] " > ~/.git-credentials
31
39
-
uses :
mdecoleman/[email protected]
32
40
id : vars
33
41
with :
34
- repo-token : ${{ secrets.GITHUB_TOKEN }}
42
+ repo-token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
35
43
- name : Determine release tag and release branch
36
44
run : |
37
45
TAG=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9].[0-9]+.[0-9]+')
44
52
TAG : ${{env.PLUGIN_VERSION}}
45
53
uses : " actions/github-script@v5"
46
54
with :
47
- github-token : " ${{ secrets.GITHUB_TOKEN }}"
55
+ github-token : " ${{ secrets.CI_DEV_GITHUB_TOKEN }}"
48
56
script : |
49
57
try {
50
58
await github.rest.repos.createRelease({
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ You can read more [here](https://support.appsflyer.com/hc/en-us/articles/2070320
44
44
45
45
### <a id =" plugin-build-for " > This plugin is built for
46
46
47
- - iOS AppsFlyerSDK ** v6.15.1 **
48
- - Android AppsFlyerSDK ** v6.15.0 **
47
+ - iOS AppsFlyerSDK ** v6.15.3 **
48
+ - Android AppsFlyerSDK ** v6.15.2 **
49
49
50
50
### <a id =" breakingChanges " > ❗v6.15.11 Breaking Changes
51
51
Original file line number Diff line number Diff line change
1
+ ## 6.15.3
2
+ Release date: * 2024-12-02*
3
+
4
+ - Cordova >> Update Plugin to v6.15.3
5
+
6
+ ## 6.15.3
7
+ Release date: * 2024-12-02*
8
+
9
+ - Cordova >> Update Plugin to v6.15.3
10
+
11
+ ## 6.15.3
12
+ Release date: * 2024-12-02*
13
+
14
+ - Cordova >> Update Plugin to v6.15.3
15
+
1
16
## 6.15.11
2
17
Release date: * 2024-09-03*
3
18
- Cordova >> Fix chartboost adrevenue enum typo in ios side
Original file line number Diff line number Diff line change 2
2
3
3
"name" : " cordova-plugin-appsflyer-sdk" ,
4
4
5
- "version" : " 6.15.11 " ,
5
+ "version" : " 6.15.3 " ,
6
6
7
7
"description" : " Cordova AppsFlyer SDK Plugin" ,
8
8
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns : android =" http://schemas.android.com/apk/res/android"
23
23
id =" cordova-plugin-appsflyer-sdk"
24
- version =" 6.13.1-rc1 " >
24
+ version =" 6.15.3-rc3 " >
25
25
<name >AppsFlyer</name >
26
26
<description >Cordova Plugin AppsFlyer</description >
27
27
<license >Apache 2.0</license >
91
91
<config >
92
92
</config >
93
93
<pods use-frameworks =" true" >
94
- <pod name =" AppsFlyerFramework" spec =" 6.15.1 " />
94
+ <pod name =" AppsFlyerFramework" spec =" 6.15.3 " />
95
95
</pods >
96
96
</podspec >
97
97
</platform >
Original file line number Diff line number Diff line change 6
6
7
7
public class AppsFlyerConstants {
8
8
9
- final static String PLUGIN_VERSION = "6.15.1 " ;
9
+ final static String PLUGIN_VERSION = "6.15.2 " ;
10
10
final static String NO_DEVKEY_FOUND = "AppsFlyer 'devKey' is missing or empty" ;
11
11
final static String NO_GCM_PROJECT_NUMBER_PROVIDED = "No GCM Project number provided" ;
12
12
final static String SUCCESS = "Success" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repositories {
4
4
5
5
dependencies {
6
6
implementation ' com.android.installreferrer:installreferrer:2.1'
7
- implementation ' com.appsflyer:af-android-sdk:6.15.0 @aar'
7
+ implementation ' com.appsflyer:af-android-sdk:6.15.2 @aar'
8
8
implementation ' com.android.support:support-annotations:28.0.0'
9
9
implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
10
10
}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ - (void)initSdk:(CDVInvokedUrlCommand*)command
96
96
}
97
97
98
98
// Initialize the SDK
99
- [[AppsFlyerLib shared ] setPluginInfoWith: AFSDKPluginCordova pluginVersion: @" 6.15.1 " additionalParams: nil ];
99
+ [[AppsFlyerLib shared ] setPluginInfoWith: AFSDKPluginCordova pluginVersion: @" 6.15.3 " additionalParams: nil ];
100
100
[AppsFlyerLib shared ].appleAppID = appId;
101
101
[AppsFlyerLib shared ].appsFlyerDevKey = devKey;
102
102
[AppsFlyerLib shared ].isDebug = isDebug;
You can’t perform that action at this time.
0 commit comments