Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Jul 21, 2021
1 parent 314b470 commit e726b9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ composer.lock
package.json
package-lock.json
phpdoc.xml
phpstan.neon
phpunit.xml
README.md

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.4
Version: 2.2.5
Author: Dennis Ploetner
Author URI: http://lloc.de/
*/
Expand Down Expand Up @@ -35,7 +35,7 @@
*/
class MslsSelect {

const VERSION = '2.2.4';
const VERSION = '2.2.5';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
8 changes: 6 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.7
Tested up to: 5.8
Requires PHP: 7.1
Stable tag: 2.2.4
Stable tag: 2.2.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.2.5 =
* phpstan config excluded
* WordPress 5.8 tested

= 2.2.4 =
* Unit test reorganized
* WordPress 5.7 tested
Expand Down

0 comments on commit e726b9e

Please sign in to comment.