Skip to content

Commit

Permalink
Add version 0.9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Dec 7, 2019
1 parent a553e1d commit 37ef6bb
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
**Requires PHP:** 5.6
**Stable tag:** 0.9.5
**Stable tag:** 0.9.5.1
**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.5.1 ###
* Minor code improvements

### 0.9.5 ###
* Now you can update your WordPress translation when you want
* No more waiting for language packs or your locale to be 100% complete
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
Requires PHP: 5.6
Stable tag: 0.9.5
Stable tag: 0.9.5.1
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.5.1 =
* Minor code improvements

= 0.9.5 =
* Now you can update your WordPress translation when you want
* No more waiting for language packs or your locale to be 100% complete
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.5
* Version: 0.9.5.1
* 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.5' );
define( 'TSTATS_VERSION', '0.9.5.1' );

// 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 37ef6bb

Please sign in to comment.