From 00dd933fbc58c5fffddc12d1169a4b41eeddccfa Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Mon, 17 Feb 2020 10:02:14 +0000 Subject: [PATCH] Add version 0.9.7 --- README.md | 6 +++++- readme.txt | 6 +++++- translation-stats.php | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d0901ea..a20c7d03 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ **Requires at least:** 4.9 **Tested up to:** 5.3 **Requires PHP:** 5.6 -**Stable tag:** 0.9.6.3 +**Stable tag:** 0.9.7 **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 ## +### 0.9.7 ### +* Add tristate to parent checkboxes with enabled and disabled childs +* Minor code improvements + ### 0.9.6.3 ### * Fix JavaScript bug diff --git a/readme.txt b/readme.txt index b2ede052..6e9f42ea 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: internationalization, i18n, localization, l10n, translation, statistics, g Requires at least: 4.9 Tested up to: 5.3 Requires PHP: 5.6 -Stable tag: 0.9.6.3 +Stable tag: 0.9.7 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 == += 0.9.7 = +* Add tristate to parent checkboxes with enabled and disabled childs +* Minor code improvements + = 0.9.6.3 = * Fix JavaScript bug diff --git a/translation-stats.php b/translation-stats.php index cd003d2e..9b948651 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: 0.9.6.3 + * Version: 0.9.7 * Author: Pedro Mendonça * Author URI: https://translationstats.com * License: GPLv2 @@ -29,7 +29,7 @@ // Set Translation Stats plugin version. -define( 'TSTATS_VERSION', '0.9.6.3' ); +define( 'TSTATS_VERSION', '0.9.7' ); // Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1. define( 'TSTATS_REQUIRED_PHP', '5.6' );