Skip to content

Commit 3426e18

Browse files
Add version 1.2.5
1 parent ccb23d4 commit 3426e18

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,13 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
8888

8989
## Changelog
9090

91+
### 1.2.5
92+
93+
* Custom icon for queued update notice
94+
9195
### 1.2.4
9296

93-
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell.
97+
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell
9498

9599
### 1.2.3
96100

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.2.4",
5+
"version": "1.2.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

+5-2
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: 6.1
77
Requires PHP: 7.4
8-
Stable tag: 1.2.4
8+
Stable tag: 1.2.5
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -63,8 +63,11 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
6363

6464
== Changelog ==
6565

66+
= 1.2.5 =
67+
* Custom icon for queued update notice
68+
6669
= 1.2.4 =
67-
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell.
70+
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell
6871

6972
= 1.2.3 =
7073
* Fix wrong count on plugins filter by only counting plugins enabled on Translation Stats settings that are actually installed

tests/phpstan/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Set Translation Stats plugin version.
1010
if ( ! defined( 'TRANSLATION_STATS_VERSION' ) ) {
11-
define( 'TRANSLATION_STATS_VERSION', '1.2.4' );
11+
define( 'TRANSLATION_STATS_VERSION', '1.2.5' );
1212
}
1313

1414
// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.

translation-stats.php

+1-1
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.2.4
16+
* Version: 1.2.5
1717
* Requires at least: 4.9
1818
* Tested up to: 6.1
1919
* Requires PHP: 7.4

0 commit comments

Comments
 (0)