Skip to content

Commit

Permalink
Add version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 17, 2020
1 parent 4c34a0d commit 4b80d7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
**Requires at least:** 4.9
**Tested up to:** 5.6
**Requires PHP:** 5.6
**Stable tag:** 1.3.1
**Stable tag:** 1.3.2
**License:** GPLv2
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down Expand Up @@ -129,6 +129,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog ##

### 1.3.2 ###
* Tested up to WP 5.6
* Minor code improvements

### 1.3.1 ###
* Fix issue with Locale 'en_US' on user languages in Preferred Languages settings

Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: internationalization, localization, translation, core, language packs
Requires at least: 4.9
Tested up to: 5.6
Requires PHP: 5.6
Stable tag: 1.3.1
Stable tag: 1.3.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -101,6 +101,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

== Changelog ==

= 1.3.2 =
* Tested up to WP 5.6
* Minor code improvements

= 1.3.1 =
* Fix issue with Locale 'en_US' on user languages in Preferred Languages settings

Expand Down
4 changes: 2 additions & 2 deletions translation-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* 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.3.1
* Version: 1.3.2
* Author: Pedro Mendonça
* Author URI: https://profiles.wordpress.org/pedromendonca/
* License: GPLv2
Expand All @@ -31,7 +31,7 @@


// Set Translation Tools plugin version.
define( 'TRANSLATION_TOOLS_VERSION', '1.3.1' );
define( 'TRANSLATION_TOOLS_VERSION', '1.3.2' );

// Set Translation Tools required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
define( 'TRANSLATION_TOOLS_REQUIRED_PHP', '5.6' );
Expand Down

0 comments on commit 4b80d7b

Please sign in to comment.