Skip to content

Commit

Permalink
Merge pull request #218 from checkout/chore/4.3.1
Browse files Browse the repository at this point in the history
Update version to 4.3.1
  • Loading branch information
avish-bisbeehurry-cko authored Jun 9, 2021
2 parents ff17478 + d2645ba commit 8c88700
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class WC_Gateway_Checkout_Com_Cards extends WC_Payment_Gateway_CC
{
const PLUGIN_VERSION = '4.3.0';
const PLUGIN_VERSION = '4.3.1';

/**
* WC_Gateway_Checkout_Com_Cards constructor.
Expand Down
3 changes: 3 additions & 0 deletions woocommerce-gateway-checkout-com/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ http://example.com/?wc-api=wc_checkoutcom_webhook
After the plugin has been configured, customers will be able to choose Checkout.com as a valid payment method.

== Changelog ==
v4.3.1 09 Jun 2021
. Add support for mada on apple pay

v4.3.0 14 Apr 2021
. Added support to handle recurring payments via WooCommerce Subscriptions
. Fixed payment declined webhook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Plugin Name: Checkout.com Payment Gateway
Plugin URI: https://www.checkout.com/
Description: Extends WooCommerce by Adding the Checkout.com Gateway.
Version: 4.3.0
Version: 4.3.1
Author: Checkout.com
Author URI: https://www.checkout.com/
Requires at least: 4.0
Stable tag: 4.3.0
Stable tag: 4.3.1
Tested up to: 5.5
WC tested up to: 5.1.0
Expand Down

0 comments on commit 8c88700

Please sign in to comment.