Skip to content

Commit

Permalink
Add version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed May 17, 2023
1 parent b0acb14 commit d32d9e7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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
Expand Down
17 changes: 14 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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
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 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.
Expand Down
4 changes: 2 additions & 2 deletions translation-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit d32d9e7

Please sign in to comment.