Skip to content

Commit 83f5a4e

Browse files
Release 1.0.13
1 parent ba04e04 commit 83f5a4e

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/wallee-payment/woocommerce-subscription.svg?branch=master)](https://travis-ci.org/wallee-payment/woocommerce-subscription)
22

3-
# Wallee Woocommerce Subscriptions
3+
# 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

66
##### To use this extension, a [wallee](https://app-wallee.com/user/signup) account is required.
@@ -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.12/LICENSE) for more information.
18+
Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.13/LICENSE) for more information.
1919

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ improve links on readme
1414

1515
test release
1616

17+
readme updates
18+
1719
= 1.0.2 - March 19, 2019 =
1820

1921
* Fix - WooCommerce Subscription > 2.5.0

docs/en/documentation.html

Lines changed: 1 addition & 1 deletion
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.12/">
25+
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.13/">
2626
Source
2727
</a>
2828
</li>

readme.txt

Lines changed: 2 additions & 2 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.12
6+
Stable tag: 1.0.13
77
License: Apache 2
88
License URI: http://www.apache.org/licenses/LICENSE-2.0
99

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

5050
== Changelog ==
5151

52-
test release
52+
readme updates

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.12
6+
* Version: 1.0.13
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.12';
39+
private $version = '1.0.13';
4040

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

0 commit comments

Comments
 (0)