diff --git a/README.md b/README.md index 0f4f7052..5c7f69a9 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ **Donate link:** [github.com/sponsors/pedro-mendonca](https://github.com/sponsors/pedro-mendonca) **Tags:** internationalization, i18n, localization, l10n, translation, statistics, glotpress, dark mode **Requires at least:** 4.9 -**Tested up to:** 5.5 +**Tested up to:** 5.6 **Requires PHP:** 5.6 -**Stable tag:** 1.1.0 +**Stable tag:** 1.1.1 **License:** GPLv2 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) @@ -94,6 +94,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog ## +### 1.1.1 ### +* Tested up to WP 5.6 +* Minor code improvements + ### 1.1.0 ### * Include Locales list since [translate.wp.org Languages API](https://translate.wordpress.org/api/languages/) was disabled on meta [changeset #10056](https://meta.trac.wordpress.org/changeset/10056) * Remove recent feature to Update WordPress Translation, feature moved to the new spin-off plugin [Translation Tools](https://wordpress.org/plugins/translation-tools/), created specifically to deal with translations updates, with many related features out of the scope of this plugin diff --git a/readme.txt b/readme.txt index f9ac0d12..ccc066b9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: pedromendonca Donate link: https://github.com/sponsors/pedro-mendonca Tags: internationalization, i18n, localization, l10n, translation, statistics, glotpress, dark mode Requires at least: 4.9 -Tested up to: 5.5 +Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 1.1.0 +Stable tag: 1.1.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -66,6 +66,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.1.1 = +* Tested up to WP 5.6 +* Minor code improvements + = 1.1.0 = * Include Locales list since [translate.wp.org Languages API](https://translate.wordpress.org/api/languages/) was disabled on meta [changeset #10056](https://meta.trac.wordpress.org/changeset/10056) * Remove recent feature to Update WordPress Translation, feature moved to the new spin-off plugin [Translation Tools](https://wordpress.org/plugins/translation-tools/), created specifically to deal with translations updates, with many related features out of the scope of this plugin diff --git a/translation-stats.php b/translation-stats.php index 9cf62cca..9c7608ac 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.1.0 + * Version: 1.1.1 * Author: Pedro Mendonça * Author URI: https://translationstats.com * License: GPLv2 @@ -31,7 +31,7 @@ // Set Translation Stats plugin version. -define( 'TSTATS_VERSION', '1.1.0' ); +define( 'TSTATS_VERSION', '1.1.1' ); // Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1. define( 'TSTATS_REQUIRED_PHP', '5.6' );