Skip to content

Commit

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

## Changelog

### 1.2.2

* Tested up to WP 6.1
* Tested only on supported PHP versions (7.4+)
* More detailed console log for updating plugin translation stats
* Only show language pack information if percent translated is below minimum threshold

### 1.2.1

* Tested up to WP 5.9
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: 6.1
Requires PHP: 7.4
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.2.2 =
* Tested up to WP 6.1
* Tested only on supported PHP versions (7.4+)
* More detailed console log for updating plugin translation stats
* Only show language pack information if percent translated is below minimum threshold

= 1.2.1 =
* Tested up to WP 5.9
* Fix PHP error on new installs before saving settings
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.0.0' );
define( 'TRANSLATION_STATS_VERSION', '1.2.2' );
}

// 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.1
* Version: 1.2.2
* Requires at least: 4.9
* Tested up to: 6.1
* Requires PHP: 7.4
Expand Down

0 comments on commit 44f577b

Please sign in to comment.