Skip to content

Commit

Permalink
Published 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Whitlock committed Oct 21, 2016
1 parent c597e12 commit c499faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions loco.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8-dev
Version: 2.0.8
Author URI: https://localise.biz/wordpress/plugin
Text Domain: loco
Domain Path: /languages/
Expand Down Expand Up @@ -45,7 +45,7 @@ function loco_plugin_file(){
* @return string
*/
function loco_plugin_version(){
return '2.0.8-dev';
return '2.0.8';
}


Expand Down
9 changes: 1 addition & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: timwhitlock
Tags: translation, translators, localization, localisation, l10n, i18n, Gettext, PO, MO, productivity
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 2.0.7
Stable tag: 2.0.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -174,10 +174,3 @@ The PO file editor supports the following keyboard shortcuts for faster translat
* Toggle invisibles: `Shift Ctrl I`

Mac users can use ⌘ Cmd instead of Ctrl.


== Translators ==

Many thanks to the translators of version 1.

Please don’t submit translations for version 2 yet. English strings are still being finalised.

0 comments on commit c499faf

Please sign in to comment.