diff --git a/Changelog.md b/Changelog.md index 6995a390..ca940bc9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 2.9.1 + +- Suggest Field in Post Editor Metabox: This feature allows you to input either numeric or alphanumeric values. If you enter a number, it’s treated as a Post ID. If you enter text, the field will suggest posts with matching titles. + ## 2.9.0 - Gato GraphQL integration with 3 new functions: msls_get_post, msls_get_tax and msls_get_query diff --git a/MultisiteLanguageSwitcher.php b/MultisiteLanguageSwitcher.php index 75e1a424..70003a11 100644 --- a/MultisiteLanguageSwitcher.php +++ b/MultisiteLanguageSwitcher.php @@ -7,7 +7,7 @@ * @wordpress-plugin * * Plugin Name: Multisite Language Switcher - * Version: 2.9.0 + * Version: 2.9.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.9.0' ); + define( 'MSLS_PLUGIN_VERSION', '2.9.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 188f0c49..c3e24ffa 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.9.0", + "version": "2.9.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 d64838f3..ac979bcf 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.6 Requires PHP: 7.4 -Stable tag: 2.9.0 +Stable tag: 2.9.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 188f0c49..c3e24ffa 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.9.0", + "version": "2.9.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": {