Skip to content

Commit

Permalink
Version 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Nov 10, 2024
1 parent 27d7035 commit 7ff3de5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.4

- fix: type casting for msls_id in render_option call

## 2.9.3

- bugfix Welsh css flag
Expand Down
4 changes: 2 additions & 2 deletions MultisiteLanguageSwitcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @wordpress-plugin
*
* Plugin Name: Multisite Language Switcher
* Version: 2.9.3
* Version: 2.9.4
* Plugin URI: http://msls.co/
* Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation.
* Author: Dennis Ploetner
Expand Down Expand Up @@ -40,7 +40,7 @@
* @author Dennis Ploetner <[email protected]>
*/
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
define( 'MSLS_PLUGIN_VERSION', '2.9.3' );
define( 'MSLS_PLUGIN_VERSION', '2.9.4' );
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
define( 'MSLS_PLUGIN__FILE__', __FILE__ );

Expand Down
2 changes: 1 addition & 1 deletion build/translations.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/flags.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
'es_PE' => 'flag-icon-pe',
'es_AR' => 'flag-icon-ar',
'es_CO' => 'flag-icon-co',
'es_CR' => 'flag-icon-cr',
'es_CL' => 'flag-icon-cl',
'es_VE' => 'flag-icon-ve',
'es_EC' => 'flag-icon-ec',
'es_DO' => 'flag-icon-do',
'es_UY' => 'flag-icon-uy',
'es_PR' => 'flag-icon-pr',
'es_CL' => 'flag-icon-cl',
'es_GT' => 'flag-icon-gt',
'es_CR' => 'flag-icon-cr',
'es_MX' => 'flag-icon-mx',
'et' => 'flag-icon-ee',
'eu' => 'flag-icon-es',
Expand Down Expand Up @@ -105,8 +105,8 @@
'pa_IN' => 'flag-icon-in',
'pl_PL' => 'flag-icon-pl',
'ps' => 'flag-icon-af',
'pt_PT_ao90' => 'flag-icon-90',
'pt_BR' => 'flag-icon-br',
'pt_PT_ao90' => 'flag-icon-90',
'pt_PT' => 'flag-icon-pt',
'pt_AO' => 'flag-icon-ao',
'ro_RO' => 'flag-icon-ro',
Expand Down
6 changes: 3 additions & 3 deletions flags/flags.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
'es_PE' => 'pe.png',
'es_AR' => 'ar.png',
'es_CO' => 'co.png',
'es_CR' => 'cr.png',
'es_CL' => 'cl.png',
'es_VE' => 've.png',
'es_EC' => 'ec.png',
'es_DO' => 'do.png',
'es_UY' => 'uy.png',
'es_PR' => 'pr.png',
'es_CL' => 'cl.png',
'es_GT' => 'gt.png',
'es_CR' => 'cr.png',
'es_MX' => 'mx.png',
'et' => 'ee.png',
'eu' => 'es.png',
Expand Down Expand Up @@ -105,8 +105,8 @@
'pa_IN' => 'in.png',
'pl_PL' => 'pl.png',
'ps' => 'af.png',
'pt_PT_ao90' => '90.png',
'pt_BR' => 'br.png',
'pt_PT_ao90' => '90.png',
'pt_PT' => 'pt.png',
'pt_AO' => 'ao.png',
'ro_RO' => 'ro.png',
Expand Down
2 changes: 1 addition & 1 deletion js/msls-widget-block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "translation",
"category": "widgets",
"name": "lloc/msls-widget-block",
"version": "2.9.3",
"version": "2.9.4",
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
"example": {},
"supports": {
Expand Down
2 changes: 1 addition & 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, localization
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.9.3
Stable tag: 2.9.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/msls-widget-block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "translation",
"category": "widgets",
"name": "lloc/msls-widget-block",
"version": "2.9.3",
"version": "2.9.4",
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
"example": {},
"supports": {
Expand Down

0 comments on commit 7ff3de5

Please sign in to comment.