Skip to content

Commit

Permalink
increment version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avish-bisbeehurry-cko committed Apr 14, 2021
1 parent 9106d63 commit eb18b19
Show file tree
Hide file tree
Showing 3 changed files with 7 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.2.2';
const PLUGIN_VERSION = '4.3.0';

/**
* WC_Gateway_Checkout_Com_Cards constructor.
Expand Down
4 changes: 4 additions & 0 deletions woocommerce-gateway-checkout-com/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down

0 comments on commit eb18b19

Please sign in to comment.