Skip to content

Commit

Permalink
2.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
liyi committed Dec 18, 2018
1 parent 8834ab0 commit ce07b02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ weixin-popular 已支持的微信平台
<dependency>
<groupId>com.github.liyiorg</groupId>
<artifactId>weixin-popular</artifactId>
<version>2.8.25-SNAPSHOT</version>
<version>2.8.25</version>
</dependency>
```
* [升级注意事项](https://github.com/liyiorg/weixin-popular/wiki/jar_update)
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ WEIXIN-POPULAR CHANGELOG
===========================
https://github.com/liyiorg/weixin-popular

Changes in version 2.8.25 (2018-12-?)
Changes in version 2.8.25 (2018-12-18)
-------------------------------------
* 委托代扣 参数补充
* #183 XMLConverUtil XXE 处理
* #186 添加服务商分账接口
* #187 卡券基础信息添加字段 get_custom_code_mode,use_limit
* #188 MediaType 拼写错误修改
* #190 修复WxaUtil的decryptUserInfo方法中文乱码问题

Changes in version 2.8.24 (2018-10-12)
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.liyiorg</groupId>
<artifactId>weixin-popular</artifactId>
<version>2.8.25-SNAPSHOT</version>
<version>2.8.25</version>

<name>weixin-popular</name>
<description>The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.</description>
Expand Down

0 comments on commit ce07b02

Please sign in to comment.