Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 9, 2024
1 parent 6133e25 commit de071ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MslsSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Plugin Name: MslsSelect
* Requires Plugins: multisite-language-switcher
* Version: 2.3.3
* Version: 2.3.4
* Plugin URI: https://wordpress.org/plugins/mslsselect/
* Description: Transforms the output of the Multisite Language Switcher to an HTML select
* Author: Dennis Ploetner
Expand Down Expand Up @@ -38,7 +38,7 @@
*/
class MslsSelect {

const VERSION = '2.3.3';
const VERSION = '2.3.4';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
12 changes: 3 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, select
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.3.3
Stable tag: 2.3.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.3.3 =
= 2.3.4 =
* Cleaner builds

= 2.3.2 =
= 2.3.0 =
* Plugin check action added
* Resulting errors addressed

= 2.3.1 =
* WordPress 6.5 tested
* "Requires Plugins" added

= 2.3.0 =
* Tested WordPress 6.4
* Set PHP 7.4 as a minimum requirement
* Set WordPress 5.6 as a minimum requirement

Expand Down

0 comments on commit de071ce

Please sign in to comment.