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

Commit 1f50a1a

Browse files
committed
Merge branch 'hotfix/1.2.5'
2 parents 7b9b7bf + 3b6f132 commit 1f50a1a

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
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.2.5](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.2.5) - 2020-03-09
4+
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.2.4...1.2.5)
5+
6+
* ✔︎ Compatibility WOO 4.0
7+
* ✔︎ Compatibility WP 5.4
8+
39
## [1.2.4](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.2.4) - 2020-01-22
410
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.2.3...1.2.4)
511

readme.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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
55
Requires PHP: 7.0
66
Requires at least: 4.4
7-
Tested up to: 5.3
8-
Stable tag: 1.2.4
7+
Tested up to: 5.4
8+
Stable tag: 1.2.5
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

4242
== Changelog ==
4343

44+
= 1.2.5 / 2020-03-09 =
45+
* ✔︎ Compatibility WOO 4.0
46+
* ✔︎ Compatibility WP 5.4
47+
4448
= 1.2.4 / 2020-01-22 =
4549
* ✔︎ Compatibility WOO 3.9
4650

47-
= 1.2.3 / 2019-11-15 =
48-
* FIX / Incorrect call folder
49-
5051
[_More changelog_](https://github.com/rvola/woo-stripe-fee-in-report/blob/master/CHANGELOG.md).).

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.2.4
9-
* Revision: 2020-02-22
8+
* Version: 1.2.5
9+
* Revision: 2020-03-09
1010
* Creation: 2018-02-24
1111
*
1212
* Author: studio RVOLA
@@ -16,10 +16,10 @@
1616
* Domain Path: /languages
1717
*
1818
* Requires at least: 4.4
19-
* Tested up to: 5.3
19+
* Tested up to: 5.4
2020
* Requires PHP: 7.0
2121
* WC requires at least: 3.1
22-
* WC tested up to: 3.9
22+
* WC tested up to: 4.0
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)