From 9baae8c21e358928f16d4037498cea58f3abe1c9 Mon Sep 17 00:00:00 2001 From: Jan Teuber Date: Thu, 16 Feb 2023 16:09:47 +0100 Subject: [PATCH] version bump to 240 --- payone-woocommerce-3.php | 6 +++--- readme.txt | 32 ++++++++++++++++++++++++++------ 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/payone-woocommerce-3.php b/payone-woocommerce-3.php index e37e0e4..0a231d1 100644 --- a/payone-woocommerce-3.php +++ b/payone-woocommerce-3.php @@ -2,18 +2,18 @@ /** * Plugin Name: PAYONE Payment for WooCommerce - * Version: 2.3.0 + * Version: 2.4.0 * Plugin URI: https://www.payone.com/ * Description: Integration of PAYONE payment into your WooCommerce store. * Author: PAYONE GmbH * Author URI: https://www.payone.com/ * Requires at least: 5.0 - * Tested up to: 6.0.2 + * Tested up to: 6.1.1 */ defined( 'ABSPATH' ) or die( 'Direct access not allowed' ); -define( 'PAYONE_PLUGIN_VERSION', '2.3.0' ); +define( 'PAYONE_PLUGIN_VERSION', '2.4.0' ); define( 'PAYONE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'PAYONE_PLUGIN_PATH', __DIR__ ); define( 'PAYONE_VIEW_PATH', PAYONE_PLUGIN_PATH . '/views' ); diff --git a/readme.txt b/readme.txt index 4d25944..1ebe985 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: PAYONE Donate link: https://www.payone.com/ Tags: woocommerce, payment Requires at least: 5.0 -Tested up to: 6.0.2 -Stable tag: 2.3.0 +Tested up to: 6.1.1 +Stable tag: 2.4.0 Requires PHP: 7.4.0 License: MIT License URI: https://opensource.org/licenses/MIT @@ -19,13 +19,14 @@ This plugin is thoroughly tested but still in an early stage, so any feedback is Seamless integration into the checkout. Supports simplified PCI DSS conformity in accordance with SAQ A. Currently supported payment methods include: * Credit Card -* Direct Debit +* PAYONE Direct Debit * PayPal * paydirekt -* Secure Invoice +* PAYONE Secured Invoice +* PAYONE Secured Installment * Sofort -* Open Invoice -* Prepayment +* PAYONE Open Invoice +* PAYONE Prepayment * Klarna * Ratepay * Trustly @@ -69,6 +70,25 @@ If you have found anything security related, please contact our technical suppor == Changelog == +== 2.4.0 == + +New Features + +* New payment method: PAYONE Secured Invoice +* New payment method: PAYONE Secured Installment +* Implement a API test in backend + +Maintenance + +* Rename global js variables and functions +* Better error handling for options + +tested with + +wordpress version: 6.1.1 +woocommerce version: 7.4.0 +php version: 8.1.0 + == 2.3.0 == New Features