From e726b9e68eb035435d6950b9d39cf13ab82653db Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Wed, 21 Jul 2021 10:15:44 +0200 Subject: [PATCH] New version --- .distignore | 1 + MslsSelect.php | 4 ++-- readme.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.distignore b/.distignore index 77a0bd1..620388a 100644 --- a/.distignore +++ b/.distignore @@ -13,6 +13,7 @@ composer.lock package.json package-lock.json phpdoc.xml +phpstan.neon phpunit.xml README.md diff --git a/MslsSelect.php b/MslsSelect.php index 0538237..5844a08 100644 --- a/MslsSelect.php +++ b/MslsSelect.php @@ -4,7 +4,7 @@ Plugin Name: MslsSelect Plugin URI: https://github.com/lloc/MslsSelect Description: Transforms the output of the Multisite Language Switcher to an HTML select -Version: 2.2.4 +Version: 2.2.5 Author: Dennis Ploetner Author URI: http://lloc.de/ */ @@ -35,7 +35,7 @@ */ class MslsSelect { - const VERSION = '2.2.4'; + const VERSION = '2.2.5'; public function __construct() { $options = get_option( 'msls' ); diff --git a/readme.txt b/readme.txt index 3a36de8..205a0c2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,9 +4,9 @@ Contributors: realloc Donate link: http://www.greenpeace.org/international/ Tags: multilingual, multisite, language, switcher, international, localization, i18n, menu, select-box, html select Requires at least: 3.6.1 -Tested up to: 5.7 +Tested up to: 5.8 Requires PHP: 7.1 -Stable tag: 2.2.4 +Stable tag: 2.2.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -26,6 +26,10 @@ But if you look for an **easy way** to change the output of the _Multisite Langu == Changelog == += 2.2.5 = +* phpstan config excluded +* WordPress 5.8 tested + = 2.2.4 = * Unit test reorganized * WordPress 5.7 tested