diff --git a/README.md b/README.md
index d25b530..f892835 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,14 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc
## Requirements
-* [Wordpress](https://wordpress.org/) 6.0 or later
-* [Woocommerce](https://woocommerce.com/) 8.0 or later
+* [Wordpress](https://wordpress.org/) 6.x
+* [Woocommerce](https://woocommerce.com/) 8.x and 9.x
* [PHP](http://php.net/) version supported by the Wordpress/Woocommerce version.
* (For previous versions, see table below)
## Documentation
-* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html)
+* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html)
## Support
@@ -27,10 +27,10 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
____________________________________________________________________________
| WooCommerce version | Plugin major version | Supported until |
|------------------------|------------------------|------------------------|
-| 8.x | 3.x | Further notice |
+| 8.x, 9.x | 3.x | Further notice |
| 7.x | 2.x | Feb 2024 |
----------------------------------------------------------------------------
## License
-Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.7/LICENSE) for more information.
\ No newline at end of file
+Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.8/LICENSE) for more information.
diff --git a/changelog.txt b/changelog.txt
index 1f15ec7..30f12e0 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -777,3 +777,9 @@ Tested against:
- [Tested Against] Woocommerce 8.9.1
- [Tested Against] PHP SDK 4.2.0
+= 3.0.8 - Jul 2 2024 =
+- [Tested Against] PHP 8.0
+- [Tested Against] Wordpress 6.6.rc1
+- [Tested Against] Woocommerce 9.0.2
+- [Tested Against] PHP SDK 4.2.0
+
diff --git a/docs/en/documentation.html b/docs/en/documentation.html
index 5346bfd..1f81f96 100644
--- a/docs/en/documentation.html
+++ b/docs/en/documentation.html
@@ -23,7 +23,7 @@
Documentation
-
+
Source
diff --git a/includes/admin/class-wc-postfinancecheckout-admin-settings-page.php b/includes/admin/class-wc-postfinancecheckout-admin-settings-page.php
index 62a9e76..72f2739 100644
--- a/includes/admin/class-wc-postfinancecheckout-admin-settings-page.php
+++ b/includes/admin/class-wc-postfinancecheckout-admin-settings-page.php
@@ -187,7 +187,7 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
- 'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
+ 'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
'https://checkout.postfinance.ch/en-ch/user/signup' => __( 'Sign Up', 'woo-postfinancecheckout' ),
),
'type' => 'postfinancecheckout_links',
diff --git a/includes/class-wc-postfinancecheckout-migration.php b/includes/class-wc-postfinancecheckout-migration.php
index 82ee293..2f6f049 100644
--- a/includes/class-wc-postfinancecheckout-migration.php
+++ b/includes/class-wc-postfinancecheckout-migration.php
@@ -249,7 +249,7 @@ public static function check_version() {
public static function plugin_row_meta( $links, $file ) {
if ( WC_POSTFINANCECHECKOUT_PLUGIN_BASENAME === $file ) {
$row_meta = array(
- 'docs' => '' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '',
+ 'docs' => '' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '',
);
return array_merge( $links, $row_meta );
diff --git a/readme.txt b/readme.txt
index 9ec5f68..86075ad 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,7 +3,7 @@ Contributors: postfinancecheckout AG
Tags: woocommerce PostFinance Checkout, woocommerce, PostFinance Checkout, payment, e-commerce, webshop, psp, invoice, packing slips, pdf, customer invoice, processing
Requires at least: 4.7
Tested up to: 6.5
-Stable tag: 3.0.7
+Stable tag: 3.0.8
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0
@@ -23,7 +23,7 @@ To use this extension, a PostFinance Checkout account is required. Sign up on [P
== Documentation ==
-Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html).
+Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html).
== Support ==
@@ -58,9 +58,8 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
== Changelog ==
-= 3.0.7 - Jun 14 2024 =
-- [Feature] Upgraded PHP-SDK to 4.2.1
-- [Tested Against] PHP 8.2
-- [Tested Against] Wordpress 6.5.3
-- [Tested Against] Woocommerce 8.9.1
+= 3.0.8 - Jul 2 2024 =
+- [Tested Against] PHP 8.0
+- [Tested Against] Wordpress 6.6.rc1
+- [Tested Against] Woocommerce 9.0.2
- [Tested Against] PHP SDK 4.2.0
diff --git a/woocommerce-postfinancecheckout.php b/woocommerce-postfinancecheckout.php
index e2a8179..bf51396 100644
--- a/woocommerce-postfinancecheckout.php
+++ b/woocommerce-postfinancecheckout.php
@@ -4,14 +4,14 @@
* Plugin URI: https://wordpress.org/plugins/woo-postfinancecheckout
* Description: Process WooCommerce payments with PostFinance Checkout.
* License: Apache2
- * Version: 3.0.7
+ * Version: 3.0.8
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: postfinancecheckout AG
* Author URI: https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html
* Requires at least: 6.0
* Requires PHP: 7.4
* WC requires at least: 8.0.0
- * WC tested up to: 8.9.1
+ * WC tested up to: 9.0.2
*
* Text Domain: postfinancecheckout
* Domain Path: /languages/
@@ -39,14 +39,14 @@ final class WooCommerce_PostFinanceCheckout {
const CK_INTEGRATION = 'wc_postfinancecheckout_integration';
const CK_ORDER_REFERENCE = 'wc_postfinancecheckout_order_reference';
const CK_ENFORCE_CONSISTENCY = 'wc_postfinancecheckout_enforce_consistency';
- const WC_MAXIMUM_VERSION = '8.7.0';
+ const WC_MAXIMUM_VERSION = '9.1.2';
/**
* WooCommerce PostFinanceCheckout version.
*
* @var string
*/
- private $version = '3.0.7';
+ private $version = '3.0.8';
/**
* The single instance of the class.