Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliususoniswallee committed Jul 21, 2022
1 parent 371d2d9 commit ba04e04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This repository contains the wallee WooCommerce Subscriptions addon that enables

## Requirements

* [Wordpress](https://wordpress.org/) 4.4 or later
* [Wordpress](https://wordpress.org/) 4.4 or later.
* [Woocommerce](https://woocommerce.com/) 3.0 or later
* [wallee Woocommerce Plugin](../../../woocommerce/) 1.2 or later
* [Woocommerce Subscriptions Plugin](https://woocommerce.com/products/woocommerce-subscriptions/) 2.2 or later
* [PHP](http://php.net/) 5.6 or later

## License

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

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

improve links on readme

test release

= 1.0.2 - March 19, 2019 =

* Fix - WooCommerce Subscription > 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion 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.11/">
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.12/">
Source
</a>
</li>
Expand Down
4 changes: 2 additions & 2 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.11
Stable tag: 1.0.12
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

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

== Changelog ==

improve links on readme
test release
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.11
* Version: 1.0.12
* 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.11';
private $version = '1.0.12';

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

0 comments on commit ba04e04

Please sign in to comment.