Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Apr 23, 2024
1 parent 8a7be61 commit 46f9150
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository contains the wallee plugin that enables WooCommerce to process p

## Documentation

* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html)
* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html)

## Support

Expand All @@ -33,4 +33,4 @@ ____________________________________________________________________________

## License

Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.2/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.4/LICENSE) for more information.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -742,3 +742,17 @@ Tested against:
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2

= 3.0.3 - April 23 2024 =
- [Hotfix] Version increment for release
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2

= 3.0.4 - April 23 2024 =
- [Hotfix] Restore version and tested against comments in base file
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2

4 changes: 2 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="keywords" value="wallee, WooCommerce, Wordpress Plugin, WooCommerce Extension, Payment, Payment Integration, Documentation"><meta name="description" value="The documentation for the wallee plugin that enables processing payments with wallee.">
<link rel="canonical" href="https://plugin-documentation.weareplanet.com/weareplanet/opencart-3.0/1.0.57/docs/en/documentation.html" />
<link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce/master/docs/en/documentation.html" />
<title>wallee WooCommerce</title>
<link href="assets/monokai-sublime.css" rel="stylesheet" />
<link href="assets/base.css" rel="stylesheet" />
Expand All @@ -23,7 +23,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/3.0.2/">
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/3.0.4/">
Source
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-wc-wallee-admin-settings-page.php
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.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://app-wallee.com/user/signup' => __( 'Sign Up', 'woo-wallee' ),
),
'type' => 'wallee_links',
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-wallee-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_WALLEE_PLUGIN_BASENAME === $file ) {
$row_meta = array(
'docs' => '<a href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-wallee' ) . '">' . esc_html__( 'Documentation', 'woo-wallee' ) . '</a>',
'docs' => '<a href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-wallee' ) . '">' . esc_html__( 'Documentation', 'woo-wallee' ) . '</a>',
);

return array_merge( $links, $row_meta );
Expand Down
9 changes: 4 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wallee AG
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, invoice, packing slips, pdf, customer invoice, processing
Requires at least: 4.7
Tested up to: 6.2
Stable tag: 3.0.2
Stable tag: 3.0.4
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand All @@ -23,7 +23,7 @@ To use this extension, a wallee account is required. Sign up on [wallee](https:/

== Documentation ==

Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.2/docs/en/documentation.html).
Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.4/docs/en/documentation.html).

== Support ==

Expand Down Expand Up @@ -56,9 +56,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co
== Changelog ==


= 3.0.2 - April 22 2024 =
- [Hotfix] Fixed completion in the backend with coupon.
- [Hotfix] Fixed tax amount not sent correctly to the portal.
= 3.0.4 - April 23 2024 =
- [Hotfix] Restore version and tested against comments in base file
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
Expand Down
7 changes: 6 additions & 1 deletion woocommerce-wallee.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
* Plugin URI: https://wordpress.org/plugins/woo-wallee
* Description: Process WooCommerce payments with wallee.
* License: Apache2
* Version: 3.0.4
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: wallee AG
* Author URI: https://www.wallee.com
* Requires at least: 6.0
* Requires PHP: 7.4
* WC requires at least: 8.0.0
* WC tested up to: 8.7.0
*
* Text Domain: wallee
* Domain Path: /languages/
Expand Down Expand Up @@ -41,7 +46,7 @@ final class WooCommerce_Wallee {
*
* @var string
*/
private $version = '3.0.2';
private $version = '3.0.4';

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

0 comments on commit 46f9150

Please sign in to comment.