Polylang - Version 0.4.2

Version Description

(2011-11-16) =

  • Bug correction: language settings page is broken
Download this release

Release Info

Developer Chouby
Plugin Icon 128x128 Polylang
Version 0.4.2
Comparing to
See all releases

Code changes from version 0.4.1 to 0.4.2

Files changed (3) hide show
  1. include/languages-form.php +1 -1
  2. polylang.php +2 -2
  3. readme.txt +6 -2
include/languages-form.php CHANGED
@@ -160,7 +160,7 @@ if (!empty($posts) || !empty($terms) && $options['default_lang']) {
160
  if (!empty($terms))
161
  echo '<input type="hidden" name="terms" value="'.esc_attr($terms).'" />';?>
162
 
163
- <tr><?php
164
  <th></th>
165
  <td>
166
  <label style="color: red"><?php
160
  if (!empty($terms))
161
  echo '<input type="hidden" name="terms" value="'.esc_attr($terms).'" />';?>
162
 
163
+ <tr>
164
  <th></th>
165
  <td>
166
  <label style="color: red"><?php
polylang.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Polylang
4
  Plugin URI: http://wordpress.org/extend/plugins/polylang/
5
- Version: 0.4.1
6
  Author: F. Demarle
7
  Description: Adds multilingual capability to Wordpress
8
  */
@@ -23,7 +23,7 @@ Description: Adds multilingual capability to Wordpress
23
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
  */
25
 
26
- define('POLYLANG_VERSION', '0.4');
27
 
28
  define('POLYLANG_DIR', dirname(__FILE__));
29
  define('INC_DIR', POLYLANG_DIR.'/include');
2
  /*
3
  Plugin Name: Polylang
4
  Plugin URI: http://wordpress.org/extend/plugins/polylang/
5
+ Version: 0.4.2
6
  Author: F. Demarle
7
  Description: Adds multilingual capability to Wordpress
8
  */
23
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
  */
25
 
26
+ define('POLYLANG_VERSION', '0.4.1');
27
 
28
  define('POLYLANG_DIR', dirname(__FILE__));
29
  define('INC_DIR', POLYLANG_DIR.'/include');
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Chouby
3
  Tags: bilingual, multilingual, language, i18n, l10n, international, translate, translation, widget
4
  Requires at least: 3.1
5
  Tested up to: 3.2.1
6
- Stable tag: 0.4.1
7
 
8
  Adds multilingual support to WordPress.
9
 
@@ -106,7 +106,11 @@ You can look at the following forum topics:
106
 
107
  == Changelog ==
108
 
109
- = 0.4.1 =
 
 
 
 
110
 
111
  * Bug correction: flags shows even when you set doesn't to show
112
  * Bug correction: custom taxonomies do not work
3
  Tags: bilingual, multilingual, language, i18n, l10n, international, translate, translation, widget
4
  Requires at least: 3.1
5
  Tested up to: 3.2.1
6
+ Stable tag: 0.4.2
7
 
8
  Adds multilingual support to WordPress.
9
 
106
 
107
  == Changelog ==
108
 
109
+ = 0.4.2 (2011-11-16) =
110
+
111
+ * Bug correction: language settings page is broken
112
+
113
+ = 0.4.1 (2011-11-16) =
114
 
115
  * Bug correction: flags shows even when you set doesn't to show
116
  * Bug correction: custom taxonomies do not work