Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Jan 4, 2021
1 parent f272fcf commit c5edd49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 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.1
Version: 2.2.2
Author: Dennis Ploetner
Author URI: http://lloc.de/
*/
Expand Down Expand Up @@ -33,7 +33,7 @@
*/
class MslsSelect {

const VERSION = '2.2.1';
const VERSION = '2.2.2';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "lloc/msls-select",
"description": "Transforms the output of the Multisite Language Switcher to an HTML select",
"type": "wordpress-plugin",
"require": {
"php": ">=7.1",
"composer/installers": "~1.9.0"
},
"autoload-dev": {
"classmap": [
"MslsSelect.php"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, international, localization,
Requires at least: 3.6.1
Tested up to: 5.5
Requires PHP: 7.1
Stable tag: 2.2.1
Stable tag: 2.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -26,6 +26,9 @@ But if you look for an **easy way** to change the output of the _Multisite Langu

== Changelog ==

= 2.2.2 =
= WordPress 5.6 tested

= 2.2.1 =
* WordPress 5.5 tested

Expand Down

0 comments on commit c5edd49

Please sign in to comment.