From d32d9e7e9b05c7ac6f2fe77b3635bf752bc81092 Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Wed, 17 May 2023 20:12:01 +0100 Subject: [PATCH] Add version 1.6.0 --- README.md | 14 +++++++++++++- readme.txt | 17 ++++++++++++++--- tests/phpstan/bootstrap.php | 2 +- translation-tools.php | 4 ++-- 4 files changed, 30 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e3737b2a..9a18273a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ It will update the .po and .mo files, and also generate the needed .json files f Short anwser: yes! The plugin [Preferred Languages](https://wordpress.org/plugins/preferred-languages/) overrides the standard languages field for site and user languages. -Since version 1.2.0, this plugin is compatible with Preferred Languages 1.6.0. +Since version 1.6.0, this plugin is compatible with Preferred Languages 2.0.0. All the features added by Translation Tools are available for Preferred Languages users. ### Can I help translating this plugin to my own language? @@ -148,6 +148,18 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog +### 1.6.0 + +* Tested up to WP 6.2 +* Tested up to Preferred Languages 2.0 +* Minimum PHP bumped to 7.4 +* Fixed incorrect list of User Languages on WP < 6.1 +* Updated admin notices, dashicons and CSS +* Fixed basic compatibility with the plugin Preferred Languages 2.0.0, still some work to do to make the UI seamless +* Use Composer autoload +* Rename coding standard rulesets +* Update dependencies + ### 1.5.3 * Better report messages about translation project updates diff --git a/readme.txt b/readme.txt index 71d87032..909f864c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: pedromendonca Donate link: https://github.com/sponsors/pedro-mendonca Tags: internationalization, localization, translation, core, language packs Requires at least: 4.9 -Tested up to: 6.1 +Tested up to: 6.2 Requires PHP: 7.4 -Stable tag: 1.5.3 +Stable tag: 1.6.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,7 +88,7 @@ Short anwser: yes! The plugin [Preferred Languages](https://wordpress.org/plugins/preferred-languages/) overrides the standard languages field for site and user languages. -Since version 1.2.0, this plugin is compatible with Preferred Languages 1.6.0. +Since version 1.6.0, this plugin is compatible with Preferred Languages 2.0.0. All the features added by Translation Tools are available for Preferred Languages users. @@ -112,6 +112,17 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.6.0 = +* Tested up to WP 6.2 +* Tested up to Preferred Languages 2.0 +* Minimum PHP bumped to 7.4 +* Fixed incorrect list of User Languages on WP < 6.1 +* Updated admin notices, dashicons and CSS +* Fixed basic compatibility with the plugin Preferred Languages 2.0.0, still some work to do to make the UI seamless +* Use Composer autoload +* Rename coding standard rulesets +* Update dependencies + = 1.5.3 = * Better report messages about translation project updates * Increase download timeout for slow speed connections diff --git a/tests/phpstan/bootstrap.php b/tests/phpstan/bootstrap.php index b746acce..0a4028a8 100644 --- a/tests/phpstan/bootstrap.php +++ b/tests/phpstan/bootstrap.php @@ -8,7 +8,7 @@ // Set Translation Tools plugin version. if ( ! defined( 'TRANSLATION_TOOLS_VERSION' ) ) { - define( 'TRANSLATION_TOOLS_VERSION', '1.5.3' ); + define( 'TRANSLATION_TOOLS_VERSION', '1.6.0' ); } // Set Translation Tools required PHP version. Needed for PHP compatibility check for WordPress < 5.1. diff --git a/translation-tools.php b/translation-tools.php index c2f79e5e..dee93ef5 100644 --- a/translation-tools.php +++ b/translation-tools.php @@ -13,9 +13,9 @@ * Plugin URI: https://wordpress.org/plugins/translation-tools/ * GitHub Plugin URI: https://github.com/pedro-mendonca/Translation-Tools * Description: Translation tools for your WordPress install. - * Version: 1.5.3 + * Version: 1.6.0 * Requires at least: 4.9 - * Tested up to: 6.1 + * Tested up to: 6.2 * Requires PHP: 7.4 * Author: Pedro Mendonça * Author URI: https://profiles.wordpress.org/pedromendonca/