Skip to content

Commit

Permalink
Merge pull request #529 from jasonz1987/develop
Browse files Browse the repository at this point in the history
2.8.0
  • Loading branch information
jasonz1987 authored Apr 26, 2019
2 parents a5705f7 + 5db4230 commit f737fa4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.8.0 - 2019-04-26
### Added
- cordova 9.0 support
- cordova 7.0 support renew
- add share image permission request on android
- add share file path support

## 2.7.0 - 2019-03-02
### Added
- add share to wechat mini program
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-wechat",
"version": "2.7.2",
"version": "2.8.0",
"description": "A cordova plugin, a JS version of Wechat SDK",
"cordova": {
"id": "cordova-plugin-wechat",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-wechat"
version="2.7.2">
version="2.8.0">

<name>Wechat</name>
<description>A cordova plugin, a JS version of Wechat SDK</description>
Expand Down
6 changes: 3 additions & 3 deletions www/wechat.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = {
},

Type: {
APP: 1,// 已废弃
EMOTION: 2,// 已废弃
FILE: 3,// 已废弃
APP: 1,
EMOTION: 2,
FILE: 3,
IMAGE: 4,
MUSIC: 5,
VIDEO: 6,
Expand Down

0 comments on commit f737fa4

Please sign in to comment.