Skip to content

Commit

Permalink
2016-03-14 Mojo::Weixin v1.0.6 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Mar 14, 2016
1 parent 03bd1c8 commit cbdb666
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-03-14 Mojo::Weixin v1.0.6
1)修复好友、群对象创建时产生报警错误
2)增加发送图片和文件的方法(函数)
3)Openwx插件增加发送图片和文件的参数 media_path 和 account参数
4)支持接收图片、增加 receive_media 事件,可以在事件回调中获取图片保存路径和图片原始数据
5)新增Mojo::Weixin::Plugin::Beauty插件,识别消息中的关键字”看妹子“发送美女图片
6)新增 Mojo::Weixin::Plugin::Weather 插件,天气预报 感谢 @autodataming
7)新增 Mojo::Weixin::Plugin::Riddle 插件,输入关键字"猜谜"进行猜谜游戏

2016-03-02 Mojo::Weixin v1.0.5
1)修复发送消息和接收消息中的换行符被显示为<br\>的问题
2)增加API.md/FAQ.md
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.0.5 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
Mojo-Weixin v1.0.6 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin)
========================
使用Perl语言编写的微信客户端框架,基于Mojolicious,要求Perl版本5.10.1+,可通过插件提供基于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.0.5';
our $VERSION = '1.0.6';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit cbdb666

Please sign in to comment.