diff --git a/README.md b/README.md index 591a699f..70c177e4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 3d9a7dd0..d3a4d0b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "translation-stats", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "translation-stats", - "version": "1.2.4", + "version": "1.2.5", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/scripts": "^24.5.0", diff --git a/package.json b/package.json index cfcf541c..519591c3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index c11a2797..1eb5763b 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/tests/phpstan/bootstrap.php b/tests/phpstan/bootstrap.php index fabfc5e4..a49e754f 100644 --- a/tests/phpstan/bootstrap.php +++ b/tests/phpstan/bootstrap.php @@ -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. diff --git a/translation-stats.php b/translation-stats.php index b441dfb2..0aef5635 100644 --- a/translation-stats.php +++ b/translation-stats.php @@ -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