Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 3ad42f2

Browse files
authored
Merge pull request #79 from Microsoft/release/0.3.3
Release/0.3.3
2 parents 6a26341 + 6605040 commit 3ad42f2

File tree

12 files changed

+37
-32
lines changed

12 files changed

+37
-32
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.3.3
2+
3+
- Updated App Center dependencies
4+
___
5+
16
## Version 0.3.2
27

38
- Updated App Center dependencies

cordova-plugin-appcenter-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-appcenter-analytics",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Provides Microsoft Azure App Center Analytics client for Cordova",
55
"license": "MIT",
66
"author": "Microsoft Corporation",

cordova-plugin-appcenter-analytics/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin id="cordova-plugin-appcenter-analytics"
3-
version="0.3.2"
3+
version="0.3.3"
44
xmlns="http://apache.org/cordova/ns/plugins/1.0"
55
xmlns:android="http://schemas.android.com/apk/res/android">
66

@@ -19,7 +19,7 @@
1919
<engine name="cordova" version=">=6.4.0" />
2020
<engine name="cordova-ios" version=">=4.3.0" />
2121

22-
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
22+
<dependency id="cordova-plugin-appcenter-shared" version="0.3.3"/>
2323

2424
<js-module name="Analytics" src="www/Analytics.js">
2525
<clobbers target="AppCenter.Analytics" />
@@ -39,7 +39,7 @@
3939
<uses-permission android:name="android.permission.INTERNET" />
4040
</config-file>
4141

42-
<framework src="com.microsoft.appcenter:appcenter-analytics:1.11.3" />
42+
<framework src="com.microsoft.appcenter:appcenter-analytics:1.11.4" />
4343

4444
<source-file src="src/android/AppCenterAnalyticsPlugin.java"
4545
target-dir="src/com/microsoft/azure/mobile/cordova" />
@@ -60,6 +60,6 @@
6060
<header-file src="src/ios/AppCenterAnalyticsPlugin.h" />
6161
<source-file src="src/ios/AppCenterAnalyticsPlugin.m" />
6262

63-
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
63+
<framework src="AppCenter" type="podspec" spec="~> 1.14.0" />
6464
</platform>
6565
</plugin>

cordova-plugin-appcenter-crashes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-appcenter-crashes",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Provides Microsoft Azure App Center Crashes client for Cordova",
55
"license": "MIT",
66
"author": "Microsoft Corporation",

cordova-plugin-appcenter-crashes/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin id="cordova-plugin-appcenter-crashes"
3-
version="0.3.2"
3+
version="0.3.3"
44
xmlns="http://apache.org/cordova/ns/plugins/1.0"
55
xmlns:android="http://schemas.android.com/apk/res/android">
66

@@ -20,7 +20,7 @@
2020
<engine name="cordova" version=">=6.4.0" />
2121
<engine name="cordova-ios" version=">=4.3.0" />
2222

23-
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
23+
<dependency id="cordova-plugin-appcenter-shared" version="0.3.3"/>
2424

2525
<js-module name="Crashes" src="www/Crashes.js">
2626
<clobbers target="AppCenter.Crashes" />
@@ -40,7 +40,7 @@
4040
<uses-permission android:name="android.permission.INTERNET" />
4141
</config-file>
4242

43-
<framework src="com.microsoft.appcenter:appcenter-crashes:1.11.3" />
43+
<framework src="com.microsoft.appcenter:appcenter-crashes:1.11.4" />
4444

4545
<source-file src="src/android/AppCenterCrashesPlugin.java"
4646
target-dir="src/com/microsoft/azure/mobile/cordova" />
@@ -69,6 +69,6 @@
6969
<header-file src="src/ios/CrashesUtils.h" />
7070
<source-file src="src/ios/CrashesUtils.m" />
7171

72-
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
72+
<framework src="AppCenter" type="podspec" spec="~> 1.14.0" />
7373
</platform>
7474
</plugin>

cordova-plugin-appcenter-push/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-appcenter-push",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Provides Microsoft Azure App Center Push client for Cordova",
55
"license": "MIT",
66
"author": "Microsoft Corporation",

cordova-plugin-appcenter-push/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin id="cordova-plugin-appcenter-push"
3-
version="0.3.2"
3+
version="0.3.3"
44
xmlns="http://apache.org/cordova/ns/plugins/1.0"
55
xmlns:android="http://schemas.android.com/apk/res/android">
66

@@ -20,7 +20,7 @@
2020
<engine name="cordova" version=">=6.4.0" />
2121
<engine name="cordova-ios" version=">=4.3.0" />
2222

23-
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
23+
<dependency id="cordova-plugin-appcenter-shared" version="0.3.3"/>
2424

2525
<js-module name="Push" src="www/Push.js">
2626
<clobbers target="AppCenter.Push" />
@@ -40,7 +40,7 @@
4040
<uses-permission android:name="android.permission.INTERNET" />
4141
</config-file>
4242

43-
<framework src="com.microsoft.appcenter:appcenter-push:1.11.3" />
43+
<framework src="com.microsoft.appcenter:appcenter-push:1.11.4" />
4444
<framework src="src/android/AppCenterPush.gradle"
4545
custom="true" type="gradleReference" />
4646

@@ -85,6 +85,6 @@
8585
<header-file src="src/ios/PushUtils.h" />
8686
<source-file src="src/ios/PushUtils.m" />
8787

88-
<framework src="AppCenter/Push" type="podspec" spec="~> 1.13.2" />
88+
<framework src="AppCenter/Push" type="podspec" spec="~> 1.14.0" />
8989
</platform>
9090
</plugin>

cordova-plugin-appcenter-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-appcenter-shared",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Provides Microsoft Azure App Center shared functionality for Cordova",
55
"license": "MIT",
66
"author": "Microsoft Corporation",

cordova-plugin-appcenter-shared/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin id="cordova-plugin-appcenter-shared"
3-
version="0.3.2"
3+
version="0.3.3"
44
xmlns="http://apache.org/cordova/ns/plugins/1.0"
55
xmlns:android="http://schemas.android.com/apk/res/android">
66

@@ -40,7 +40,7 @@
4040
value="com.microsoft.azure.mobile.cordova.AppCenterSharedPlugin"/>
4141
</feature>
4242
</config-file>
43-
<framework src="com.microsoft.appcenter:appcenter:1.11.3" />
43+
<framework src="com.microsoft.appcenter:appcenter:1.11.4" />
4444
</platform>
4545

4646
<platform name="ios">
@@ -55,6 +55,6 @@
5555

5656
<header-file src="src/ios/AppCenterSharedPlugin.h" />
5757
<source-file src="src/ios/AppCenterSharedPlugin.m" />
58-
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
58+
<framework src="AppCenter" type="podspec" spec="~> 1.14.0" />
5959
</platform>
6060
</plugin>

demoapp/config.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
3333
<plugin name="cordova-plugin-file" spec="^4.0.0" />
3434
<plugin name="cordova-plugin-camera" spec="^3.0.0" />
35-
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.3.2" />
36-
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.3.2" />
37-
<plugin name="cordova-plugin-appcenter-push" spec="^0.3.2" />
38-
<plugin name="cordova-plugin-appcenter-shared" spec="^0.3.2" />
35+
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.3.3" />
36+
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.3.3" />
37+
<plugin name="cordova-plugin-appcenter-push" spec="^0.3.3" />
38+
<plugin name="cordova-plugin-appcenter-shared" spec="^0.3.3" />
3939
<engine name="android" spec="^7.0.0" />
4040
<engine name="ios" spec="~4.5.4" />
4141
</widget>

0 commit comments

Comments
 (0)