Skip to content

Commit

Permalink
Add version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Feb 24, 2020
1 parent 66bf2e0 commit a807c17
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
[![Build Status](https://img.shields.io/travis/pedro-mendonca/translation-stats?label=Build&logo=travis)](https://travis-ci.org/pedro-mendonca/Translation-Stats)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bcd1b44a1d6542e2b75b7b479ce56804)](https://www.codacy.com/app/pedro-mendonca/Translation-Stats?utm_source=github.com&utm_medium=referral&utm_content=pedro-mendonca/Translation-Stats&utm_campaign=Badge_Grade)
[![RIPS CodeRisk](https://coderisk.com/wp/plugin/translation-stats/badge "RIPS CodeRisk")](https://coderisk.com/wp/plugin/translation-stats)
[![PHPStan Level](https://img.shields.io/badge/PHPStan%20Level-6-brightgreen)](https://travis-ci.org/pedro-mendonca/Translation-Stats)

**Contributors:** pedromendonca
**Donate link:** [github.com/sponsors/pedro-mendonca](https://github.com/sponsors/pedro-mendonca)
**Tags:** internationalization, i18n, localization, l10n, translation, statistics, glotpress, dark mode
**Requires at least:** 4.9
**Tested up to:** 5.3
**Requires PHP:** 5.6
**Stable tag:** 0.9.7
**Stable tag:** 0.9.8
**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 +95,12 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog ##

### 0.9.8 ###
* Fix settings checkboxes tristate bug
* Remove filter 'tstats_enable_debug'
* Fix WP core update translation notice on Beta install
* Refactoring with PHPStan (Level 6)

### 0.9.7 ###
* Add tristate to parent checkboxes with enabled and disabled childs
* Minor code improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {},
"name": "translation-stats",
"description": "The plugin adds a \"Translation Stats\" column to the plugin list screen in WordPress admin.",
"version": "0.9.7",
"version": "0.9.8",
"devDependencies": {
"@wordpress/eslint-plugin": "^4.0.0",
"eslint": "^6.8.0",
Expand Down
8 changes: 7 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.7
Stable tag: 0.9.8
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.9.8 =
* Fix settings checkboxes tristate bug
* Remove filter 'tstats_enable_debug'
* Fix WP core update translation notice on Beta install
* Refactoring with PHPStan (Level 6)

= 0.9.7 =
* Add tristate to parent checkboxes with enabled and disabled childs
* Minor code improvements
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.7
* Version: 0.9.8
* 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.7' );
define( 'TSTATS_VERSION', '0.9.8' );

// 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 a807c17

Please sign in to comment.