Skip to content

Commit

Permalink
Add version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 8, 2022
1 parent ccb23d4 commit 3426e18
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog

### 1.2.5

* Custom icon for queued update notice

### 1.2.4

* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell.
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell

### 1.2.3

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"requires": true,
"lockfileVersion": 1,
"name": "translation-stats",
"version": "1.2.4",
"version": "1.2.5",
"description": "The plugin adds a \"Translation Stats\" column to the plugin list screen in WordPress admin.",
"author": "Pedro Mendonça",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: internationalization, i18n, localization, l10n, translation, statistics, g
Requires at least: 4.9
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.2.4
Stable tag: 1.2.5
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.2.5 =
* Custom icon for queued update notice

= 1.2.4 =
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell.
* Queue Translation Stats updates in sequence to avoid many Ajax requests in paralell

= 1.2.3 =
* Fix wrong count on plugins filter by only counting plugins enabled on Translation Stats settings that are actually installed
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Set Translation Stats plugin version.
if ( ! defined( 'TRANSLATION_STATS_VERSION' ) ) {
define( 'TRANSLATION_STATS_VERSION', '1.2.4' );
define( 'TRANSLATION_STATS_VERSION', '1.2.5' );
}

// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
Expand Down
2 changes: 1 addition & 1 deletion translation-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin URI: https://translationstats.com
* GitHub Plugin URI: https://github.com/pedro-mendonca/Translation-Stats
* Description: Show plugins translation stats on your WordPress install.
* Version: 1.2.4
* Version: 1.2.5
* Requires at least: 4.9
* Tested up to: 6.1
* Requires PHP: 7.4
Expand Down

0 comments on commit 3426e18

Please sign in to comment.