Skip to content

Commit

Permalink
Release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliususoniswallee committed Jul 26, 2022
1 parent ba04e04 commit 83f5a4e
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
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/wallee-payment/woocommerce-subscription.svg?branch=master)](https://travis-ci.org/wallee-payment/woocommerce-subscription)

# Wallee Woocommerce Subscriptions
# 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://app-wallee.com/user/signup) account is required.
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.12/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.13/LICENSE) for more information.

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

test release

readme updates

= 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.12/">
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.13/">
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.12
Stable tag: 1.0.13
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 ==

test release
readme updates
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.12
* Version: 1.0.13
* 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.12';
private $version = '1.0.13';

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

0 comments on commit 83f5a4e

Please sign in to comment.