Skip to content

Commit 813657d

Browse files
Release 3.3.22
1 parent b73e9eb commit 813657d

File tree

168 files changed

+69824
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+69824
-23
lines changed

README.md

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

1515
## Documentation
1616

17-
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.21/docs/en/documentation.html)
17+
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.22/docs/en/documentation.html)
1818

1919
## Support
2020

@@ -31,7 +31,7 @@ ____________________________________________________________________________
3131

3232
## License
3333

34-
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.3.21/LICENSE) for more information.
34+
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.3.22/LICENSE) for more information.
3535

3636
## Privacy Policy
3737

changelog.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ Please ensure that in woocommerce->settings->tax, the "Round tax at subtotal lev
962962
- [Tested Against] Woocommerce 9.9.5
963963
- [Tested Against] PHP SDK 4.8.0
964964

965-
= 3.3.21 - July 22nd 2025 =
965+
= 3.3.22 - July 22nd 2025 =
966966
- [Bugfix] Fix class loading order issues
967967
- [Bugfix] Fix problem with multisite not installing tables when plugin is network activated
968968
- [Bugfix] Fix missing payment methods if subscription price is 0
@@ -978,7 +978,7 @@ Please ensure that in woocommerce->settings->tax, the "Round tax at subtotal lev
978978
= 3.3.15 - July 23rd 2025 =
979979
- [Hotfix] Rollback to stable version
980980

981-
= 3.3.21 - July 29nd 2025 =
981+
= 3.3.22 - July 29nd 2025 =
982982
- [Bugfix] Fix class loading order issues
983983
- [Bugfix] Fix problem with multisite not installing tables when plugin is network activated
984984
- [Bugfix] Fix missing payment methods if subscription price is 0
@@ -991,7 +991,7 @@ Please ensure that in woocommerce->settings->tax, the "Round tax at subtotal lev
991991
- [Tested Against] Woocommerce 10.0.3
992992
- [Tested Against] PHP SDK 4.8.0
993993

994-
= 3.3.21 - July 30th 2025 =
994+
= 3.3.22 - July 30th 2025 =
995995
- [Bugfix] Fix issue with calling a renamed function
996996
- [Tested Against] PHP 8.2
997997
- [Tested Against] Wordpress 6.7
@@ -1032,3 +1032,11 @@ Please ensure that in woocommerce->settings->tax, the "Round tax at subtotal lev
10321032
- [Tested Against] Woocommerce 10.2.2
10331033
- [Tested Against] PHP SDK 4.8.0
10341034

1035+
= 3.3.21 - October 30th 2025 =
1036+
- [Feature] Bump SDK version to include new ca bundle
1037+
- [Feature] 10.3.0 compatibility
1038+
- [Tested Against] PHP 8.2
1039+
- [Tested Against] Wordpress 6.7
1040+
- [Tested Against] Woocommerce 10.3.0
1041+
- [Tested Against] PHP SDK 4.8.1
1042+

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.3.21/">
26+
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.3.22/">
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
@@ -205,7 +205,7 @@ public function get_default_settings() {
205205
$settings = array(
206206
array(
207207
'links' => array(
208-
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.21/docs/en/documentation.html' => esc_html__( 'Documentation', 'woo-postfinancecheckout' ),
208+
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.22/docs/en/documentation.html' => esc_html__( 'Documentation', 'woo-postfinancecheckout' ),
209209
'https://checkout.postfinance.ch/en-ch/user/signup' => esc_html__( 'Sign Up', 'woo-postfinancecheckout' ),
210210
),
211211
'type' => 'postfinancecheckout_links',

includes/class-wc-postfinancecheckout-blocks-support.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function is_active() {
5757
*/
5858
public function get_payment_method_script_handles() {
5959
$dependencies = array();
60-
$version = '3.3.21';
60+
$version = '3.3.22';
6161

6262
wp_register_script(
6363
'WooCommerce_PostFinanceCheckout_blocks_support',

includes/class-wc-postfinancecheckout-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ protected static function get_default_header_data() {
616616
$version = WC_VERSION;
617617

618618
$shop_version = str_replace( 'v', '', $version );
619-
$plugin_version = '3.3.21';
619+
$plugin_version = '3.3.22';
620620
list ($major_version, $minor_version) = explode( '.', $shop_version, 3 );
621621
return array(
622622
self::POSTFINANCECHECKOUT_SHOP_SYSTEM => 'woocommerce',

includes/class-wc-postfinancecheckout-migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public static function check_version() {
277277
public static function plugin_row_meta( $links, $file ) {
278278
if ( WC_POSTFINANCECHECKOUT_PLUGIN_BASENAME === $file ) {
279279
$row_meta = array(
280-
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.21/docs/en/documentation.html" aria-label="' . esc_html__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
280+
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.22/docs/en/documentation.html" aria-label="' . esc_html__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
281281
);
282282

283283
return array_merge( $links, $row_meta );

postfinancecheckout-sdk/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postfinancecheckout/sdk",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "PostFinance Checkout SDK for PHP",
55
"keywords": [
66
"postfinancecheckout",

0 commit comments

Comments
 (0)