add v2.0.19@升级日志.md

TheNorthMemory 2015-06-13 17:24:50 +08:00
parent 432c9913c1
commit 4bbc4356d3

@ -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()` 方法;