Skip to content

Commit e045245

Browse files
committed
Bump to version 2.2.3
1 parent 5f7257c commit e045245

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

MslsSelect.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: MslsSelect
55
Plugin URI: https://github.com/lloc/MslsSelect
66
Description: Transforms the output of the Multisite Language Switcher to an HTML select
7-
Version: 2.2.2
7+
Version: 2.2.3
88
Author: Dennis Ploetner
99
Author URI: http://lloc.de/
1010
*/
@@ -26,14 +26,16 @@
2626
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2727
*/
2828

29+
declare( strict_types=1 );
30+
2931
/**
3032
* MslsSelect Class
3133
*
3234
* @package mslsselect
3335
*/
3436
class MslsSelect {
3537

36-
const VERSION = '2.2.2';
38+
const VERSION = '2.2.3';
3739

3840
public function __construct() {
3941
$options = get_option( 'msls' );

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Contributors: realloc
44
Donate link: http://www.greenpeace.org/international/
55
Tags: multilingual, multisite, language, switcher, international, localization, i18n, menu, select-box, html select
66
Requires at least: 3.6.1
7-
Tested up to: 5.5
7+
Tested up to: 5.6
88
Requires PHP: 7.1
9-
Stable tag: 2.2.2
9+
Stable tag: 2.2.3
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -26,8 +26,11 @@ But if you look for an **easy way** to change the output of the _Multisite Langu
2626

2727
== Changelog ==
2828

29+
= 2.2.3 =
30+
* strict types and PHPStan tested
31+
2932
= 2.2.2 =
30-
= WordPress 5.6 tested
33+
* WordPress 5.6 tested
3134

3235
= 2.2.1 =
3336
* WordPress 5.5 tested

0 commit comments

Comments
 (0)