File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
10
## 2.7.0 - 2019-03-02
4
11
### Added
5
12
- add share to wechat mini program
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-wechat" ,
3
- "version" : " 2.7.2 " ,
3
+ "version" : " 2.8.0 " ,
4
4
"description" : " A cordova plugin, a JS version of Wechat SDK" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-wechat" ,
Original file line number Diff line number Diff line change 4
4
xmlns : rim =" http://www.blackberry.com/ns/widgets"
5
5
xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
id =" cordova-plugin-wechat"
7
- version =" 2.7.2 " >
7
+ version =" 2.8.0 " >
8
8
9
9
<name >Wechat</name >
10
10
<description >A cordova plugin, a JS version of Wechat SDK</description >
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module.exports = {
8
8
} ,
9
9
10
10
Type : {
11
- APP : 1 , // 已废弃
12
- EMOTION : 2 , // 已废弃
13
- FILE : 3 , // 已废弃
11
+ APP : 1 ,
12
+ EMOTION : 2 ,
13
+ FILE : 3 ,
14
14
IMAGE : 4 ,
15
15
MUSIC : 5 ,
16
16
VIDEO : 6 ,
You can’t perform that action at this time.
0 commit comments