Skip to content

Commit

Permalink
License applied
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 8, 2024
1 parent 77a75f5 commit cd5e842
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
58 changes: 30 additions & 28 deletions MslsSelect.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
<?php

/*
Plugin Name: MslsSelect
Requires Plugins: multisite-language-switcher
Plugin URI: https://github.com/lloc/MslsSelect
Description: Transforms the output of the Multisite Language Switcher to an HTML select
Version: 2.3.1
Author: Dennis Ploetner
Author URI: http://lloc.de/
*/

/*
Copyright 2014 Dennis Ploetner (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* MslsSelect
*
* @copyright Copyright (C) 2011-2024, Dennis Ploetner, [email protected]
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 or later
* @wordpress-plugin
*
* Plugin Name: MslsSelect
* Requires Plugins: multisite-language-switcher
* Version: 2.3.2
* Plugin URI: https://wordpress.org/plugins/mslsselect/
* Description: Transforms the output of the Multisite Language Switcher to an HTML select
* Author: Dennis Ploetner
* Author URI: http://lloc.de/
* License: GPLv2 or later
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

declare( strict_types=1 );

Expand All @@ -36,7 +38,7 @@
*/
class MslsSelect {

const VERSION = '2.3.1';
const VERSION = '2.3.2';

public function __construct() {
$options = get_option( 'msls' );
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Contributors: realloc
Donate link: http://www.greenpeace.org/international/
Tags: multilingual, multisite, language, switcher, international, localization, i18n, menu, select-box, html select
Tags: multilingual, multisite, language, switcher, select
Requires at least: 5.6
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.3.1
Stable tag: 2.3.2
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.3.2 =
* Plugin check action added
* Resulting errors addressed

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

0 comments on commit cd5e842

Please sign in to comment.