From 46f91503d7ab7c11487687d8ed00c3648914baed Mon Sep 17 00:00:00 2001 From: Drew Rowan Date: Tue, 23 Apr 2024 13:52:21 +0200 Subject: [PATCH] Release 3.0.4 --- README.md | 4 ++-- changelog.txt | 14 ++++++++++++++ docs/en/documentation.html | 4 ++-- .../admin/class-wc-wallee-admin-settings-page.php | 2 +- includes/class-wc-wallee-migration.php | 2 +- readme.txt | 9 ++++----- woocommerce-wallee.php | 7 ++++++- 7 files changed, 30 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 013428d..e313274 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository contains the wallee plugin that enables WooCommerce to process p ## Documentation -* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html) +* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html) ## Support @@ -33,4 +33,4 @@ ____________________________________________________________________________ ## License -Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.2/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.4/LICENSE) for more information. \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 6290907..450784a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -742,3 +742,17 @@ Tested against: - [Tested Against] Woocommerce 8.7.0 - [Tested Against] PHP SDK 4.0.2 += 3.0.3 - April 23 2024 = +- [Hotfix] Version increment for release +- [Tested Against] PHP 8.2 +- [Tested Against] Wordpress 6.5 +- [Tested Against] Woocommerce 8.7.0 +- [Tested Against] PHP SDK 4.0.2 + += 3.0.4 - April 23 2024 = +- [Hotfix] Restore version and tested against comments in base file +- [Tested Against] PHP 8.2 +- [Tested Against] Wordpress 6.5 +- [Tested Against] Woocommerce 8.7.0 +- [Tested Against] PHP SDK 4.0.2 + diff --git a/docs/en/documentation.html b/docs/en/documentation.html index aaf8be0..4d95509 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -5,7 +5,7 @@ - + wallee WooCommerce @@ -23,7 +23,7 @@

Documentation

  • - + Source
  • diff --git a/includes/admin/class-wc-wallee-admin-settings-page.php b/includes/admin/class-wc-wallee-admin-settings-page.php index 93367c7..0762ecc 100644 --- a/includes/admin/class-wc-wallee-admin-settings-page.php +++ b/includes/admin/class-wc-wallee-admin-settings-page.php @@ -187,7 +187,7 @@ public function get_settings() { $settings = array( array( 'links' => array( - 'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ), + 'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ), 'https://app-wallee.com/user/signup' => __( 'Sign Up', 'woo-wallee' ), ), 'type' => 'wallee_links', diff --git a/includes/class-wc-wallee-migration.php b/includes/class-wc-wallee-migration.php index 23f697e..2e0ef92 100644 --- a/includes/class-wc-wallee-migration.php +++ b/includes/class-wc-wallee-migration.php @@ -249,7 +249,7 @@ public static function check_version() { public static function plugin_row_meta( $links, $file ) { if ( WC_WALLEE_PLUGIN_BASENAME === $file ) { $row_meta = array( - 'docs' => '' . esc_html__( 'Documentation', 'woo-wallee' ) . '', + 'docs' => '' . esc_html__( 'Documentation', 'woo-wallee' ) . '', ); return array_merge( $links, $row_meta ); diff --git a/readme.txt b/readme.txt index 4029154..c343fcb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wallee AG Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, invoice, packing slips, pdf, customer invoice, processing Requires at least: 4.7 Tested up to: 6.2 -Stable tag: 3.0.2 +Stable tag: 3.0.4 License: Apache 2 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -23,7 +23,7 @@ To use this extension, a wallee account is required. Sign up on [wallee](https:/ == Documentation == -Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html). +Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html). == Support == @@ -56,9 +56,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co == Changelog == -= 3.0.2 - April 22 2024 = -- [Hotfix] Fixed completion in the backend with coupon. -- [Hotfix] Fixed tax amount not sent correctly to the portal. += 3.0.4 - April 23 2024 = +- [Hotfix] Restore version and tested against comments in base file - [Tested Against] PHP 8.2 - [Tested Against] Wordpress 6.5 - [Tested Against] Woocommerce 8.7.0 diff --git a/woocommerce-wallee.php b/woocommerce-wallee.php index 4e313c4..28b5244 100644 --- a/woocommerce-wallee.php +++ b/woocommerce-wallee.php @@ -4,9 +4,14 @@ * Plugin URI: https://wordpress.org/plugins/woo-wallee * Description: Process WooCommerce payments with wallee. * License: Apache2 + * Version: 3.0.4 * License URI: http://www.apache.org/licenses/LICENSE-2.0 * Author: wallee AG * Author URI: https://www.wallee.com + * Requires at least: 6.0 + * Requires PHP: 7.4 + * WC requires at least: 8.0.0 + * WC tested up to: 8.7.0 * * Text Domain: wallee * Domain Path: /languages/ @@ -41,7 +46,7 @@ final class WooCommerce_Wallee { * * @var string */ - private $version = '3.0.2'; + private $version = '3.0.4'; /** * The single instance of the class.