Skip to content

Commit

Permalink
Release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 1, 2023
1 parent 02fd299 commit ad436ec
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ This repository contains the wallee plugin that enables WooCommerce to process p

## Documentation

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

## Support

Expand All @@ -24,4 +24,4 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co

## License

Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/2.1.5/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/2.1.6/LICENSE) for more information.
8 changes: 8 additions & 0 deletions changelog.txt
Expand Up @@ -496,3 +496,11 @@ Tested against:
- Wordpress 6.1.1
- Woocommerce 7.3.0

## Feature
- Make the latest version of the plugin available on the marketplace

## Tested Against
- PHP 7.4.32
- Wordpress 6.1.1
- Woocommerce 7.3.0

2 changes: 1 addition & 1 deletion docs/en/documentation.html
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/2.1.5/">
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/2.1.6/">
Source
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-wc-wallee-admin-settings-page.php
Expand Up @@ -187,7 +187,7 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.5/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.6/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
Expand Up @@ -248,7 +248,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/2.1.5/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/2.1.6/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: 3 additions & 6 deletions readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: customwebgmbh
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.1
Stable tag: 2.1.5
Stable tag: 2.1.6
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/2.1.5/docs/en/documentation.html).
Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.6/docs/en/documentation.html).

== Support ==

Expand Down Expand Up @@ -57,10 +57,7 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co


## Feature
- Support of Woocommerce 7.1.1 to 7.3.0

## Bug
- Fix the typo *stdClass::$eventd* to **stdClass::$eventId**
- Make the latest version of the plugin available on the marketplace

## Tested Against
- PHP 7.4.32
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-wallee.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: wallee
* Plugin URI: https://wordpress.org/plugins/woo-wallee
* Description: Process WooCommerce payments with wallee.
* Version: 2.1.5
* Version: 2.1.6
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: wallee AG
Expand Down Expand Up @@ -45,7 +45,7 @@ final class WooCommerce_Wallee {
*
* @var string
*/
private $version = '2.1.5';
private $version = '2.1.6';

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

0 comments on commit ad436ec

Please sign in to comment.