Skip to content

Commit

Permalink
2016-06-18 Mojo::Weixin v1.1.4 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Jun 18, 2016
1 parent 545bc12 commit 37b6c32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2016-06-18 Mojo::Weixin v1.1.4
1)修复Translate插件不可用的bug 感谢 @丶Seven
2)Openwx插件支持发送消息上报,原来只支持接收消息上报 感谢 @斌 的建议
3)README文档中增加友情链接
4)XiaoiceReply插件支持图片消息 感谢 @hejialaifen 反馈
5)新增send_media事件,手机发送的图片也会下载到本地并触发相关事件 感谢 @斌 反馈
6)二维码事件回调参数中新增二维码原始url
7)新增ImageStore插件,按日期保存图片

2016-05-25 Mojo::Weixin v1.1.3
1)Openwx插件支持图片消息上报,bug修复,新增以下接口:
修改好友备注名称 /openwx/set_friend_markname
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mojo-Weixin v1.1.3 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
Mojo-Weixin v1.1.4 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
========================
使用Perl语言编写的微信客户端框架,基于Mojolicious,要求Perl版本5.10+,可通过插件提供基于HTTP协议的api接口供其他语言或系统调用

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Weixin.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mojo::Weixin;
our $VERSION = '1.1.3';
our $VERSION = '1.1.4';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit 37b6c32

Please sign in to comment.