From 669ee8153cb423926a2fb5aa984bc8bb0eb8d4fc Mon Sep 17 00:00:00 2001 From: Tim Whitlock Date: Sun, 23 Oct 2016 11:10:02 +0100 Subject: [PATCH] publishing 2.0.9 --- languages/loco.pot | 10 +++++----- loco.php | 4 ++-- readme.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/languages/loco.pot b/languages/loco.pot index 88ba8e12..6d38aad1 100644 --- a/languages/loco.pot +++ b/languages/loco.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-21 12:03+0000\n" +"POT-Creation-Date: 2016-10-23 09:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" @@ -201,7 +201,7 @@ msgid "Other" msgstr "" #. Shows total string count at top of editor -#: src/gettext/Metadata.php:191 src/js/Strings.php:35 +#: src/gettext/Metadata.php:188 src/js/Strings.php:35 #, php-format msgid "1 string" msgid_plural "%s strings" @@ -209,19 +209,19 @@ msgstr[0] "" msgstr[1] "" #. Shows percentage translated at top of editor -#: src/gettext/Metadata.php:201 src/js/Strings.php:38 +#: src/gettext/Metadata.php:198 src/js/Strings.php:38 #, php-format msgid "%s%% translated" msgstr "" #. Shows number of fuzzy strings at top of editor -#: src/gettext/Metadata.php:203 src/js/Strings.php:41 +#: src/gettext/Metadata.php:200 src/js/Strings.php:41 #, php-format msgid "%s fuzzy" msgstr "" #. Shows number of untranslated strings at top of editor -#: src/gettext/Metadata.php:206 src/js/Strings.php:44 +#: src/gettext/Metadata.php:203 src/js/Strings.php:44 #, php-format msgid "%s untranslated" msgstr "" diff --git a/loco.php b/loco.php index e455eddd..332b6a54 100644 --- a/loco.php +++ b/loco.php @@ -4,7 +4,7 @@ Plugin URI: https://wordpress.org/plugins/loco-translate/ Description: Translate themes and plugins directly in WordPress Author: Tim Whitlock -Version: 2.0.9-dev +Version: 2.0.9 Author URI: https://localise.biz/wordpress/plugin Text Domain: loco Domain Path: /languages/ @@ -45,7 +45,7 @@ function loco_plugin_file(){ * @return string */ function loco_plugin_version(){ - return '2.0.9-dev'; + return '2.0.9'; } diff --git a/readme.txt b/readme.txt index 23abd76b..f90cf941 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: timwhitlock Tags: translation, translators, localization, localisation, l10n, i18n, Gettext, PO, MO, productivity Requires at least: 4.1 Tested up to: 4.6.1 -Stable tag: 2.0.8 +Stable tag: 2.0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,7 +88,7 @@ Help is provided via the [plugin support forum](https://wordpress.org/support/pl = 2.0.9 = * Bumped minimum WordPress version to 4.1 * Some optimisation of transient caching -* Fixed settings bug and missing hash table class +* Fixed hash table settings bug = 2.0.8 = * Source refs fix for files in unknown subsets