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

Commit 36fa0be

Browse files
committed
Merge branch 'release/1.1.3'
2 parents a7b7e5b + 3f3c0db commit 36fa0be

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

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

3+
## [1.1.3](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.3) - 2018-10-02
4+
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.1.2...1.1.3)
5+
6+
* ✔︎ Compatibility WooCommerce 3.5
7+
38
## [1.1.2](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.2) - 2018-06-04
49
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.1.1...1.1.2)
510

@@ -8,7 +13,7 @@
813
## [1.1.1](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.1) - 2018-05-23
914
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.1.0...1.1.1)
1015

11-
* ✔︎ Compatibility WooCommerce 3.4.0
16+
* ✔︎ Compatibility WooCommerce 3.4
1217

1318
## [1.1.0](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.1.0) - 2018-03-20
1419
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.0.2...1.1.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This section describes how to install the plugin and get it working.
2222

2323
* PHP minimal: **5.3**
2424
* WordPress minimal: **4.4**
25-
* WooCommerce minimal : **3.1.0**
26-
* WooCommerce Gateway Stripe minimal : **3.0.0**
25+
* WooCommerce minimal : **3.1**
26+
* WooCommerce Gateway Stripe minimal : **3.0**
2727

2828
## Links
2929

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: stripe, woocommerce, woocommerce-plugin, woocommerce-extension, wordpress-
55
Requires PHP: 5.3
66
Requires at least: 4.4
77
Tested up to: 4.9
8-
Stable tag: 1.1.2
8+
Stable tag: 1.1.3
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

4242
== Changelog ==
4343

44+
= 1.1.3 / 2018-10-02 =
45+
* ✔︎ Compatibility WooCommerce 3.5
46+
4447
= 1.1.2 / 2018-06-04 =
4548
* Fix - Error in calculating net total #2
4649

4750
= 1.1.1 / 2018-05-23 =
48-
* ✔︎ Compatibility WooCommerce 3.4.0
51+
* ✔︎ Compatibility WooCommerce 3.4
4952

5053
= 1.1.0 / 2018-03-20 =
5154
* Updated meta_key name query (Stripe Gateway 4.1)
@@ -60,6 +63,5 @@ The GIT repository is available here [https://github.com/rvola/woo-stripe-fee-in
6063
* Change yaxis for Stripe fees
6164
* Rename path (plugin submission)
6265

63-
6466
= 1.0.0 / 2018-02-24 =
6567
* Launch

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.2
9-
* Revision: 2018-06-04
8+
* Version: 1.1.3
9+
* Revision: 2018-10-02
1010
* Creation: 2018-02-24
1111
*
1212
* Author: studio RVOLA
@@ -18,8 +18,8 @@
1818
* Requires at least: 4.4
1919
* Tested up to: 4.9
2020
* Requires PHP: 5.3
21-
* WC requires at least: 3.1.0
22-
* WC tested up to: 3.4.0
21+
* WC requires at least: 3.1
22+
* WC tested up to: 3.5
2323
*
2424
* License: GNU General Public License v3.0
2525
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)