Skip to content

Commit

Permalink
Add version 0.9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Feb 1, 2020
1 parent d501d89 commit 985b967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 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.2
**Requires PHP:** 5.6
**Stable tag:** 0.9.6.2
**Stable tag:** 0.9.6.3
**License:** GPLv2 or later
**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,9 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog ##

### 0.9.6.3 ###
* Fix JavaScript bug

### 0.9.6.2 ###
* Code optimization

Expand Down
5 changes: 4 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.2
Requires PHP: 5.6
Stable tag: 0.9.6.2
Stable tag: 0.9.6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.9.6.3 =
* Fix JavaScript bug

= 0.9.6.2 =
* Code optimization

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.2
* Version: 0.9.6.3
* Author: Pedro Mendonça
* Author URI: https://translationstats.com
* License: GPL2
Expand All @@ -29,7 +29,7 @@


// Set Translation Stats plugin version.
define( 'TSTATS_VERSION', '0.9.6.2' );
define( 'TSTATS_VERSION', '0.9.6.3' );

// 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 985b967

Please sign in to comment.