Skip to content

Commit

Permalink
Bump to version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Jan 5, 2021
1 parent 5f7257c commit e045245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions MslsSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*/
Expand All @@ -26,14 +26,16 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

declare( strict_types=1 );

/**
* MslsSelect Class
*
* @package mslsselect
*/
class MslsSelect {

const VERSION = '2.2.2';
const VERSION = '2.2.3';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit e045245

Please sign in to comment.