Skip to content

Commit

Permalink
Release 2.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-wallee committed Oct 9, 2023
1 parent c38eabe commit 3e9c43b
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc

## Documentation

* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.24/docs/en/documentation.html)
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.25/docs/en/documentation.html)

## Support

Expand All @@ -24,4 +24,4 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/

## License

Please see the [license file](https://github.com/pfpayments/woocommerce/blob/2.1.24/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/2.1.25/LICENSE) for more information.
1 change: 1 addition & 0 deletions build/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('@woocommerce/blocks-registry', 'wp-element', 'wp-polyfill'), 'version' => '3dded90bb19b38684878');
1 change: 1 addition & 0 deletions build/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ Features:
- Support of Wordpress 6.1
- Support of Woocommerce 7.0.1
Bugfixes:
- Fix that when 0 manual task are needed, the message ?0 manuelle Tasks ben?tigen Ihre Aufmerksamkeit? is shown.
- Fix that when 0 manual task are needed, the message 0 manuelle Tasks benötigen Ihre Aufmerksamkeit is shown.
Tested against:
- PHP 7.4.32
- Wordpress: 6.1
Expand Down Expand Up @@ -689,3 +689,12 @@ Tested against:
* [Tested Against] Woocommerce 8.0.0
* [Tested Against] PHP SDK 3.2.0

= 2.1.25 - October 9, 2023 =

* [Features] Increased woocommerce version support to 8.1.1.

* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.3.0
* [Tested Against] Woocommerce 8.1.1
* [Tested Against] PHP SDK 3.2.0

2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/woocommerce/releases/tag/2.1.24/">
<a href="https://github.com/pfpayments/woocommerce/releases/tag/2.1.25/">
Source
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.24/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.25/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
'https://checkout.postfinance.ch/en-ch/user/signup' => __( 'Sign Up', 'woo-postfinancecheckout' ),
),
'type' => 'postfinancecheckout_links',
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-postfinancecheckout-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.24/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.25/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
);

return array_merge( $links, $row_meta );
Expand Down
11 changes: 5 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: customwebgmbh
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.2
Stable tag: 2.1.24
Stable tag: 2.1.25
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand All @@ -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/2.1.24/docs/en/documentation.html).
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/2.1.25/docs/en/documentation.html).

== Support ==

Expand Down Expand Up @@ -56,12 +56,11 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
== Changelog ==


= 2.1.24 - September 26, 2023 =
= 2.1.25 - October 9, 2023 =

* [Features] Support of Wordpress 6.3.0
* [BugFix] Fix an error when users try to re-pay a transaction
* [Features] Increased woocommerce version support to 8.1.1.

* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.3.0
* [Tested Against] Woocommerce 8.0.0
* [Tested Against] Woocommerce 8.1.1
* [Tested Against] PHP SDK 3.2.0
6 changes: 3 additions & 3 deletions woocommerce-postfinancecheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PostFinance Checkout
* Plugin URI: https://wordpress.org/plugins/woo-postfinancecheckout
* Description: Process WooCommerce payments with PostFinance Checkout.
* Version: 2.1.24
* Version: 2.1.25
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: wallee AG
Expand Down Expand Up @@ -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 = '7.8.0';
const WC_MAXIMUM_VERSION = '8.1.1';

/**
* WooCommerce PostFinanceCheckout version.
*
* @var string
*/
private $version = '2.1.24';
private $version = '2.1.25';

/**
* The single instance of the class.
Expand Down

0 comments on commit 3e9c43b

Please sign in to comment.