Skip to content

Commit

Permalink
Release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorspringwallee committed Jun 28, 2022
1 parent df6d8d0 commit 371d2d9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Wallee Woocommerce Subscriptions
This repository contains the wallee WooCommerce Subscriptions addon that enables WooCommerce Subscriptions to be processed with [wallee](https://www.wallee.com).

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

## Requirements

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

## License

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

2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

* add german translations

improve links on readme

= 1.0.2 - March 19, 2019 =

* Fix - WooCommerce Subscription > 2.5.0
Expand Down
4 changes: 2 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.10/">
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.11/">
Source
</a>
</li>
Expand All @@ -38,7 +38,7 @@ <h1>
</div>
<div class="chapter-body">
<div class="paragraph">
<p>If you don&#8217;t already have one, create a <a href="https://www.wallee.com/">wallee</a> account.</p>
<p>If you don&#8217;t already have one, create a <a href="https://app-wallee.com/user/signup/">wallee</a> account.</p>
</div> </div>
</div> <div class="chapter" id="_installation">
<div class="chapter-title">
Expand Down
6 changes: 2 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: customwebgmbh
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing
Requires at least: 4.7
Tested up to: 5.7.2
Stable tag: 1.0.10
Stable tag: 1.0.11
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

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

== Changelog ==

= 1.0.10 - November 2021, 2021 =

* add german translations
improve links on readme
4 changes: 2 additions & 2 deletions woocommerce-wallee-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce wallee Subscription
* Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription
* Description: Addon to processs WooCommerce Subscriptions with wallee
* Version: 1.0.10
* Version: 1.0.11
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: customweb GmbH
Expand Down Expand Up @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription
*
* @var string
*/
private $version = '1.0.10';
private $version = '1.0.11';

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

0 comments on commit 371d2d9

Please sign in to comment.