diff --git a/README.md b/README.md index b542684..a1cc6da 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ This repository contains the wallee Subscriptions addon that enables WooCommerce ## License -Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.1.4/LICENSE) for more information. +Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.1.5/LICENSE) for more information. diff --git a/changelog.txt b/changelog.txt index 5866826..8fe3ef2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -80,3 +80,10 @@ Bug fix, if space_view_id is not set, it does not send it to the service portal. = 1.1.4 - March 19, 2024 = - [BugFix] Improved dependency detection: The plugin can now identify the base plugin even if the exact name varies slightly. += 1.1.5 - Jun 3 2024 = +- [Feature] Added compatibilities with WordPress 6.5.3 and the new WooCommerce version 8.9.1 +- [Tested Against] PHP 8.0 +- [Tested Against] Wordpress 6.5.3 +- [Tested Against] WooCommerce 8.9.1 +- [Tested Against] Woo Subscriptions 5.5.0 + diff --git a/docs/en/documentation.html b/docs/en/documentation.html index a6fad73..102990a 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -23,7 +23,7 @@

Documentation

  • - + Source
  • diff --git a/readme.txt b/readme.txt index 90eab5d..b472b85 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: customwebgmbh Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing Requires at least: 4.7 -Tested up to: 6.0.1 -Stable tag: 1.1.4 +Tested up to: 6.5.3 +Stable tag: 1.1.5 License: Apache 2 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -49,5 +49,9 @@ Therefore, it is necessary that you install the this plugin as well. == Changelog == -= 1.1.4 - March 19, 2024 = -- [BugFix] Improved dependency detection: The plugin can now identify the base plugin even if the exact name varies slightly. += 1.1.5 - Jun 3 2024 = +- [Feature] Added compatibilities with WordPress 6.5.3 and the new WooCommerce version 8.9.1 +- [Tested Against] PHP 8.0 +- [Tested Against] Wordpress 6.5.3 +- [Tested Against] WooCommerce 8.9.1 +- [Tested Against] Woo Subscriptions 5.5.0 diff --git a/woocommerce-wallee-subscription.php b/woocommerce-wallee-subscription.php index 9b15a91..ddfd958 100644 --- a/woocommerce-wallee-subscription.php +++ b/woocommerce-wallee-subscription.php @@ -3,15 +3,15 @@ * Plugin Name: wallee Subscription * Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription * Description: Addon to process WooCommerce Subscriptions with wallee - * Version: 1.1.4 + * Version: 1.1.5 * License: Apache2 * License URI: http://www.apache.org/licenses/LICENSE-2.0 * Author: wallee AG * Author URI: https://www.wallee.com * Requires at least: 4.7 - * Tested up to: 6.4.2 + * Tested up to: 6.5.3 * WC requires at least: 3.0.0 - * WC tested up to: 8.7.0 + * WC tested up to: 8.9.1 * * Text Domain: woo-wallee-subscription * Domain Path: /languages/ @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription { * * @var string */ - private $version = '1.1.4'; + private $version = '1.1.5'; /** * The single instance of the class.