diff --git a/README.md b/README.md index c77180e..5a3b5cb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog +### 1.0.1 + +* Fix Glossaries tools sorting and improve filtering. +* Improve Glossaries tools filters. + ### 1.0.0 * Initial release. diff --git a/gp-toolbox.php b/gp-toolbox.php index 905c703..88917fb 100644 --- a/gp-toolbox.php +++ b/gp-toolbox.php @@ -14,7 +14,7 @@ * GitHub Plugin URI: https://github.com/pedro-mendonca/GP-Toolbox * Primary Branch: main * Description: This set of tools extends the functionality of GlotPress, bringing to light any potential problems hidden under the hood, keeping it clean, fast and trouble-free. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 5.3 * Tested up to: 6.4 * Requires PHP: 7.4 diff --git a/readme.txt b/readme.txt index 332e9ce..9808dc9 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: glotpress, translation, toolbox, i18n Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -54,6 +54,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.0.1 = +* Fix Glossaries tools sorting and improve filtering. +* Improve Glossaries tools filters. + = 1.0.0 = * Initial release. * Add columns for Old and Rejected translations in GlotPress Project page.