Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Aug 26, 2020
1 parent 48088ed commit f272fcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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
Version: 2.2.1
Author: Dennis Ploetner
Author URI: http://lloc.de/
*/
Expand Down Expand Up @@ -33,7 +33,7 @@
*/
class MslsSelect {

const VERSION = '2.2';
const VERSION = '2.2.1';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lloc/MslsSelect",
"name": "lloc/msls-select",
"description": "Transforms the output of the Multisite Language Switcher to an HTML select",
"type": "wordpress-plugin",
"autoload-dev": {
Expand All @@ -15,4 +15,4 @@
"test": "./vendor/bin/phpunit",
"coverage": "./vendor/bin/phpunit --coverage-html ./reports/php/coverage"
}
}
}
7 changes: 5 additions & 2 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.4
Tested up to: 5.5
Requires PHP: 7.1
Stable tag: 2.2
Stable tag: 2.2.1
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.1 =
* WordPress 5.5 tested

= 2.2 =
* full test coverage
* WordPress 5.4 tested
Expand Down

0 comments on commit f272fcf

Please sign in to comment.