Skip to content

Commit

Permalink
Add version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 17, 2020
1 parent 2e34e05 commit bc13efc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
**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.5
**Tested up to:** 5.6
**Requires PHP:** 5.6
**Stable tag:** 1.1.0
**Stable tag:** 1.1.1
**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.1 ###
* Tested up to WP 5.6
* Minor code improvements

### 1.1.0 ###
* Include Locales list since [translate.wp.org Languages API](https://translate.wordpress.org/api/languages/) was disabled on meta [changeset #10056](https://meta.trac.wordpress.org/changeset/10056)
* Remove recent feature to Update WordPress Translation, feature moved to the new spin-off plugin [Translation Tools](https://wordpress.org/plugins/translation-tools/), created specifically to deal with translations updates, with many related features out of the scope of this plugin
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: pedromendonca
Donate link: 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.5
Tested up to: 5.6
Requires PHP: 5.6
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.1.1 =
* Tested up to WP 5.6
* Minor code improvements

= 1.1.0 =
* Include Locales list since [translate.wp.org Languages API](https://translate.wordpress.org/api/languages/) was disabled on meta [changeset #10056](https://meta.trac.wordpress.org/changeset/10056)
* Remove recent feature to Update WordPress Translation, feature moved to the new spin-off plugin [Translation Tools](https://wordpress.org/plugins/translation-tools/), created specifically to deal with translations updates, with many related features out of the scope of this plugin
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.0
* Version: 1.1.1
* Author: Pedro Mendonça
* Author URI: https://translationstats.com
* License: GPLv2
Expand All @@ -31,7 +31,7 @@


// Set Translation Stats plugin version.
define( 'TSTATS_VERSION', '1.1.0' );
define( 'TSTATS_VERSION', '1.1.1' );

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

Please sign in to comment.