Skip to content

Releases: Eric-Guo/wechat

v0.8.6

21 Mar 05:57
Compare
Choose a tag to compare
  • Support Rails 5.1 officially.
  • make sure the formfile can be created outside. by @mechiland #181

v0.8.5

14 Mar 13:38
Compare
Choose a tag to compare
  • Support mass send API #176
  • Support new media_hq API
  • Support new createwxaqrcode API for miniapp
  • Fix wechat_responder not proper injected in rails 5 API #165
  • parse response support XML return, by @zhangbin #167
  • WeChat only allow 8 article per one news, by @kikyous #175
  • Store token at cookies, by @jstdoit #174

v0.8.4

12 Jan 06:51
Compare
Choose a tag to compare
  • Support Ruby 2.4.0
  • Add support of Enterprise RedPacket API, by @zhangbin #169

v0.8.3

26 Nov 02:39
Compare
Choose a tag to compare
  • Fix wechat template key has camelCase problem, by @RyanChenDji #159
  • Fix long time of oauth2_state bug for wechat_oauth2 methods, by @IVANChou #162

v0.8.2

26 Nov 02:38
Compare
Choose a tag to compare

Bug which if not using multi-account but using web login.

v0.8.1

26 Nov 02:38
Compare
Choose a tag to compare
  • After allow sub controller using wechat_api, it's possible not initialise at first time. by @IVANChou #155
  • Support web application login scope snsapi_login.
  • Add unionid support for public account.
  • Remove OpenId in Enterprise OAuth2 as it's not supported by Tecent.

v0.8.0

24 Oct 14:57
Compare
Choose a tag to compare
  • Complete support multi-wechat public account. by @xiewenwei #150
  • Support loading configure value from Figaro if application.yml exist.

v0.7.20

24 Oct 14:56
Compare
Choose a tag to compare
  • Apply opt and config together when loading controller_wechat, to simplify wechat_responder params. by @bzhang443 #147

v0.7.19

25 Aug 05:44
Compare
Choose a tag to compare
  • 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

21 Aug 08:46
Compare
Choose a tag to compare
  • Support label_location message, similar to location event, but sent by user with Label. #144
  • Add gem signature as additional security methods.