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 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments