diff --git a/woocommerce-gateway-checkout-com/includes/class-wc-gateway-checkout-com-cards.php b/woocommerce-gateway-checkout-com/includes/class-wc-gateway-checkout-com-cards.php index 31b9b419..0fce9c44 100644 --- a/woocommerce-gateway-checkout-com/includes/class-wc-gateway-checkout-com-cards.php +++ b/woocommerce-gateway-checkout-com/includes/class-wc-gateway-checkout-com-cards.php @@ -12,7 +12,7 @@ class WC_Gateway_Checkout_Com_Cards extends WC_Payment_Gateway_CC { - const PLUGIN_VERSION = '4.2.2'; + const PLUGIN_VERSION = '4.3.0'; /** * WC_Gateway_Checkout_Com_Cards constructor. diff --git a/woocommerce-gateway-checkout-com/readme.txt b/woocommerce-gateway-checkout-com/readme.txt index 6fb3b145..a5c22c5a 100644 --- a/woocommerce-gateway-checkout-com/readme.txt +++ b/woocommerce-gateway-checkout-com/readme.txt @@ -163,6 +163,10 @@ 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.0 14 Apr 2021 +. Added support to handle recurring payments via WooCommerce Subscriptions +. Fixed payment declined webhook + v4.2.2 29 Mar 2021 . Fixed 3ds redirection when protocol is https . Fixed fawry captured webhook diff --git a/woocommerce-gateway-checkout-com/woocommerce-gateway-checkout-com.php b/woocommerce-gateway-checkout-com/woocommerce-gateway-checkout-com.php index 1add390c..2dc06780 100644 --- a/woocommerce-gateway-checkout-com/woocommerce-gateway-checkout-com.php +++ b/woocommerce-gateway-checkout-com/woocommerce-gateway-checkout-com.php @@ -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.2.2 +Version: 4.3.0 Author: Checkout.com Author URI: https://www.checkout.com/ Requires at least: 4.0 -Stable tag: 4.2.2 +Stable tag: 4.3.0 Tested up to: 5.5 WC tested up to: 5.1.0