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

Commit 5c1556d

Browse files
committed
Merge branch 'release/2.4.1'
2 parents dff9f1d + 4f548cc commit 5c1556d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.3.0';
24+
public $version = '2.4.1';
2525

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

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
55
Tags: localization, multilanguage, multilingual, translation, multilang
66
Requires at least: 4.7
77
Tested up to: 5.3
8-
Stable tag: 2.4.0
8+
Stable tag: 2.4.1
99
Requires PHP: 5.6+
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -210,6 +210,9 @@ If you have opened several browser tabs for editing this post in different langu
210210

211211
== Changelog ==
212212

213+
= 2.4.1 =
214+
- removed support old version of ACF lower 5.0
215+
213216
= 2.4.0 =
214217
- added support for Rank Math SEO (thanks for @pratikmts)
215218
- optimized speed

wp-multilang.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: wp-multilang
1111
* Domain Path: /languages
12-
* Version: 2.3.0
13-
* Copyright: © 2017-2018 Valentyn Riaboshtan
12+
* Version: 2.4.1
13+
* Copyright: © 2017-2019 Valentyn Riaboshtan
1414
*
1515
* @package WPM
1616
* @category Core

0 commit comments

Comments
 (0)