Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit a0c1c19

Browse files
committed
update version
1 parent 836e795 commit a0c1c19

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

includes/class-wp-multilang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class WP_Multilang {
2121
*
2222
* @var string
2323
*/
24-
public $version = '2.2.1';
24+
public $version = '2.2.2';
2525

2626
/**
2727
* The single instance of the class.

readme.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: valexar
44
Tags: localization, multilanguage, multilingual, translation, multilang
55
Requires at least: 4.7
66
Tested up to: 4.9
7-
Stable tag: 2.2.1
7+
Stable tag: 2.2.2
88
Requires PHP: 5.6+
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -202,6 +202,14 @@ If you have opened several browser tabs for editing this post in different langu
202202

203203
== Changelog ==
204204

205+
= 2.2.2 =
206+
- added shortcode for display language switcher
207+
- add filters for set json config files for integration
208+
- fixed checking for ml strings
209+
- fixed compatibility with Gutenberg
210+
- fixed checking for JSON strings
211+
- fixed regex for ml strings
212+
205213
= 2.2.1 =
206214
- fixed escaping text. Have error on some sites.
207215
- fixed ACF PRO menu integration. Have error on ACFv4.

wp-multilang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: wp-multilang
1111
* Domain Path: /languages
12-
* Version: 2.2.1
12+
* Version: 2.2.2
1313
* Copyright: © 2017-2018 Valentyn Riaboshtan
1414
*
1515
* @package WPM

0 commit comments

Comments
 (0)