Skip to content

Commit b23adfc

Browse files
committed
Version 2.7.1
1 parent 221d4c7 commit b23adfc

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.1
2+
3+
- flags/labels in the adminbar works now for every user-role
4+
15
## 2.7.0
26

37
- Block reorganized

MultisiteLanguageSwitcher.php

+2-2
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.7.0
10+
* Version: 2.7.1
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 <re@lloc.de>
4141
*/
4242
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
43-
define( 'MSLS_PLUGIN_VERSION', '2.7.0' );
43+
define( 'MSLS_PLUGIN_VERSION', '2.7.1' );
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

js/msls-widget-block/block.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "translation",
66
"category": "widgets",
77
"name": "lloc/msls-widget-block",
8-
"version": "2.7.0",
8+
"version": "2.7.1",
99
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
1010
"example": {},
1111
"supports": {

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 6.1
77
Tested up to: 6.5
88
Requires PHP: 7.4
9-
Stable tag: 2.7.0
9+
Stable tag: 2.7.1
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

src/msls-widget-block/block.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "translation",
66
"category": "widgets",
77
"name": "lloc/msls-widget-block",
8-
"version": "2.7.0",
8+
"version": "2.7.1",
99
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
1010
"example": {},
1111
"supports": {

0 commit comments

Comments
 (0)