Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Jun 5, 2024
1 parent e767bc7 commit eec0769
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ This repository contains the wallee Subscriptions addon that enables WooCommerce

## License

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

7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ Bug fix, if space_view_id is not set, it does not send it to the service portal.
= 1.1.4 - March 19, 2024 =
- [BugFix] Improved dependency detection: The plugin can now identify the base plugin even if the exact name varies slightly.

= 1.1.5 - Jun 3 2024 =
- [Feature] Added compatibilities with WordPress 6.5.3 and the new WooCommerce version 8.9.1
- [Tested Against] PHP 8.0
- [Tested Against] Wordpress 6.5.3
- [Tested Against] WooCommerce 8.9.1
- [Tested Against] Woo Subscriptions 5.5.0

2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.1.4/">
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.1.5/">
Source
</a>
</li>
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: customwebgmbh
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing
Requires at least: 4.7
Tested up to: 6.0.1
Stable tag: 1.1.4
Tested up to: 6.5.3
Stable tag: 1.1.5
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

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

== Changelog ==

= 1.1.4 - March 19, 2024 =
- [BugFix] Improved dependency detection: The plugin can now identify the base plugin even if the exact name varies slightly.
= 1.1.5 - Jun 3 2024 =
- [Feature] Added compatibilities with WordPress 6.5.3 and the new WooCommerce version 8.9.1
- [Tested Against] PHP 8.0
- [Tested Against] Wordpress 6.5.3
- [Tested Against] WooCommerce 8.9.1
- [Tested Against] Woo Subscriptions 5.5.0
8 changes: 4 additions & 4 deletions woocommerce-wallee-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: wallee Subscription
* Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription
* Description: Addon to process WooCommerce Subscriptions with wallee
* Version: 1.1.4
* Version: 1.1.5
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: wallee AG
* Author URI: https://www.wallee.com
* Requires at least: 4.7
* Tested up to: 6.4.2
* Tested up to: 6.5.3
* WC requires at least: 3.0.0
* WC tested up to: 8.7.0
* WC tested up to: 8.9.1
*
* Text Domain: woo-wallee-subscription
* Domain Path: /languages/
Expand All @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription {
*
* @var string
*/
private $version = '1.1.4';
private $version = '1.1.5';

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

0 comments on commit eec0769

Please sign in to comment.