From e045245191b4c72f623c056dc26b1d7c4d8188c1 Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Tue, 5 Jan 2021 12:09:17 +0100 Subject: [PATCH] Bump to version 2.2.3 --- MslsSelect.php | 6 ++++-- readme.txt | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/MslsSelect.php b/MslsSelect.php index bd889d7..9681785 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.2 +Version: 2.2.3 Author: Dennis Ploetner Author URI: http://lloc.de/ */ @@ -26,6 +26,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +declare( strict_types=1 ); + /** * MslsSelect Class * @@ -33,7 +35,7 @@ */ class MslsSelect { - const VERSION = '2.2.2'; + const VERSION = '2.2.3'; public function __construct() { $options = get_option( 'msls' ); diff --git a/readme.txt b/readme.txt index 37d6ab5..0384a90 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.5 +Tested up to: 5.6 Requires PHP: 7.1 -Stable tag: 2.2.2 +Stable tag: 2.2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -26,8 +26,11 @@ But if you look for an **easy way** to change the output of the _Multisite Langu == Changelog == += 2.2.3 = +* strict types and PHPStan tested + = 2.2.2 = -= WordPress 5.6 tested +* WordPress 5.6 tested = 2.2.1 = * WordPress 5.5 tested