diff --git a/languages/loco.pot b/languages/loco.pot index c27b4698..bfe7379b 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-11-15 16:04+0000\n" +"POT-Creation-Date: 2016-11-16 11:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" diff --git a/loco.php b/loco.php index 70518a26..d5b73d88 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.10-dev +Version: 2.0.10 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.10-dev'; + return '2.0.10'; } diff --git a/readme.txt b/readme.txt index dd2fc6f4..aff7e296 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.9 +Stable tag: 2.0.10 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -85,7 +85,7 @@ Help is provided via the [plugin support forum](https://wordpress.org/support/pl == Changelog == -= 2.0.10-dev = += 2.0.10 = * Allows missing domain argument in plugin_locale filter * Reverted editor changes that disabled readonly text * Added invisibles and coding editor switches @@ -150,7 +150,7 @@ Help is provided via the [plugin support forum](https://wordpress.org/support/pl == Upgrade Notice == -= 2.0.8 = += 2.0.10 = * Various bug fixes and improvements