From 6940d37a2dc4dc5d32df6d833bb6b20b6903e315 Mon Sep 17 00:00:00 2001 From: SanketChodavadiya Date: Mon, 4 Dec 2023 19:08:22 +0530 Subject: [PATCH] update: version to 4.4.17 and changelog --- languages/checkout-com-unified-payments-api.pot | 4 ++-- readme.txt | 5 ++++- woocommerce-gateway-checkout-com.php | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/languages/checkout-com-unified-payments-api.pot b/languages/checkout-com-unified-payments-api.pot index 8e2a18a4..76bb6cff 100644 --- a/languages/checkout-com-unified-payments-api.pot +++ b/languages/checkout-com-unified-payments-api.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Checkout.com Payment Gateway plugin. msgid "" msgstr "" -"Project-Id-Version: Checkout.com Payment Gateway 4.4.16\n" +"Project-Id-Version: Checkout.com Payment Gateway 4.4.17\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/checkout-com-unified-payments-api\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-11-24T11:00:25+05:30\n" +"POT-Creation-Date: 2023-12-04T19:06:45+05:30\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: checkout-com-unified-payments-api\n" diff --git a/readme.txt b/readme.txt index c3c21699..68d55cf0 100644 --- a/readme.txt +++ b/readme.txt @@ -171,6 +171,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.4.17 4th Dec 2023 +- **[fix]** Fix incorrect use of method + v4.4.16 24th Nov 2023 - **[tweak]** WC HPOS related fixes - **[tweak]** Add new configuration section to add ABC fallback account for refund process @@ -185,7 +188,7 @@ v4.4.14 20th March 2023 v4.4.13 15th March 2023 - **[tweak]** Add payment retry if 3ds redirection link is expired with idempotency key -v4.4.12 3th March 2023 +v4.4.12 3rd March 2023 - **[tweak]** Update style of co-badged cards choice option - **[tweak]** Implement idempotency key for payment request to avoid duplicate payment - **[fix]** Credit card input filed not showing on small screen device diff --git a/woocommerce-gateway-checkout-com.php b/woocommerce-gateway-checkout-com.php index 3e3e2939..dba5f63c 100644 --- a/woocommerce-gateway-checkout-com.php +++ b/woocommerce-gateway-checkout-com.php @@ -5,9 +5,9 @@ * Description: Extends WooCommerce by Adding the Checkout.com Gateway. * Author: Checkout.com * Author URI: https://www.checkout.com/ - * Version: 4.4.16 + * Version: 4.4.17 * Requires at least: 5.0 - * Stable tag: 4.4.16 + * Stable tag: 4.4.17 * Tested up to: 6.4.1 * WC tested up to: 8.3.1 * Requires PHP: 7.3 @@ -24,7 +24,7 @@ /** * Constants. */ -define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.4.16' ); +define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.4.17' ); define( 'WC_CHECKOUTCOM_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); define( 'WC_CHECKOUTCOM_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );