Skip to content

Commit

Permalink
Merge pull request #5 from lloc/adds-plugin-check
Browse files Browse the repository at this point in the history
Version 2.3.3
  • Loading branch information
lloc authored Oct 9, 2024
2 parents 3c10974 + dfb5244 commit 6133e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/.wordpress-org
/.git
/.github
/.idea
/bin
/mslsselect
/reports
/tests
.distignore
Expand All @@ -11,6 +13,7 @@
Changelog.md
composer.json
composer.lock
mslsselect.zip
package.json
package-lock.json
phpdoc.xml
Expand Down
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.2
* Version: 2.3.3
* 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.2';
const VERSION = '2.3.3';

public function __construct() {
$options = get_option( 'msls' );
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, select
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.3.2
Stable tag: 2.3.3
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.3.3 =
* Cleaner builds

= 2.3.2 =
* Plugin check action added
* Resulting errors addressed
Expand Down

0 comments on commit 6133e25

Please sign in to comment.