diff --git a/readme.txt b/readme.txt index 9e9674f..dfee0ee 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: icanlocalize, jozik Donate link: http://wpml.org/documentation/related-projects/buddypress-multilingual/ Tags: i18n, translation, localization, language, multilingual, WPML, BuddyPress Requires at least: 3.9 -Tested up to: 4.7 -Stable tag: 1.5.5.1 +Tested up to: 4.7.4 +Stable tag: 1.5.5.2 License: GPLv2 BuddyPress Multilingual allows BuddyPress sites to run fully multilingual using the WPML plugin. @@ -57,6 +57,9 @@ Support for language as parameter will not be added soon as we're looking for so == Changelog == += 1.5.5.2 = +* Minor bugfixes + = 1.5.5.1 = * Fixed activity redirection for PHP versions prior to 5.5 * Updated WPML post availability filter diff --git a/sitepress-bp.php b/sitepress-bp.php index 7af48f0..6bcadb6 100644 --- a/sitepress-bp.php +++ b/sitepress-bp.php @@ -5,10 +5,10 @@ Description: BuddyPress Multilingual. Documentation. Author: OnTheGoSystems Author URI: http://www.onthegosystems.com - Version: 1.5.5.1 + Version: 1.5.5.2 */ -define( 'BPML_VERSION', '1.5.5.1' ); +define( 'BPML_VERSION', '1.5.5.2' ); define( 'BPML_RELPATH', plugins_url( '', __FILE__ ) ); add_action( 'plugins_loaded', 'bpml_init', 11 );