Skip to content

Commit

Permalink
2018-06-29 Mojo::Weixin v1.4.1 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Jun 29, 2018
1 parent 44e65d5 commit ff117dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2018-06-29 Mojo::Weixin v1.4.1
1)保存的媒体文件权限设置为0644,修复保持文件时,修改权限调用chmod windows跨平台不兼容问题
2)小冰公众号原本的account: xiaoice-ms 已经失效了,现在只能使用名称来找到
修复了因此造成的 XiaoiceReplay 插件 以及 /openwx/consult 接口存在的问题
3)修复/openwx/consult接口返回的消息错乱问题
4)Openwx插件跨域支持完善
5)dockfile更新 解决docker镜像无法制作问题
6)更新依赖关系,解决 IO::Socket::SSL 2.009+ required for TLS support 问题

2017-04-17 Mojo::Weixin v1.4.0
1)Dockerfile更新,换用centos基础镜像,体积更小
2)修复Beauty插件的bug
Expand Down
9 changes: 4 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
以下是最新公告:

2017-04-17 Mojo::Weixin v1.4.0
1)Dockerfile更新,换用centos基础镜像,体积更小
2)修复Beauty插件的bug
3)下载的文件使用原始文件名称保存
4)插件IRCShell使用sendFile指令增加media_dir参数
2018-06-29 Mojo::Weixin v1.4.1
1)XiaoiceReplay 插件完善
2)dockfile更新 解决docker镜像无法制作问题
3)更新依赖关系,解决 IO::Socket::SSL 2.009+ required for TLS support 问题
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.4.0 [![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%E5%88%97%E8%A1%A8-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ%E7%BE%A4-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-%E5%AE%98%E6%96%B9%E9%A2%91%E9%81%93-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
Mojo-Weixin v1.4.1 [![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%E5%88%97%E8%A1%A8-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ%E7%BE%A4-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-%E5%AE%98%E6%96%B9%E9%A2%91%E9%81%93-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.4.0';
our $VERSION = '1.4.1';
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit ff117dd

Please sign in to comment.