diff --git a/README.md b/README.md index 80b0ada..5a9077b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 @@ -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.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. diff --git a/changelog.txt b/changelog.txt index badbfd2..d16bc91 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,6 +12,8 @@ improve links on readme +test release + = 1.0.2 - March 19, 2019 = * Fix - WooCommerce Subscription > 2.5.0 diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 80ed95a..a2b9971 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • diff --git a/readme.txt b/readme.txt index 6fd8c8c..5d47bac 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -49,4 +49,4 @@ Therefore, it is necessary that you install the this plugin as well. == Changelog == -improve links on readme +test release diff --git a/woocommerce-wallee-subscription.php b/woocommerce-wallee-subscription.php index ce720e7..fc37771 100644 --- a/woocommerce-wallee-subscription.php +++ b/woocommerce-wallee-subscription.php @@ -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 @@ -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.