Skip to content

Commit a032906

Browse files
committed
Merge branch 'dev'
2 parents ea06f04 + d362ee7 commit a032906

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/jpush/jpush-phonegap-plugin.svg?branch=master)](https://travis-ci.org/jpush/jpush-phonegap-plugin)
44
[![QQ Group](https://img.shields.io/badge/QQ%20Group-413602425-red.svg)]()
5-
[![release](https://img.shields.io/badge/release-3.1.3-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases)
5+
[![release](https://img.shields.io/badge/release-3.1.5-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases)
66
[![platforms](https://img.shields.io/badge/platforms-iOS%7CAndroid-lightgrey.svg)](https://github.com/jpush/jpush-phonegap-plugin)
77
[![weibo](https://img.shields.io/badge/weibo-JPush-blue.svg)](http://weibo.com/jpush?refer_flag=1001030101_&is_all=1)
88

@@ -69,7 +69,7 @@ Android 的推送通过长连接的方式实现,只有在连接保持的情况
6969
#### 打包时遇到 i386 打包失败怎么办?
7070

7171
```
72-
cordova platform update ios
72+
cordova platform update ios
7373
```
7474

7575
#### ionic 2 如何调用 API?

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-phonegap-plugin",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",
@@ -27,7 +27,7 @@
2727
}],
2828
"peerDependencies": {
2929
"cordova-plugin-device": ">=1.0.0",
30-
"cordova-plugin-jcore": "1.1.2"
30+
"cordova-plugin-jcore": "1.1.4"
3131
},
3232
"author": "JiGuang",
3333
"license": "MIT",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="jpush-phonegap-plugin"
5-
version="3.1.4">
5+
version="3.1.5">
66

77
<name>JPush</name>
88
<description>JPush for cordova plugin</description>
@@ -38,7 +38,7 @@
3838
<source-file src="src/ios/Plugins/AppDelegate+JPush.m" />
3939

4040
<header-file src="src/ios/lib/JPUSHService.h" />
41-
<source-file src="src/ios/lib/jpush-ios-3.0.2.a" framework="true" />
41+
<source-file src="src/ios/lib/jpush-ios-3.0.5.a" framework="true" />
4242
<resource-file src="src/ios/JPushConfig.plist" />
4343

4444
<framework src="CFNetwork.framework" weak="true" />
@@ -186,7 +186,7 @@
186186
<meta-data android:name="JPUSH_APPKEY" android:value="$APP_KEY" />
187187
</config-file>
188188

189-
<source-file src="src/android/libs/jpush-android_v3.0.5.jar" target-dir="libs" />
189+
<source-file src="src/android/libs/jpush-android_v3.0.6.jar" target-dir="libs" />
190190

191191
<source-file src="src/android/MyReceiver.java" target-dir="src/cn/jpush/phonegap" />
192192
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jpush/phonegap" />
-173 KB
Binary file not shown.
182 KB
Binary file not shown.

src/ios/lib/JPUSHService.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
1010
*/
1111

12-
#define JPUSH_VERSION_NUMBER 3.0.2
12+
#define JPUSH_VERSION_NUMBER 3.0.5
1313

1414
#import <Foundation/Foundation.h>
1515

@@ -456,7 +456,7 @@ callbackSelector:(SEL)cbSelector
456456
*
457457
* SDK 默认开启的日志级别为: Info. 只显示必要的信息, 不打印调试日志.
458458
*
459-
* 调用本接口可打开日志级别为: Debug, 打印调试日志.
459+
* 请在SDK启动后调用本接口,调用本接口可打开日志级别为: Debug, 打印调试日志.
460460
*/
461461
+ (void)setDebugMode;
462462

Binary file not shown.

0 commit comments

Comments
 (0)