emoji@_config.yml

TheNorthMemory 2015-06-13 17:10:03 +08:00
parent b531c9aa4f
commit c4f5a148b4
2 changed files with 10 additions and 3 deletions

2
_config.yml Normal file

@ -0,0 +1,2 @@
gems:
- jemoji

@ -1,14 +1,19 @@
# 2.1
## [2.1.0-alpha](https://github.com/overtrue/wechat/tree/2.1.0-alpha)
- [MOD] Re-structure all of the SDK arguments from plain passed as array passed.
{{note(it doesn't back compatible of the 2.0 serial.)}}
# 2.0 # 2.0
## 2.0.19 ## [2.0.19](https://github.com/overtrue/wechat/tree/2.0.19)
- [FIX] `Overtrue\Wechat\Staff::delete`, let it works; - [FIX] `Overtrue\Wechat\Staff::delete`, let it works;
## 2.0.18 ## [2.0.18](https://github.com/overtrue/wechat/tree/2.0.18)
- [MOD] `Overtrue\Wechat\Menu`, `view_limited` and `media_id` events supported; - [MOD] `Overtrue\Wechat\Menu`, `view_limited` and `media_id` events supported;
## 2.0.1 ## [2.0.0-alpha](https://github.com/overtrue/wechat/tree/2.0.0-alpha)
- [DEL] Removed `Overtrue\Wechat\Wechat` class; - [DEL] Removed `Overtrue\Wechat\Wechat` class;
- [DEL] Removed `Menu::make()` methodthe usage is changed to `new MenuItem($name, $type, $key)` style; - [DEL] Removed `Menu::make()` methodthe usage is changed to `new MenuItem($name, $type, $key)` style;