Skip to content

Commit d1649c2

Browse files
committed
Mark as 1.4.4.
1 parent 0556fc4 commit d1649c2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

babble.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Babble
44
Plugin URI: http://babbleplugin.com/
55
Description: Multilingual WordPress done right
6-
Version: 1.4.3
6+
Version: 1.4.4
77
Author: Code For The People
88
Author URI: http://codeforthepeople.com/
99
Text Domain: babble

readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
* Tags: translations, translation, multilingual, i18n, l10n, localisation
44
* Requires at least: 3.5.1
5-
* Tested up to: 3.6.1
6-
* Stable tag: 1.4.3
5+
* Tested up to: 4.0
6+
* Stable tag: 1.4.4
77
* License: GPLv2 or later
88
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -58,6 +58,16 @@ _Add the translation on the translation editor_
5858

5959
## Changelog
6060

61+
### 1.4.4
62+
63+
* Load the interface textdomain when loading and displaying the admin toolbar on the front end.
64+
* Correctly set the interface language and content language separately from each other.
65+
* The WPLANG constant is deprecated since WP 4.0. We now give preference to the WPLANG option when setting the defaults.
66+
* Fix registration of 'term_translation' taxonomy.
67+
* Fix breaking rewrite rules starting with ^.
68+
* Various corrections to templates and body classes.
69+
* Various smaller bug fixes.
70+
6171
### 1.4.3
6272

6373
* Fix the single post template names

0 commit comments

Comments
 (0)