From 33bfc3e3fd53671ae88cf9dcbbf8677068abb123 Mon Sep 17 00:00:00 2001 From: Horst Fickel Date: Mon, 29 Jan 2024 10:32:54 +0100 Subject: [PATCH] fixed version numbers for correct updating in woocommerce --- .../class-woocommerce-qcp-gateway.php | 2 +- woocommerce-qenta-checkout-page/readme.txt | 2 +- .../woocommerce-qenta-checkout-page.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/woocommerce-qenta-checkout-page/class-woocommerce-qcp-gateway.php b/woocommerce-qenta-checkout-page/class-woocommerce-qcp-gateway.php index 7384d66..5faba0d 100644 --- a/woocommerce-qenta-checkout-page/class-woocommerce-qcp-gateway.php +++ b/woocommerce-qenta-checkout-page/class-woocommerce-qcp-gateway.php @@ -11,7 +11,7 @@ require_once( WOOCOMMERCE_GATEWAY_QCP_BASEDIR . 'classes/class-woocommerce-qcp-payments.php' ); define( 'WOOCOMMERCE_GATEWAY_QCP_NAME', 'Woocommerce2_QentaCheckoutPage' ); -define( 'WOOCOMMERCE_GATEWAY_QCP_VERSION', '2.1.0' ); +define( 'WOOCOMMERCE_GATEWAY_QCP_VERSION', '2.1.2' ); define( 'WOOCOMMERCE_GATEWAY_QCP_WINDOWNAME', 'QentaCheckoutPageFrame' ); define( 'WOOCOMMERCE_GATEWAY_QCP_TABLE_NAME', 'woocommerce_qcp_transaction' ); diff --git a/woocommerce-qenta-checkout-page/readme.txt b/woocommerce-qenta-checkout-page/readme.txt index aacb519..0dbcb9a 100644 --- a/woocommerce-qenta-checkout-page/readme.txt +++ b/woocommerce-qenta-checkout-page/readme.txt @@ -2,7 +2,7 @@ Contributors: QENTA Tags: visa, mastercard, sofort, paypal, credit card, klarna, eps, giropay, sepa, ecommerce, checkout, payment Tested up to: 5.9.3 -Stable tag: 2.1.0 +Stable tag: 2.1.2 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/woocommerce-qenta-checkout-page/woocommerce-qenta-checkout-page.php b/woocommerce-qenta-checkout-page/woocommerce-qenta-checkout-page.php index 3e3ef15..9bce2a4 100644 --- a/woocommerce-qenta-checkout-page/woocommerce-qenta-checkout-page.php +++ b/woocommerce-qenta-checkout-page/woocommerce-qenta-checkout-page.php @@ -6,7 +6,7 @@ Plugin Name: Qenta Checkout Page Plugin URI: https://github.com/qenta-cee/woocommerce-qcp Description: Qenta is a popular payment service provider (PSP) and has connections with over 20 national and international currencies. -Version: 2.1.0 +Version: 2.1.2 Author: Qenta Author URI: https://www.qenta.com/ License: Proprietary