Skip to content

Commit a272303

Browse files
Add version 0.9.6.1
* Fix admin notices * Fix CSS issues
1 parent 0681a20 commit a272303

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
**Requires at least:** 4.9
2323
**Tested up to:** 5.3.2
2424
**Requires PHP:** 5.6
25-
**Stable tag:** 0.9.6
25+
**Stable tag:** 0.9.6.1
2626
**License:** GPLv2 or later
2727
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
2828

@@ -94,6 +94,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
9494

9595
## Changelog ##
9696

97+
### 0.9.6.1 ###
98+
* Fix admin notices
99+
* Fix CSS issues
100+
97101
### 0.9.6 ###
98102
* Add Slug and Text Domain check to plugins settings table
99103
* Add class autoloader

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: internationalization, i18n, localization, l10n, translation, statistics, g
55
Requires at least: 4.9
66
Tested up to: 5.3.2
77
Requires PHP: 5.6
8-
Stable tag: 0.9.6
8+
Stable tag: 0.9.6.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -66,6 +66,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
6666

6767
== Changelog ==
6868

69+
= 0.9.6.1 =
70+
* Fix admin notices
71+
* Fix CSS issues
72+
6973
= 0.9.6 =
7074
* Add Slug and Text Domain check to plugins settings table
7175
* Add class autoloader

translation-stats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin URI: https://translationstats.com
1414
* GitHub Plugin URI: https://github.com/pedro-mendonca/Translation-Stats
1515
* Description: Show plugins translation stats on your WordPress install.
16-
* Version: 0.9.6
16+
* Version: 0.9.6.1
1717
* Author: Pedro Mendonça
1818
* Author URI: https://translationstats.com
1919
* License: GPL2
@@ -29,7 +29,7 @@
2929

3030

3131
// Set Translation Stats plugin version.
32-
define( 'TSTATS_VERSION', '0.9.6' );
32+
define( 'TSTATS_VERSION', '0.9.6.1' );
3333

3434
// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
3535
define( 'TSTATS_REQUIRED_PHP', '5.6' );

0 commit comments

Comments
 (0)