Skip to content

Commit 81b1e36

Browse files
committed
Bump ti 2.5.6
1 parent a52216d commit 81b1e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MultisiteLanguageSwitcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @wordpress-plugin
88
*
99
* Plugin Name: Multisite Language Switcher
10-
* Version: 2.5.5
10+
* Version: 2.5.6
1111
* Plugin URI: http://msls.co/
1212
* Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation.
1313
* Author: Dennis Ploetner
@@ -40,7 +40,7 @@
4040
* @author Dennis Ploetner <[email protected]>
4141
*/
4242
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
43-
define( 'MSLS_PLUGIN_VERSION', '2.5.5' );
43+
define( 'MSLS_PLUGIN_VERSION', '2.5.6' );
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 3.6.1
77
Tested up to: 6.0
88
Requires PHP: 7.0
9-
Stable tag: 2.5.5
9+
Stable tag: 2.5.6
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

0 commit comments

Comments
 (0)