Skip to content

Commit f737fa4

Browse files
authored
Merge pull request #529 from jasonz1987/develop
2.8.0
2 parents a5705f7 + 5db4230 commit f737fa4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## 2.8.0 - 2019-04-26
4+
### Added
5+
- cordova 9.0 support
6+
- cordova 7.0 support renew
7+
- add share image permission request on android
8+
- add share file path support
9+
310
## 2.7.0 - 2019-03-02
411
### Added
512
- add share to wechat mini program

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.7.2",
3+
"version": "2.8.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.7.2">
7+
version="2.8.0">
88

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

www/wechat.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module.exports = {
88
},
99

1010
Type: {
11-
APP: 1,// 已废弃
12-
EMOTION: 2,// 已废弃
13-
FILE: 3,// 已废弃
11+
APP: 1,
12+
EMOTION: 2,
13+
FILE: 3,
1414
IMAGE: 4,
1515
MUSIC: 5,
1616
VIDEO: 6,

0 commit comments

Comments
 (0)