From de071cec5d67052197b4655b926cfa169ed3815e Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Wed, 9 Oct 2024 20:28:52 +0200 Subject: [PATCH] Version 2.3.4 --- MslsSelect.php | 4 ++-- readme.txt | 12 +++--------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/MslsSelect.php b/MslsSelect.php index e6416f5..5e993de 100644 --- a/MslsSelect.php +++ b/MslsSelect.php @@ -8,7 +8,7 @@ * * Plugin Name: MslsSelect * Requires Plugins: multisite-language-switcher - * Version: 2.3.3 + * Version: 2.3.4 * Plugin URI: https://wordpress.org/plugins/mslsselect/ * Description: Transforms the output of the Multisite Language Switcher to an HTML select * Author: Dennis Ploetner @@ -38,7 +38,7 @@ */ class MslsSelect { - const VERSION = '2.3.3'; + const VERSION = '2.3.4'; public function __construct() { $options = get_option( 'msls' ); diff --git a/readme.txt b/readme.txt index d7da500..49de8f6 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, select Requires at least: 5.6 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 2.3.3 +Stable tag: 2.3.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -26,19 +26,13 @@ But if you look for an **easy way** to change the output of the _Multisite Langu == Changelog == -= 2.3.3 = += 2.3.4 = * Cleaner builds -= 2.3.2 = += 2.3.0 = * Plugin check action added * Resulting errors addressed - -= 2.3.1 = -* WordPress 6.5 tested * "Requires Plugins" added - -= 2.3.0 = -* Tested WordPress 6.4 * Set PHP 7.4 as a minimum requirement * Set WordPress 5.6 as a minimum requirement