diff --git a/README.md b/README.md index 23f4ee48..276624b7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog +### 1.2.2 + +* Tested up to WP 6.1 +* Tested only on supported PHP versions (7.4+) +* More detailed console log for updating plugin translation stats +* Only show language pack information if percent translated is below minimum threshold + ### 1.2.1 * Tested up to WP 5.9 diff --git a/readme.txt b/readme.txt index 284bfb28..eebb69e0 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.1 +Stable tag: 1.2.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -63,6 +63,12 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.2.2 = +* Tested up to WP 6.1 +* Tested only on supported PHP versions (7.4+) +* More detailed console log for updating plugin translation stats +* Only show language pack information if percent translated is below minimum threshold + = 1.2.1 = * Tested up to WP 5.9 * Fix PHP error on new installs before saving settings diff --git a/tests/phpstan/bootstrap.php b/tests/phpstan/bootstrap.php index 2c112306..117420c8 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.0.0' ); + define( 'TRANSLATION_STATS_VERSION', '1.2.2' ); } // 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 b310fcd0..895f05fc 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.1 + * Version: 1.2.2 * Requires at least: 4.9 * Tested up to: 6.1 * Requires PHP: 7.4