Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 2d23d40

Browse files
committed
Merge branch 'release/1.1.4'
2 parents 36fa0be + 2bc052b commit 2d23d40

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.1.4](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.4) - 2018-10-22
4+
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.1.3...1.1.4)
5+
6+
* End support PHP 5.6
7+
* ✔︎ Check compatbility WP 5.0
8+
39
## [1.1.3](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.3) - 2018-10-02
410
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.1.2...1.1.3)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This section describes how to install the plugin and get it working.
2020

2121
## Requirement
2222

23-
* PHP minimal: **5.3**
23+
* PHP minimal: **7.0**
2424
* WordPress minimal: **4.4**
2525
* WooCommerce minimal : **3.1**
2626
* WooCommerce Gateway Stripe minimal : **3.0**

readme.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: rvola
33
Donate link: https://www.paypal.me/rvola
44
Tags: stripe, woocommerce, woocommerce-plugin, woocommerce-extension, wordpress-plugin, wordpress, chart, reporting, report, stripe-payments, stripe-gateway
5-
Requires PHP: 5.3
5+
Requires PHP: 7.0
66
Requires at least: 4.4
7-
Tested up to: 4.9
8-
Stable tag: 1.1.3
7+
Tested up to: 5.0
8+
Stable tag: 1.1.4
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -16,7 +16,7 @@ Shows Stripe fees in WooCommerce charts. Calculates a correct net total.
1616
**WooCommerce Stripe fee in Report** is a small plugin that will allow you to quickly visualize in the WooCommerce graph, the state of your comissions Stripe !!
1717
It's simple and it works.
1818

19-
[**GitHub**](https://github.com/rvola/woo-stripe-fee-in-report) | [**Donate**](https://www.paypal.me/rvola)
19+
[**GitHub**](https://github.com/rvola/woo-stripe-fee-in-rweport) | [**Donate**](https://www.paypal.me/rvola)
2020

2121
== Installation ==
2222

@@ -28,10 +28,10 @@ This section describes how to install the plugin and get it working.
2828

2929
== Requirement ==
3030

31-
* PHP minimal: **5.3**
31+
* PHP minimal: **7.0**
3232
* WordPress minimal: **4.4**
33-
* WooCommerce minimal : **3.1.0**
34-
* WooCommerce Gateway Stripe minimal : **3.0.0**
33+
* WooCommerce minimal : **3.1**
34+
* WooCommerce Gateway Stripe minimal : **3.0**
3535

3636
== Frequently Asked Questions ==
3737

@@ -41,6 +41,10 @@ The GIT repository is available here [https://github.com/rvola/woo-stripe-fee-in
4141

4242
== Changelog ==
4343

44+
= 1.1.4 / 2018-10-22 =
45+
* End support PHP 5.6
46+
* ✔︎ Check compatbility WP 5.0
47+
4448
= 1.1.3 / 2018-10-02 =
4549
* ✔︎ Compatibility WooCommerce 3.5
4650

woo-stripe-fee-in-report.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Description: Shows Stripe fees in WooCommerce charts. Calculates a correct net total.
77
*
8-
* Version: 1.1.3
9-
* Revision: 2018-10-02
8+
* Version: 1.1.4
9+
* Revision: 2018-10-22
1010
* Creation: 2018-02-24
1111
*
1212
* Author: studio RVOLA
@@ -16,8 +16,8 @@
1616
* Domain Path: /languages
1717
*
1818
* Requires at least: 4.4
19-
* Tested up to: 4.9
20-
* Requires PHP: 5.3
19+
* Tested up to: 5.0
20+
* Requires PHP: 7.0
2121
* WC requires at least: 3.1
2222
* WC tested up to: 3.5
2323
*

0 commit comments

Comments
 (0)