Skip to content

Commit 2e5286b

Browse files
Add version 1.1.2
1 parent 8b8bcf3 commit 2e5286b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
**Requires at least:** 4.9
2323
**Tested up to:** 5.7
2424
**Requires PHP:** 5.6
25-
**Stable tag:** 1.1.1
25+
**Stable tag:** 1.1.2
2626
**License:** GPLv2
2727
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
2828

@@ -94,6 +94,11 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
9494

9595
## Changelog ##
9696

97+
### 1.1.2 ###
98+
* Tested up to WP 5.7
99+
* Minor code improvements
100+
* Update plugin constants prefixes
101+
97102
### 1.1.1 ###
98103
* Tested up to WP 5.6
99104
* Minor code improvements

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: internationalization, i18n, localization, l10n, translation, statistics, g
55
Requires at least: 4.9
66
Tested up to: 5.7
77
Requires PHP: 5.6
8-
Stable tag: 1.1.1
8+
Stable tag: 1.1.2
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -66,6 +66,11 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
6666

6767
== Changelog ==
6868

69+
= 1.1.2 =
70+
* Tested up to WP 5.7
71+
* Minor code improvements
72+
* Update plugin constants prefixes
73+
6974
= 1.1.1 =
7075
* Tested up to WP 5.6
7176
* Minor code improvements

translation-stats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin URI: https://translationstats.com
1414
* GitHub Plugin URI: https://github.com/pedro-mendonca/Translation-Stats
1515
* Description: Show plugins translation stats on your WordPress install.
16-
* Version: 1.1.1
16+
* Version: 1.1.2
1717
* Requires at least: 4.9
1818
* Requires PHP: 5.6
1919
* Author: Pedro Mendonça
@@ -33,7 +33,7 @@
3333

3434

3535
// Set Translation Stats plugin version.
36-
define( 'TRANSLATION_STATS_VERSION', '1.1.1' );
36+
define( 'TRANSLATION_STATS_VERSION', '1.1.2' );
3737

3838
// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
3939
define( 'TRANSLATION_STATS_REQUIRED_PHP', '5.6' );

0 commit comments

Comments
 (0)