Skip to content

Commit 2c5246b

Browse files
authored
Merge pull request #397 from lloc/version-294
Version 2.9.4
2 parents 27d7035 + 7ff3de5 commit 2c5246b

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.4
2+
3+
- fix: type casting for msls_id in render_option call
4+
15
## 2.9.3
26

37
- bugfix Welsh css flag

MultisiteLanguageSwitcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @wordpress-plugin
88
*
99
* Plugin Name: Multisite Language Switcher
10-
* Version: 2.9.3
10+
* Version: 2.9.4
1111
* Plugin URI: http://msls.co/
1212
* Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation.
1313
* Author: Dennis Ploetner
@@ -40,7 +40,7 @@
4040
* @author Dennis Ploetner <re@lloc.de>
4141
*/
4242
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
43-
define( 'MSLS_PLUGIN_VERSION', '2.9.3' );
43+
define( 'MSLS_PLUGIN_VERSION', '2.9.4' );
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

build/translations.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

css/flags.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
'es_PE' => 'flag-icon-pe',
4949
'es_AR' => 'flag-icon-ar',
5050
'es_CO' => 'flag-icon-co',
51-
'es_CR' => 'flag-icon-cr',
51+
'es_CL' => 'flag-icon-cl',
5252
'es_VE' => 'flag-icon-ve',
5353
'es_EC' => 'flag-icon-ec',
5454
'es_DO' => 'flag-icon-do',
5555
'es_UY' => 'flag-icon-uy',
5656
'es_PR' => 'flag-icon-pr',
57-
'es_CL' => 'flag-icon-cl',
5857
'es_GT' => 'flag-icon-gt',
58+
'es_CR' => 'flag-icon-cr',
5959
'es_MX' => 'flag-icon-mx',
6060
'et' => 'flag-icon-ee',
6161
'eu' => 'flag-icon-es',
@@ -105,8 +105,8 @@
105105
'pa_IN' => 'flag-icon-in',
106106
'pl_PL' => 'flag-icon-pl',
107107
'ps' => 'flag-icon-af',
108-
'pt_PT_ao90' => 'flag-icon-90',
109108
'pt_BR' => 'flag-icon-br',
109+
'pt_PT_ao90' => 'flag-icon-90',
110110
'pt_PT' => 'flag-icon-pt',
111111
'pt_AO' => 'flag-icon-ao',
112112
'ro_RO' => 'flag-icon-ro',

flags/flags.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
'es_PE' => 'pe.png',
4949
'es_AR' => 'ar.png',
5050
'es_CO' => 'co.png',
51-
'es_CR' => 'cr.png',
51+
'es_CL' => 'cl.png',
5252
'es_VE' => 've.png',
5353
'es_EC' => 'ec.png',
5454
'es_DO' => 'do.png',
5555
'es_UY' => 'uy.png',
5656
'es_PR' => 'pr.png',
57-
'es_CL' => 'cl.png',
5857
'es_GT' => 'gt.png',
58+
'es_CR' => 'cr.png',
5959
'es_MX' => 'mx.png',
6060
'et' => 'ee.png',
6161
'eu' => 'es.png',
@@ -105,8 +105,8 @@
105105
'pa_IN' => 'in.png',
106106
'pl_PL' => 'pl.png',
107107
'ps' => 'af.png',
108-
'pt_PT_ao90' => '90.png',
109108
'pt_BR' => 'br.png',
109+
'pt_PT_ao90' => '90.png',
110110
'pt_PT' => 'pt.png',
111111
'pt_AO' => 'ao.png',
112112
'ro_RO' => 'ro.png',

js/msls-widget-block/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "translation",
66
"category": "widgets",
77
"name": "lloc/msls-widget-block",
8-
"version": "2.9.3",
8+
"version": "2.9.4",
99
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
1010
"example": {},
1111
"supports": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 6.1
77
Tested up to: 6.6
88
Requires PHP: 7.4
9-
Stable tag: 2.9.3
9+
Stable tag: 2.9.4
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

src/msls-widget-block/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "translation",
66
"category": "widgets",
77
"name": "lloc/msls-widget-block",
8-
"version": "2.9.3",
8+
"version": "2.9.4",
99
"description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
1010
"example": {},
1111
"supports": {

0 commit comments

Comments
 (0)