Skip to content

Commit 7d0743c

Browse files
Release 3.0.8
1 parent d9851b3 commit 7d0743c

File tree

7 files changed

+24
-19
lines changed

7 files changed

+24
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc
99

1010
## Requirements
1111

12-
* [Wordpress](https://wordpress.org/) 6.0 or later
13-
* [Woocommerce](https://woocommerce.com/) 8.0 or later
12+
* [Wordpress](https://wordpress.org/) 6.x
13+
* [Woocommerce](https://woocommerce.com/) 8.x and 9.x
1414
* [PHP](http://php.net/) version supported by the Wordpress/Woocommerce version.
1515
* (For previous versions, see table below)
1616

1717
## Documentation
1818

19-
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html)
19+
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html)
2020

2121
## Support
2222

@@ -27,10 +27,10 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
2727
____________________________________________________________________________
2828
| WooCommerce version | Plugin major version | Supported until |
2929
|------------------------|------------------------|------------------------|
30-
| 8.x | 3.x | Further notice |
30+
| 8.x, 9.x | 3.x | Further notice |
3131
| 7.x | 2.x | Feb 2024 |
3232
----------------------------------------------------------------------------
3333

3434
## License
3535

36-
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.7/LICENSE) for more information.
36+
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.8/LICENSE) for more information.

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,3 +777,9 @@ Tested against:
777777
- [Tested Against] Woocommerce 8.9.1
778778
- [Tested Against] PHP SDK 4.2.0
779779

780+
= 3.0.8 - Jul 2 2024 =
781+
- [Tested Against] PHP 8.0
782+
- [Tested Against] Wordpress 6.6.rc1
783+
- [Tested Against] Woocommerce 9.0.2
784+
- [Tested Against] PHP SDK 4.2.0
785+

docs/en/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Documentation</h2> </div>
2323
</a>
2424
</li>
2525
<li>
26-
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.0.7/">
26+
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.0.8/">
2727
Source
2828
</a>
2929
</li>

includes/admin/class-wc-postfinancecheckout-admin-settings-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function get_settings() {
187187
$settings = array(
188188
array(
189189
'links' => array(
190-
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
190+
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
191191
'https://checkout.postfinance.ch/en-ch/user/signup' => __( 'Sign Up', 'woo-postfinancecheckout' ),
192192
),
193193
'type' => 'postfinancecheckout_links',

includes/class-wc-postfinancecheckout-migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public static function check_version() {
249249
public static function plugin_row_meta( $links, $file ) {
250250
if ( WC_POSTFINANCECHECKOUT_PLUGIN_BASENAME === $file ) {
251251
$row_meta = array(
252-
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
252+
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
253253
);
254254

255255
return array_merge( $links, $row_meta );

readme.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: postfinancecheckout AG
33
Tags: woocommerce PostFinance Checkout, woocommerce, PostFinance Checkout, payment, e-commerce, webshop, psp, invoice, packing slips, pdf, customer invoice, processing
44
Requires at least: 4.7
55
Tested up to: 6.5
6-
Stable tag: 3.0.7
6+
Stable tag: 3.0.8
77
License: Apache 2
88
License URI: http://www.apache.org/licenses/LICENSE-2.0
99

@@ -23,7 +23,7 @@ To use this extension, a PostFinance Checkout account is required. Sign up on [P
2323

2424
== Documentation ==
2525

26-
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.7/docs/en/documentation.html).
26+
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.8/docs/en/documentation.html).
2727

2828
== Support ==
2929

@@ -58,9 +58,8 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
5858
== Changelog ==
5959

6060

61-
= 3.0.7 - Jun 14 2024 =
62-
- [Feature] Upgraded PHP-SDK to 4.2.1
63-
- [Tested Against] PHP 8.2
64-
- [Tested Against] Wordpress 6.5.3
65-
- [Tested Against] Woocommerce 8.9.1
61+
= 3.0.8 - Jul 2 2024 =
62+
- [Tested Against] PHP 8.0
63+
- [Tested Against] Wordpress 6.6.rc1
64+
- [Tested Against] Woocommerce 9.0.2
6665
- [Tested Against] PHP SDK 4.2.0

woocommerce-postfinancecheckout.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
* Plugin URI: https://wordpress.org/plugins/woo-postfinancecheckout
55
* Description: Process WooCommerce payments with PostFinance Checkout.
66
* License: Apache2
7-
* Version: 3.0.7
7+
* Version: 3.0.8
88
* License URI: http://www.apache.org/licenses/LICENSE-2.0
99
* Author: postfinancecheckout AG
1010
* Author URI: https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html
1111
* Requires at least: 6.0
1212
* Requires PHP: 7.4
1313
* WC requires at least: 8.0.0
14-
* WC tested up to: 8.9.1
14+
* WC tested up to: 9.0.2
1515
*
1616
* Text Domain: postfinancecheckout
1717
* Domain Path: /languages/
@@ -39,14 +39,14 @@ final class WooCommerce_PostFinanceCheckout {
3939
const CK_INTEGRATION = 'wc_postfinancecheckout_integration';
4040
const CK_ORDER_REFERENCE = 'wc_postfinancecheckout_order_reference';
4141
const CK_ENFORCE_CONSISTENCY = 'wc_postfinancecheckout_enforce_consistency';
42-
const WC_MAXIMUM_VERSION = '8.7.0';
42+
const WC_MAXIMUM_VERSION = '9.1.2';
4343

4444
/**
4545
* WooCommerce PostFinanceCheckout version.
4646
*
4747
* @var string
4848
*/
49-
private $version = '3.0.7';
49+
private $version = '3.0.8';
5050

5151
/**
5252
* The single instance of the class.

0 commit comments

Comments
 (0)