Skip to content

Commit

Permalink
Add version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 12, 2021
1 parent d4ec2e2 commit 1162b7c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
**Requires at least:** 4.9
**Tested up to:** 5.8
**Requires PHP:** 5.6
**Stable tag:** 1.1.3
**Stable tag:** 1.1.4
**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,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog

### 1.1.4

* Remove unnecessary files

### 1.1.3

* Tested up to WP 5.8
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "1.1.4",
"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
6 changes: 5 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.8
Requires PHP: 5.6
Stable tag: 1.1.3
Stable tag: 1.1.4
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.1.4 =

* Remove unnecessary development files

= 1.1.3 =
* Tested up to WP 5.8
* Remove deprecated dark-mode compatibility
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.3
* Version: 1.1.4
* Requires at least: 4.9
* Tested up to: 5.8
* Requires PHP: 5.6
Expand All @@ -34,7 +34,7 @@


// Set Translation Stats plugin version.
define( 'TRANSLATION_STATS_VERSION', '1.1.3' );
define( 'TRANSLATION_STATS_VERSION', '1.1.4' );

// 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 1162b7c

Please sign in to comment.