Skip to content

Commit

Permalink
Add version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Feb 17, 2020
1 parent 96b5312 commit 00dd933
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 @@ -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)

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

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, 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

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

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

0 comments on commit 00dd933

Please sign in to comment.