From 4bbc4356d30bad7598a96b9d5eaff02b8d0390b5 Mon Sep 17 00:00:00 2001 From: TheNorthMemory Date: Sat, 13 Jun 2015 17:24:50 +0800 Subject: [PATCH] =?UTF-8?q?add=20v2.0.19@=E5=8D=87=E7=BA=A7=E6=97=A5?= =?UTF-8?q?=E5=BF=97.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 升级日志.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/升级日志.md b/升级日志.md index 9fddcaa..458e81c 100644 --- a/升级日志.md +++ b/升级日志.md @@ -1,4 +1,22 @@ +# 2.1 +## [2.1.0-alpha](https://github.com/overtrue/wechat/tree/2.1.0-alpha) + +- [MOD] 调整SDK传参为 `array('app_id' => 'YOUR_APPID', 'secret' => 'YOUR_SECRET')` 形式. +- :broken_heart: 不兼容2.0版本. + # 2.0 +## [2.0.19](https://github.com/overtrue/wechat/tree/2.0.19) + +- 【Bug】更新删除客服 + +## [2.0.18](https://github.com/overtrue/wechat/tree/2.0.18) + +- 【更新】自定义菜单添加两种类型 + +# 2.0 + +## [2.0.0-alpha](https://github.com/overtrue/wechat/tree/2.0.0-alpha) + - 【删除】移除 `Overtrue\Wechat\Wechat` 基类,便于处理多用户,各业务分散到独立的类中完成; - 【删除】移除 `Menu::make()` 方法,改为 `new MenuItem($name, $type, $key)` 形式; - 【删除】移动 `Auth::authorized()` 方法;