From dfb52447d4000dfe78a14711c8cb7f98a1be2925 Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Tue, 8 Oct 2024 16:10:25 +0200 Subject: [PATCH] Version 2.3.3 --- .distignore | 3 +++ MslsSelect.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.distignore b/.distignore index fa26681..80b833e 100644 --- a/.distignore +++ b/.distignore @@ -1,7 +1,9 @@ /.wordpress-org /.git /.github +/.idea /bin +/mslsselect /reports /tests .distignore @@ -11,6 +13,7 @@ Changelog.md composer.json composer.lock +mslsselect.zip package.json package-lock.json phpdoc.xml diff --git a/MslsSelect.php b/MslsSelect.php index cabb6b4..e6416f5 100644 --- a/MslsSelect.php +++ b/MslsSelect.php @@ -8,7 +8,7 @@ * * Plugin Name: MslsSelect * Requires Plugins: multisite-language-switcher - * Version: 2.3.2 + * Version: 2.3.3 * 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.2'; + const VERSION = '2.3.3'; public function __construct() { $options = get_option( 'msls' ); diff --git a/readme.txt b/readme.txt index 03ec49b..d7da500 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.2 +Stable tag: 2.3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -26,6 +26,9 @@ But if you look for an **easy way** to change the output of the _Multisite Langu == Changelog == += 2.3.3 = +* Cleaner builds + = 2.3.2 = * Plugin check action added * Resulting errors addressed