From 2e5286b65144290d9aca6306027078e04f80bb25 Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Wed, 3 Mar 2021 10:48:03 +0000 Subject: [PATCH] Add version 1.1.2 --- README.md | 7 ++++++- readme.txt | 7 ++++++- translation-stats.php | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da986c96..9a8ab071 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/readme.txt b/readme.txt index 374319eb..365b95f2 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.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 @@ -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 diff --git a/translation-stats.php b/translation-stats.php index acad7e6c..7e8cfefe 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.1.1 + * Version: 1.1.2 * Requires at least: 4.9 * Requires PHP: 5.6 * Author: Pedro Mendonça @@ -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' );