Skip to content

Releases: razorpay/razorpay-woocommerce

v2.0.0

29 Apr 08:51
Compare
Choose a tag to compare
  • Removes support for WooCommerce Currency Convertor
  • Switches to Razorpay's Native Multi-Currency support
  • Adds support for Price Based on Country Plugin
  • Tested upto WordPress 5.2-RC1 and WooCommerce 3.6.2

Release uploaded as 2.0.1 on the Wordpress Plugin Directory.

v2.0.0-beta

11 Apr 10:52
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Updates

  • Removes support for WooCommerce Currency Convertor
  • Switches to Razorpay's Native Multi-Currency support

Please note that this is a beta release. If you want to upgrade and you rely on Currency convertor for International payments currently, please ensure that you have International Payments enabled on your Razorpay Account.

How to Install?

Since this is a beta release, this must be manually installed:

  1. Download the woo-razorpay.zip file from below.
  2. Go to Plugins->Add New->Upload Plugin on your Wordpress Dashboard
  3. Upload the woo-razorpay.zip file you just downloaded
  4. Activate the plugin (if not activated already) and ensure you have configured it as per the instructions in README

If you face any issues, please reach out via https://razorpay.com/support/

v1.6.3

11 Apr 10:48
Compare
Choose a tag to compare
  • Allows for null values in displayAmount
  • Better support for international currency conversion
  • Support for custom order success message

1.6.2

22 Nov 08:14
458f610
Compare
Choose a tag to compare
  • Improves Payment authorized webhook flow

1.6.1

31 Oct 11:14
Compare
Choose a tag to compare
  • Fixes payment title/description in WC Checkout page.
  • Adds WooCommerce version tested in the plugin metadata

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 support@razorpay.com 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.