From b23adfc6d10fd90ab4f52d3744f94ae2432de916 Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Wed, 22 May 2024 17:30:10 +0200 Subject: [PATCH] Version 2.7.1 --- Changelog.md | 4 ++++ MultisiteLanguageSwitcher.php | 4 ++-- js/msls-widget-block/block.json | 2 +- readme.txt | 2 +- src/msls-widget-block/block.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index ec0ccf38..27bfe85d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 2.7.1 + +- flags/labels in the adminbar works now for every user-role + ## 2.7.0 - Block reorganized diff --git a/MultisiteLanguageSwitcher.php b/MultisiteLanguageSwitcher.php index cd07a332..ecb941be 100644 --- a/MultisiteLanguageSwitcher.php +++ b/MultisiteLanguageSwitcher.php @@ -7,7 +7,7 @@ * @wordpress-plugin * * Plugin Name: Multisite Language Switcher - * Version: 2.7.0 + * Version: 2.7.1 * Plugin URI: http://msls.co/ * Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation. * Author: Dennis Ploetner @@ -40,7 +40,7 @@ * @author Dennis Ploetner */ if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) { - define( 'MSLS_PLUGIN_VERSION', '2.7.0' ); + define( 'MSLS_PLUGIN_VERSION', '2.7.1' ); define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) ); define( 'MSLS_PLUGIN__FILE__', __FILE__ ); diff --git a/js/msls-widget-block/block.json b/js/msls-widget-block/block.json index ab5a2ba8..ded9c84a 100644 --- a/js/msls-widget-block/block.json +++ b/js/msls-widget-block/block.json @@ -5,7 +5,7 @@ "icon": "translation", "category": "widgets", "name": "lloc/msls-widget-block", - "version": "2.7.0", + "version": "2.7.1", "description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.", "example": {}, "supports": { diff --git a/readme.txt b/readme.txt index 492d7dc8..a1576420 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, localization Requires at least: 6.1 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 2.7.0 +Stable tag: 2.7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/msls-widget-block/block.json b/src/msls-widget-block/block.json index ab5a2ba8..ded9c84a 100644 --- a/src/msls-widget-block/block.json +++ b/src/msls-widget-block/block.json @@ -5,7 +5,7 @@ "icon": "translation", "category": "widgets", "name": "lloc/msls-widget-block", - "version": "2.7.0", + "version": "2.7.1", "description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.", "example": {}, "supports": {