Skip to content

Commit 095ffe9

Browse files
authored
Merge pull request #487 from xu-li/develop
2.6.0
2 parents 20ef87e + 04dc89c commit 095ffe9

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.6.0 - 2019-01-05
4+
### Fixed
5+
- Fixed cordova android 7.0 install script bug
6+
37
## 2.5.0 - 2018-12-26
48
### Fixed
59
- Android preferences code problem

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
![](https://www.repostatus.org/badges/latest/active.svg)
22

3-
**如果是使用cordova7以上版本,请切换到develop-cordova7分支代码。**
4-
53
QQ群:190808518
64

75
# cordova-plugin-wechat
@@ -138,15 +136,8 @@ See [FAQ](https://github.com/xu-li/cordova-plugin-wechat/wiki/FAQ).
138136

139137
# TODO
140138

141-
1. ~~Add android version~~
142-
143-
2. ~~Share to wechat session(聊天) and wechat favorite(收藏)~~
144-
145-
3. ~~Add other media types, including music etc.~~
146-
147-
4. ~~Other APIs~~
139+
1. share to wechat mini program(微信小程序)
148140

149-
5. ~~Android Version update~~
150141

151142
# LICENSE
152143

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-wechat",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "A cordova plugin, a JS version of Wechat SDK",
55
"cordova": {
66
"id": "cordova-plugin-wechat",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:rim="http://www.blackberry.com/ns/widgets"
55
xmlns:android="http://schemas.android.com/apk/res/android"
66
id="cordova-plugin-wechat"
7-
version="2.5.0">
7+
version="2.6.0">
88

99
<name>Wechat</name>
1010
<description>A cordova plugin, a JS version of Wechat SDK</description>

0 commit comments

Comments
 (0)