Skip to content

Commit

Permalink
Add version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 7, 2022
1 parent 07f4a5d commit a3f32c2
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 26 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog

### 1.2.3

* Fix wrong count on plugins filter by only counting plugins enabled on Translation Stats settings that are actually installed

### 1.2.2

* Tested up to WP 6.1
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"requires": true,
"lockfileVersion": 1,
"name": "translation-stats",
"version": "1.2.2",
"version": "1.2.3",
"description": "The plugin adds a \"Translation Stats\" column to the plugin list screen in WordPress admin.",
"author": "Pedro Mendonça",
"license": "GPL-2.0-or-later",
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: 6.1
Requires PHP: 7.4
Stable tag: 1.2.2
Stable tag: 1.2.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.2.3 =
* Fix wrong count on plugins filter by only counting plugins enabled on Translation Stats settings that are actually installed

= 1.2.2 =
* Tested up to WP 6.1
* Tested only on supported PHP versions (7.4+)
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Set Translation Stats plugin version.
if ( ! defined( 'TRANSLATION_STATS_VERSION' ) ) {
define( 'TRANSLATION_STATS_VERSION', '1.2.2' );
define( 'TRANSLATION_STATS_VERSION', '1.2.3' );
}

// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.2.2
* Version: 1.2.3
* Requires at least: 4.9
* Tested up to: 6.1
* Requires PHP: 7.4
Expand Down

0 comments on commit a3f32c2

Please sign in to comment.