diff --git a/Changelog.md b/Changelog.md index ab4c5303..5ab7ace6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## 2.6.3 + +- Style loading in admin_bar reviewed +- Prevention of double output in taxonomy edit-screens + ## 2.6.2 * CSS fix for fields in meta-boxes diff --git a/MultisiteLanguageSwitcher.php b/MultisiteLanguageSwitcher.php index 0662d84e..5d103c57 100644 --- a/MultisiteLanguageSwitcher.php +++ b/MultisiteLanguageSwitcher.php @@ -7,7 +7,7 @@ * @wordpress-plugin * * Plugin Name: Multisite Language Switcher - * Version: 2.6.2 + * Version: 2.6.3 * 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.6.2' ); + define( 'MSLS_PLUGIN_VERSION', '2.6.3' ); define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) ); define( 'MSLS_PLUGIN__FILE__', __FILE__ ); diff --git a/readme.txt b/readme.txt index a62f7a2b..8aa5f2b5 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, localization Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: 2.6.2 +Stable tag: 2.6.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html