Skip to content

Commit 85d991a

Browse files
committed
Bump to version 2.5.7
1 parent b2a8f0f commit 85d991a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.7
2+
3+
* Fix #192 MslsCustomColumn/MslsAdminIcon fatal error (props @nelgmo)
4+
15
## 2.5.6
26

37
* Fix #184 - use type of post and not only request (props @arnowelzel)

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.6
10+
* Version: 2.5.7
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.6' );
43+
define( 'MSLS_PLUGIN_VERSION', '2.5.7' );
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"homepage": "http://msls.co",
77
"require": {
8-
"php": ">=7.0",
8+
"php": ">=7.1.0",
99
"composer/installers": "~1.11.0",
1010
"antecedent/patchwork": "~2.1.19"
1111
},

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Donate link: https://www.greenpeace.org/international/
55
Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 3.6.1
77
Tested up to: 6.0
8-
Requires PHP: 7.0
9-
Stable tag: 2.5.6
8+
Requires PHP: 7.1
9+
Stable tag: 2.5.7
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

0 commit comments

Comments
 (0)