Skip to content

Releases: razorpay/razorpay-woocommerce

1.6.0

26 Oct 12:59
Compare
Choose a tag to compare
  • Adds Razorpay Subscriptions plugin support (Needs separate plugin)
  • Code cleanup.
  • Webhooks support improvements

1.6.0-beta

08 Aug 14:05
Compare
Choose a tag to compare
1.6.0-beta Pre-release
Pre-release

Added support for subscriptions, please contact us at [email protected] to enable it.

This has been deprecated in favor of a separate plugin.

1.5.3

19 Jul 13:12
Compare
Choose a tag to compare

Webhooks are now disabled by default (#52)

DOMContentLoaded error fix

07 Jul 09:38
Compare
Choose a tag to compare
  • In some websites document.readyState is already set to complete before DOMContentLoaded
  • This release fixes this issue

Get currency fix

05 Jul 14:38
Compare
Choose a tag to compare
  • Get currency fix
  • Using get currency only for newer version of woocommerce
  • Using get_order_currency for older version of woocommerce.

Signature verification bug fix

20 Jun 14:14
Compare
Choose a tag to compare

Signature verification bug fix

Webhooks upgrade

19 Jun 10:54
Compare
Choose a tag to compare

Added webhook support to the existing code

1.4.0

06 Jun 09:50
Compare
Choose a tag to compare

Please install the update from the Wordpress Plugin Directory

  • Added Support for WooCommerce 3.x (#35)
  • Fixes around discount coupon handling (Order Amount mismatch)
  • Updates Razorpay SDK
  • Improves Javascript Caching (#39)
  • Adds support for mobile browsers (#37):
    • Chrome on iOS
    • Facebook Browser
    • Internet Explorer Mobile
    • AOSP Browser
    • Opera Mini
    • Google Search App
    • Any other apps using webviews
  • Adds support for refunding payments from within WooCommerce (#36)

1.3.3-beta

01 Jun 08:55
Compare
Choose a tag to compare
1.3.3-beta Pre-release
Pre-release

This is a beta release with changes for the WooCommerce 3.0 update.

You can see the changes at #35

1.3.2

03 Feb 11:19
Compare
Choose a tag to compare
  • Fixes #14 via #28 (Notice was displayed in WC 2.1 and higher about deprecated function call being used)