Skip to content

Releases: Eric-Guo/wechat

v0.7.7

18 Mar 12:32
Compare
Choose a tag to compare
  • New wechat_oauth2, only support enterprise account still.
  • fix 'skip_before_action :verify_authenticity_token' bug for v5.0.0.beta3 by @vkill #97
  • Support Rails 3.2 again after support Rails 5.0, by @guange2015 #96

v0.7.6

05 Mar 15:35
Compare
Choose a tag to compare
  • Support wechat public account conditional menu. #95

v0.7.5

21 Feb 15:04
Compare
Choose a tag to compare
  • New wechat_config_js to simplify the Wechat jsapi config.
  • Support sent shortvideo.

v0.7.4

24 Jan 03:26
Compare
Choose a tag to compare
  • Add Redis store token/ticket support, close #76, #60
  • Rails 5 support without deprecate warning or other not necessory call. #82

v0.7.3

24 Jan 03:27
Compare
Choose a tag to compare
  • Allow transfer_customer_service to specific account.
  • New customservice_getonlinekflist API.
  • session support class WechatSession no need table_exists? methods exist.

v0.7.2

24 Jan 03:27
Compare
Choose a tag to compare
  • Optional session support by @zfben #81, #88, #91
  • Replace after_wechat_response with Rails Nofications facility, by @zfben, original issue is #79
  • New user_batchget API. #89
  • Support Rails 3.2 again after support Rails 5.0. by @guange2015 #87
  • Fetch setting from RAILS_ENV first, then fetch default. by @kikyous #85
  • Warning not support on :scan with regular expression, reason see #84

v0.6.10

24 Jan 03:28
Compare
Choose a tag to compare
  • Support Rails 3.2 again after support Rails 5.0. by @guange2015 #87
  • Fetch setting from RAILS_ENV first, then fetch default. by @kikyous #85
  • Warning not support on :scan with regular expression. by @kikyous #84

v0.7.1

24 Jan 03:28
Compare
Choose a tag to compare
  • Fix after using http, upload file function break. #78
  • Add callback function after_wechat_response support. by @zfben #79
  • Should using department_id instead of departmentid at enterprise api: user_simplelist/user_list.

v0.6.9

24 Jan 03:28
Compare
Choose a tag to compare
  • Fix token refresh bug on multi worker. #76
  • Rewrite the token relative code to add more storage support in future.

v0.7.0

24 Jan 03:28
Compare
Choose a tag to compare
  • Using http instead of rest-client for performance reason. (not support upload file yet)