Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrososa committed Sep 13, 2024
1 parent aebcacb commit 9adaffe
Show file tree
Hide file tree
Showing 15 changed files with 285 additions and 90 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc

## Documentation

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

## Support

Expand All @@ -33,7 +34,8 @@ ____________________________________________________________________________

## License

Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.1.0/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.1.1
/LICENSE) for more information.

## Privacy Policy

Expand Down
9 changes: 0 additions & 9 deletions build/index.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/index.css

This file was deleted.

1 change: 0 additions & 1 deletion build/index.js

This file was deleted.

7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -822,3 +822,10 @@ Tested against:
- [Tested Against] Woocommerce 9.1.4 & Woocommerce 9.2.1
- [Tested Against] PHP SDK 4.5.0

= 3.1.1 - Sept 13 2024 =
- [Bugfix] Added migrations for 3.1.0 changes.
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.3.1
- [Tested Against] PHP SDK 4.5.0

3 changes: 2 additions & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.1.0/">
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.1.1
/">
Source
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.1.0/docs/en/documentation.html' => esc_html__( 'Documentation', 'woo-postfinancecheckout' ),
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.1.1
/docs/en/documentation.html' => esc_html__( 'Documentation', 'woo-postfinancecheckout' ),
'https://checkout.postfinance.ch/en-ch/user/signup' => esc_html__( 'Sign Up', 'woo-postfinancecheckout' ),
),
'type' => 'postfinancecheckout_links',
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-postfinancecheckout-blocks-support.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static function enqueue_portal_scripts() {
true
);
} catch ( Exception $e ) {
PostFinanceCheckout_WooCommerce::instance()->log( $e->getMessage(), WC_Log_Levels::DEBUG );
WooCommerce_PostFinanceCheckout::instance()->log( $e->getMessage(), WC_Log_Levels::DEBUG );
}
}

Expand Down
Loading

0 comments on commit 9adaffe

Please sign in to comment.