From 56a59a7f2f1338e10c7e23f01dbb81f6abd6a0f1 Mon Sep 17 00:00:00 2001 From: Patrick Weinstein Date: Mon, 7 Apr 2025 14:58:28 +0200 Subject: [PATCH] v1.8.1 - Compatibility update --- readme.txt | 8 ++++---- unzer-payments.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.txt b/readme.txt index 213b3d6..94e4a73 100755 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ -## Unzer Payments ## +=== Unzer Payments === Contributors: Unzer Tags: payments, woocommerce Requires at least: 4.5 -Tested up to: 6.7.2 -Stable tag: 1.8.0 +Tested up to: 6.7 +Stable tag: 1.8.1 License: Apache-2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 Author URI: https://unzer.com @@ -30,7 +30,7 @@ Use Unzer plugin for WooCommerce to provide an easy-to-install and use payment g ## Available payment methods ## -* Credit Cards +* Credit Cards * EPS * iDEAL * PayPal diff --git a/unzer-payments.php b/unzer-payments.php index 9b462c7..0e5a7fa 100755 --- a/unzer-payments.php +++ b/unzer-payments.php @@ -5,12 +5,12 @@ * Description: Official Unzer Plugin * Author: Unzer * Author URI: https://www.unzer.com - * Version: 1.8.0 + * Version: 1.8.1 * License: Apache-2.0 * Requires at least: 4.5 - * Tested up to: 6.5 + * Tested up to: 6.7 * WC requires at least: 6.0 - * WC tested up to: 8.9 + * WC tested up to: 9.7 * Text Domain: unzer-payments */ @@ -21,7 +21,7 @@ /** * Required minimums and constants */ -define( 'UNZER_VERSION', '1.8.0' ); +define( 'UNZER_VERSION', '1.8.1' ); define( 'UNZER_PLUGIN_TYPE_STRING', 'Unzer Payments' ); define( 'UNZER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); define( 'UNZER_PLUGIN_PATH', __DIR__ . '/' );