Skip to content

Commit 2fe2fcc

Browse files
Add version 1.1.5
1 parent 4e4e733 commit 2fe2fcc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"requires": true,
33
"lockfileVersion": 1,
44
"name": "translation-stats",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"description": "The plugin adds a \"Translation Stats\" column to the plugin list screen in WordPress admin.",
77
"author": "Pedro Mendonça",
88
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 1 addition & 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.8
77
Requires PHP: 5.6
8-
Stable tag: 1.1.4
8+
Stable tag: 1.1.5
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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.4
16+
* Version: 1.1.5
1717
* Requires at least: 4.9
1818
* Tested up to: 5.8
1919
* Requires PHP: 5.6
@@ -34,7 +34,7 @@
3434

3535

3636
// Set Translation Stats plugin version.
37-
define( 'TRANSLATION_STATS_VERSION', '1.1.4' );
37+
define( 'TRANSLATION_STATS_VERSION', '1.1.5' );
3838

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

0 commit comments

Comments
 (0)