From ee48a3d2614e074bb7eedabbc8bd7c8f505e799e Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Mon, 4 May 2020 10:13:37 +0100 Subject: [PATCH] Add version 1.0.3 --- README.md | 6 +++++- readme.txt | 6 +++++- translation-stats.php | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7140f792..e2079651 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ **Requires at least:** 4.9 **Tested up to:** 5.4 **Requires PHP:** 5.6 -**Stable tag:** 1.0.2 +**Stable tag:** 1.0.3 **License:** GPLv2 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) @@ -95,6 +95,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog ## +### 1.0.3 ### +* Add footer custom message +* Fix utm parameters + ### 1.0.2 ### * New sort and filter in the settings plugins table * Fix timeout error on get languages list from translate.wp.org API diff --git a/readme.txt b/readme.txt index 2b774425..fe9c91a8 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: internationalization, i18n, localization, l10n, translation, statistics, g Requires at least: 4.9 Tested up to: 5.4 Requires PHP: 5.6 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -66,6 +66,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.0.3 = +* Add footer custom message +* Fix utm parameters + = 1.0.2 = * New sort and filter in the settings plugins table * Fix timeout error on get languages list from translate.wp.org API diff --git a/translation-stats.php b/translation-stats.php index fa331b41..eef5f7b1 100644 --- a/translation-stats.php +++ b/translation-stats.php @@ -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.0.2 + * Version: 1.0.3 * Author: Pedro Mendonça * Author URI: https://translationstats.com * License: GPLv2 @@ -29,7 +29,7 @@ // Set Translation Stats plugin version. -define( 'TSTATS_VERSION', '1.0.2' ); +define( 'TSTATS_VERSION', '1.0.3' ); // Set Translation Stats required PHP version. Needed for PHP compatibility check for WordPress < 5.1. define( 'TSTATS_REQUIRED_PHP', '5.6' );