Loco Translate - Version 1.2.1

Version Description

  • Fixed incorrect version update message
  • Added note about Windows support in readme.txt
Download this release

Release Info

Developer timwhitlock
Plugin Icon 128x128 Loco Translate
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (3) hide show
  1. lib/loco-boot.php +1 -1
  2. loco.php +1 -1
  3. readme.txt +13 -2
lib/loco-boot.php CHANGED
@@ -8,7 +8,7 @@ abstract class Loco {
8
  /** plugin namespace */
9
  const NS = 'loco-translate';
10
 
11
- const VERSION = '1.1.3';
12
  const CAPABILITY = 'manage_options';
13
 
14
  /* whether to enable APC cache */
8
  /** plugin namespace */
9
  const NS = 'loco-translate';
10
 
11
+ const VERSION = '1.2.1';
12
  const CAPABILITY = 'manage_options';
13
 
14
  /* whether to enable APC cache */
loco.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Loco Translate
4
  Plugin URI: http://wordpress.org/extend/plugins/loco-translate
5
  Description: Translate Wordpress plugins and themes directly in your browser
6
  Author: Tim Whitlock
7
- Version: 1.2
8
  Author URI: http://localise.biz/help/wordpress/translate-plugin
9
  */
10
 
4
  Plugin URI: http://wordpress.org/extend/plugins/loco-translate
5
  Description: Translate Wordpress plugins and themes directly in your browser
6
  Author: Tim Whitlock
7
+ Version: 1.2.1
8
  Author URI: http://localise.biz/help/wordpress/translate-plugin
9
  */
10
 
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Plugin Name ===
2
  Contributors: timwhitlock
3
- Tags: translation, translators, localization, l10n, i18n, Gettext, POEdit
4
  Requires at least: 3.5
5
  Tested up to: 3.5
6
- Stable tag: 1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -40,6 +40,8 @@ If you want to create new translations for a theme or plugin, follow these steps
40
 
41
  Make sure you're familiar with the conventions of [Translating Wordpress](http://codex.wordpress.org/Translating_WordPress) before you start.
42
 
 
 
43
 
44
  == Frequently Asked Questions ==
45
 
@@ -78,6 +80,11 @@ If you have [Gettext](http://www.gnu.org/software/gettext/) installed on your sy
78
  Ensure that the web server is able to write the file to disk, and also ensure that the `msgfmt` program is in a common location, such as `/usr/bin/msgfmt`.
79
 
80
 
 
 
 
 
 
81
 
82
  == Screenshots ==
83
 
@@ -88,6 +95,10 @@ Ensure that the web server is able to write the file to disk, and also ensure th
88
 
89
  == Changelog ==
90
 
 
 
 
 
91
  = 1.2 =
92
  * Added settings screen with gettext config
93
  * Fixed msgfmt hanging bug
1
  === Plugin Name ===
2
  Contributors: timwhitlock
3
+ Tags: translation, translators, localization, localisation, l10n, i18n, Gettext, POEdit, productivity
4
  Requires at least: 3.5
5
  Tested up to: 3.5
6
+ Stable tag: 1.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
40
 
41
  Make sure you're familiar with the conventions of [Translating Wordpress](http://codex.wordpress.org/Translating_WordPress) before you start.
42
 
43
+ Please note that this plugin doesn’t support Windows servers.
44
+
45
 
46
  == Frequently Asked Questions ==
47
 
80
  Ensure that the web server is able to write the file to disk, and also ensure that the `msgfmt` program is in a common location, such as `/usr/bin/msgfmt`.
81
 
82
 
83
+ = Does it support Windows? =
84
+
85
+ At the user end, yes you can access the interface on Windows using Internet Explorer. But Loco Translate does not support Windows versions of PHP, so if your server running Wordpress has a Windows operating system the back end won’t work.
86
+
87
+
88
 
89
  == Screenshots ==
90
 
95
 
96
  == Changelog ==
97
 
98
+ = 1.2.1 =
99
+ * Fixed incorrect version update message
100
+ * Added note about Windows support in readme.txt
101
+
102
  = 1.2 =
103
  * Added settings screen with gettext config
104
  * Fixed msgfmt hanging bug