Skip to content

Commit 371d2d9

Browse files
Release 1.0.11
1 parent df6d8d0 commit 371d2d9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Wallee Woocommerce Subscriptions
44
This repository contains the wallee WooCommerce Subscriptions addon that enables WooCommerce Subscriptions to be processed with [wallee](https://www.wallee.com).
55

6-
##### To use this extension, a [wallee](https://www.wallee.com) account is required.
6+
##### To use this extension, a [wallee](https://app-wallee.com/user/signup) account is required.
77

88
## Requirements
99

@@ -15,5 +15,5 @@ This repository contains the wallee WooCommerce Subscriptions addon that enables
1515

1616
## License
1717

18-
Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.10/LICENSE) for more information.
18+
Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.11/LICENSE) for more information.
1919

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
* add german translations
1212

13+
improve links on readme
14+
1315
= 1.0.2 - March 19, 2019 =
1416

1517
* Fix - WooCommerce Subscription > 2.5.0

docs/en/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
2222
</a>
2323
</li>
2424
<li>
25-
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.10/">
25+
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.11/">
2626
Source
2727
</a>
2828
</li>
@@ -38,7 +38,7 @@ <h1>
3838
</div>
3939
<div class="chapter-body">
4040
<div class="paragraph">
41-
<p>If you don&#8217;t already have one, create a <a href="https://www.wallee.com/">wallee</a> account.</p>
41+
<p>If you don&#8217;t already have one, create a <a href="https://app-wallee.com/user/signup/">wallee</a> account.</p>
4242
</div> </div>
4343
</div> <div class="chapter" id="_installation">
4444
<div class="chapter-title">

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: customwebgmbh
33
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing
44
Requires at least: 4.7
55
Tested up to: 5.7.2
6-
Stable tag: 1.0.10
6+
Stable tag: 1.0.11
77
License: Apache 2
88
License URI: http://www.apache.org/licenses/LICENSE-2.0
99

@@ -49,6 +49,4 @@ Therefore, it is necessary that you install the this plugin as well.
4949

5050
== Changelog ==
5151

52-
= 1.0.10 - November 2021, 2021 =
53-
54-
* add german translations
52+
improve links on readme

woocommerce-wallee-subscription.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce wallee Subscription
44
* Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription
55
* Description: Addon to processs WooCommerce Subscriptions with wallee
6-
* Version: 1.0.10
6+
* Version: 1.0.11
77
* License: Apache2
88
* License URI: http://www.apache.org/licenses/LICENSE-2.0
99
* Author: customweb GmbH
@@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription
3636
*
3737
* @var string
3838
*/
39-
private $version = '1.0.10';
39+
private $version = '1.0.11';
4040

4141
/**
4242
* The single instance of the class.

0 commit comments

Comments
 (0)