Skip to content

Releases: Eric-Guo/wechat

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.

v0.7.17

21 Aug 08:46
Compare
Choose a tag to compare
  • Allow declare wechat_api at ApplicationController, but using wechat at sub controller. #104

v0.7.16

21 Aug 08:45
Compare
Choose a tag to compare
  • 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

03 Jul 05:23
Compare
Choose a tag to compare
  • RSpec testing case on Rails 5 now.
  • Resolve Rails 5 ActionController::Parameters issue.

v0.7.14

29 May 01:13
Compare
Choose a tag to compare
  • 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

14 May 10:01
Compare
Choose a tag to compare
  • Wechat.config.oauth2_cookie_duration need convert to secondes, found by @gabrieltong #111

v0.7.12

12 May 13:34
Compare
Choose a tag to compare

v0.7.11

12 May 13:33
Compare
Choose a tag to compare
  • To cover wrong release 0.7.10, nothing change if compare with 0.7.9

v0.7.10

18 Apr 00:15
Compare
Choose a tag to compare
  • allow wechat_config_js even user not declare wechat_api at controller for #104