Skip to content

Commit

Permalink
Add version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Mar 3, 2021
1 parent 8b8bcf3 commit 2e5286b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
**Requires at least:** 4.9
**Tested up to:** 5.7
**Requires PHP:** 5.6
**Stable tag:** 1.1.1
**Stable tag:** 1.1.2
**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 +94,11 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog ##

### 1.1.2 ###
* Tested up to WP 5.7
* Minor code improvements
* Update plugin constants prefixes

### 1.1.1 ###
* Tested up to WP 5.6
* Minor code improvements
Expand Down
7 changes: 6 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.7
Requires PHP: 5.6
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.1.2 =
* Tested up to WP 5.7
* Minor code improvements
* Update plugin constants prefixes

= 1.1.1 =
* Tested up to WP 5.6
* 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: 1.1.1
* Version: 1.1.2
* Requires at least: 4.9
* Requires PHP: 5.6
* Author: Pedro Mendonça
Expand All @@ -33,7 +33,7 @@


// Set Translation Stats plugin version.
define( 'TRANSLATION_STATS_VERSION', '1.1.1' );
define( 'TRANSLATION_STATS_VERSION', '1.1.2' );

// Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1.
define( 'TRANSLATION_STATS_REQUIRED_PHP', '5.6' );
Expand Down

0 comments on commit 2e5286b

Please sign in to comment.