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

Commit 282fa20

Browse files
committed
update version
1 parent ef009e9 commit 282fa20

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-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.0';
24+
public $version = '2.2.1';
2525

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

readme.txt

+5-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.0
7+
Stable tag: 2.2.1
88
Requires PHP: 5.6+
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -200,6 +200,10 @@ If you have opened several browser tabs for editing this post in different langu
200200

201201
== Changelog ==
202202

203+
= 2.2.1 =
204+
- fixed escaping text. Have error on some sites.
205+
- fixed ACF PRO menu integration. Have error on ACFv4.
206+
203207
= 2.2.0 =
204208
- added alternate locale for opengraph in YOAST SEO
205209
- added setting default translation

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.0
12+
* Version: 2.2.1
1313
* Copyright: © 2017-2018 Valentyn Riaboshtan
1414
*
1515
* @package WPM

0 commit comments

Comments
 (0)