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

Commit e2b5963

Browse files
committed
Bump 1.2.2
1 parent 238db5b commit e2b5963

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

CHANGELOG.md

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

3+
## [1.2.2](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.2.2) - 2019-10-23
4+
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.2.1...1.2.2)
5+
6+
* FIX / Load languages files
7+
* escape i18n
8+
* FIX / Series incorrect for legend + escape i18n
9+
* ✔︎ Compatibility WOO 3.8
10+
* ✔︎ Compatibility WP 5.3
11+
312
## [1.2.1](https://github.com/rvola/woo-stripe-fee-in-report/tree/1.2.1) - 2019-04-03
413
[Full Changelog](https://github.com/rvola/woo-stripe-fee-in-report/compare/1.2.0...1.2.1)
514

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,31 @@
11
#, fuzzy
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: WooCommerce Stripe fee in Report - 1.1.X\n"
5-
"POT-Creation-Date: 2018-03-20 11:31+0100\n"
4+
"Project-Id-Version: WooCommerce Stripe fee in Report - 1.2.X\n"
5+
"POT-Creation-Date: 2019-10-23 13:56+0200\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
99
"Language-Team: \n"
10-
"X-Generator: Poedit 2.0.6\n"
11-
"X-Poedit-KeywordsList: __;_e;_x:1,2c\n"
10+
"X-Generator: Poedit 2.2.4\n"
11+
"X-Poedit-KeywordsList: esc_html__\n"
1212
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
1313
"X-Poedit-SourceCharset: UTF-8\n"
1414
"X-Poedit-Basepath: ..\n"
1515
"PO-Revision-Date: \n"
1616
"Last-Translator: \n"
1717
"X-Poedit-SearchPath-0: .\n"
1818

19-
#: includes/class-report.php:203
20-
#, php-format
21-
msgctxt "number"
22-
msgid "%s Stripe fees"
23-
msgstr ""
24-
25-
#: includes/class-report.php:238
19+
#: includes/class-report.php:222
2620
msgid ""
2721
"This is the sum of the order totals after any refunds and excluding "
2822
"shipping, taxes and Stripe fees."
2923
msgstr ""
3024

31-
#: includes/class-report.php:295
32-
msgid "Shipping amount"
33-
msgstr ""
34-
35-
#: includes/class-report.php:304
25+
#: includes/class-report.php:287
3626
msgid "Stripe fees"
3727
msgstr ""
3828

39-
#: includes/class-wp.php:76
29+
#: includes/class-wp.php:75
4030
msgid "Donate"
4131
msgstr ""

readme.txt

Lines changed: 8 additions & 1 deletion
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-
Stable tag: 1.2.1
87
Tested up to: 5.3
8+
Stable tag: 1.2.2
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

4242
== Changelog ==
4343

44+
= 1.2.2 / 2019-10-23 =
45+
* FIX / Load languages files
46+
* escape i18n
47+
* FIX / Series incorrect for legend + escape i18n
48+
* ✔︎ Compatibility WOO 3.8
49+
* ✔︎ Compatibility WP 5.3
50+
4451
= 1.2.1 / 2019-04-03 =
4552
* ✔︎ Compatibility WP 5.2
4653
* ✔︎ Compatibility WOO 3.6

woo-stripe-fee-in-report.php

Lines changed: 2 additions & 2 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.1
9-
* Revision: 2019-04-03
8+
* Version: 1.2.2
9+
* Revision: 2019-10-23
1010
* Creation: 2018-02-24
1111
*
1212
* Author: studio RVOLA

0 commit comments

Comments
 (0)