Skip to content

Commit d6870a7

Browse files
Version 0.8.2
1 parent c386b0a commit d6870a7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
**Requires at least:** 4.9
1515
**Tested up to:** 5.0.3
1616
**Requires PHP:** 5.4
17-
**Stable tag:** 0.8.1
17+
**Stable tag:** 0.8.2
1818
**License:** GPLv2 or later
1919
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
2020

@@ -82,6 +82,9 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
8282

8383
## Changelog ##
8484

85+
### 0.8.2 ###
86+
* Fix Author links
87+
8588
### 0.8.1 ###
8689
- Add Author column to plugins list - feature suggestion from [Webdados](https://www.webdados.pt/)
8790
- Add links to plugins and authors

readme.txt

Lines changed: 4 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.0.3
77
Requires PHP: 5.4
8-
Stable tag: 0.8.1
8+
Stable tag: 0.8.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -62,6 +62,9 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi
6262

6363
== Changelog ==
6464

65+
= 0.8.2 =
66+
* Fix Author links
67+
6568
= 0.8.1 =
6669
* Add Author column to plugins list - feature suggestion from [Webdados](https://www.webdados.pt/)
6770
* Add links to plugins and authors

translation-stats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://github.com/pedro-mendonca/translation-stats
1313
* GitHub Plugin URI: https://github.com/pedro-mendonca/translation-stats
1414
* Description: Show WordPress.org translation stats in your installed plugins list.
15-
* Version: 0.8.1
15+
* Version: 0.8.2
1616
* Author: Pedro Mendonça
1717
* Author URI: https://pedromendonca.pt
1818
* License: GPL2
@@ -28,7 +28,7 @@
2828

2929

3030
// Set Translation Stats plugin version.
31-
define( 'TSTATS_VERSION', '0.8.1' );
31+
define( 'TSTATS_VERSION', '0.8.2' );
3232

3333
// Set the WordPress option to store Translation Stats settings.
3434
define( 'TSTATS_WP_OPTION', 'tstats_settings' );

0 commit comments

Comments
 (0)