Skip to content

Commit

Permalink
2017-08-31 Mojo::Weixin v1.3.7 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Aug 31, 2017
1 parent e062c22 commit 6e602d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-08-31 Mojo::Weixin v1.3.7
1)修复controller运行过程中报max_client异常的bug

2017-08-30 Mojo::Weixin v1.3.6
1)Openwx上报好友消息增加sender_category属性,用于区分发送者是好友还是公众号
2)初始化好友信息时,如果好友中没有"文件传输助手",则主动增加这样一个好友,方便做发送消息测试
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.3.6 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![Join the chat at https://gitter.im/sjdy521/Mojo-Weixin](https://badges.gitter.im/sjdy521/Mojo-Weixin.svg)](https://gitter.im/sjdy521/Mojo-Weixin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![API列表](https://img.shields.io/badge/doc-API列表-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ群-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-官方频道-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
Mojo-Weixin v1.3.7 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![Join the chat at https://gitter.im/sjdy521/Mojo-Weixin](https://badges.gitter.im/sjdy521/Mojo-Weixin.svg)](https://gitter.im/sjdy521/Mojo-Weixin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![API列表](https://img.shields.io/badge/doc-API列表-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ群-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-官方频道-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
========================

使用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.3.6";
our $VERSION = "1.3.7";
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit 6e602d2

Please sign in to comment.