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

Commit ea74bf0

Browse files
committed
fix panel siteorigin integration
1 parent 2dabe1c commit ea74bf0

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.1.6';
24+
public $version = '2.1.7';
2525

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

languages/wp-multilang.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
55
"Project-Id-Version: WP Multilang\n"
6-
"POT-Creation-Date: 2017-12-03 16:50+0200\n"
6+
"POT-Creation-Date: 2017-12-09 11:31+0200\n"
77
"PO-Revision-Date: 2017-05-22 12:43+0300\n"
88
"Last-Translator: \n"
99
"Language-Team: \n"
@@ -287,7 +287,7 @@ msgstr ""
287287
#: includes/admin/settings/views/html-languages.php:56
288288
#: includes/admin/settings/views/html-languages.php:145
289289
#: includes/admin/settings/views/html-languages.php:147
290-
msgid "Language Code *"
290+
msgid "Language Code (ISO 639-1)*"
291291
msgstr ""
292292

293293
#: includes/admin/settings/views/html-languages.php:60

readme.txt

+6-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.1.6
7+
Stable tag: 2.1.7
88
Requires PHP: 5.6+
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -34,6 +34,7 @@ Translations of post types, taxonomies, meta fields, options, text fields in mil
3434
* Possibility to set custom locale for html(If installed locale is en_US, you can set locale like: en, en-UK, en-AU etc. Without installation another localization)
3535
* Possibility for add new languages for any user with capability `manage_options`.
3636
* Exist the role "Translator" for editing posts, terms. It can not publish or delete.
37+
* No limits by languages or by possibilities.
3738

3839
== WP Multilang compatible with plugins ==
3940

@@ -199,6 +200,10 @@ If you have opened several browser tabs for editing this post in different langu
199200

200201
== Changelog ==
201202

203+
= 2.1.7 =
204+
* fix Siteorigin integration
205+
* add filters in add, update and get functions for meta fields
206+
202207
= 2.1.6 =
203208
* fix deleting
204209

wp-multilang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
* Text Domain: wp-multilang
1010
* Domain Path: /languages
11-
* Version: 2.1.6
11+
* Version: 2.1.7
1212
* Copyright: © 2017 Valentyn Riaboshtan
1313
*
1414
* @package WPM

0 commit comments

Comments
 (0)