Skip to content

Commit

Permalink
2019-09-29 Mojo::Weixin v1.4.6 发布
Browse files Browse the repository at this point in the history
1)修复Openwx插件错误Can't locate object method "context" via package "Mojo::Weixin::Log"
  • Loading branch information
王鹏飞 authored and 王鹏飞 committed Sep 29, 2019
1 parent ee0457b commit c5287c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 1,6 @@
2019-09-29 Mojo::Weixin v1.4.6
1)修复Openwx插件错误Can't locate object method "context" via package "Mojo::Weixin::Log"

2019-04-10 Mojo::Weixin v1.4.5
1)修复微信聊天过程中遇到"对方正在输入"提示时,接收消息接口响应异常("Bad response start-line"),引起程序终止的严重bug
2)增加http请求发生前的debug日志,使得请求建连失败的也可以知道是什么请求
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
以下是最新公告:

2019-04-10 Mojo::Weixin v1.4.5
修复微信遇到"对方正在输入"时,接收消息接口响应异常("Bad response start-line")引起程序终止问题
2019-09-29 Mojo::Weixin v1.4.6
修复Openwx插件错误Can't locate object method "context" via package "Mojo::Weixin::Log"
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.4.5';
our $VERSION = '1.4.6';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojo/Weixin/Log.pm
Original file line number Diff line number Diff line change
@@ -1,6 1,5 @@
package Mojo::Weixin::Log;
use Mojo::Base;
use base qw(Mojo::Base Mojo::EventEmitter);
use base qw(Mojo::Base Mojo::EventEmitter Mojo::Log);
use Carp 'croak';
use Fcntl ':flock';
use Encode;
Expand Down

0 comments on commit c5287c0

Please sign in to comment.