Releases: Eric-Guo/wechat
Releases · Eric-Guo/wechat
v0.7.19
- Enterprise account now custom_image/voice/file works now. by @zymiboxpay #145
- Fix timeout setting no effective since introduct HTTP. found by @hsluo #74
v0.7.18
- Support label_location message, similar to location event, but sent by user with Label. #144
- Add gem signature as additional security methods.
v0.7.17
- Allow declare wechat_api at ApplicationController, but using wechat at sub controller. #104
v0.7.16
- FIX: consider '' in params as equal with nil, in ControllerApi#wechat_public_oauth2, by @snow #135
- New tag API for public account, by @pynixwang #127
- fix SSLv3 error by use TLSv1_client, by @IVANChou #133
v0.7.15
- RSpec testing case on Rails 5 now.
- Resolve Rails 5 ActionController::Parameters issue.
v0.7.14
- Fix when access_token failed lead ticket can not refresh problem.
- Default duration should be 1 hours instead of 0 seconds for wechat_oauth2.
- New short_url allowing convert from long URL to short.
v0.7.13
- Wechat.config.oauth2_cookie_duration need convert to secondes, found by @gabrieltong #111
v0.7.11
- To cover wrong release 0.7.10, nothing change if compare with 0.7.9
v0.7.10
- allow wechat_config_js even user not declare wechat_api at controller for #104