Version Description
- Fixed: (Vendor/All In One SEO Pack) The detection of version less than 3.0.
Download this release
Release Info
Developer | tivnet |
Plugin | WPGlobus – Multilingual Everything! |
Version | 2.2.10 |
Comparing to | |
See all releases |
Code changes from version 2.2.9 to 2.2.10
- includes/vendor/class-wpglobus-aioseop.php +1 -1
- languages/wpglobus-ru_RU.mo +0 -0
- languages/wpglobus-ru_RU.po +1 -1
- readme.txt +4 -4
- wpglobus.php +2 -2
includes/vendor/class-wpglobus-aioseop.php
CHANGED
@@ -220,7 +220,7 @@ if ( ! class_exists('WPGlobus_All_in_One_SEO') ) :
|
|
220 |
|
221 |
$this->wpg_language = $language;
|
222 |
|
223 |
-
if ( version_compare( $this->version, '2.
|
224 |
$r = $this->get_option_row_3( $name, $opts, $args );
|
225 |
} else {
|
226 |
$r = $this->get_option_row( $name, $opts, $args );
|
220 |
|
221 |
$this->wpg_language = $language;
|
222 |
|
223 |
+
if ( version_compare( $this->version, '2.99.99', '>' ) ) {
|
224 |
$r = $this->get_option_row_3( $name, $opts, $args );
|
225 |
} else {
|
226 |
$r = $this->get_option_row( $name, $opts, $args );
|
languages/wpglobus-ru_RU.mo
CHANGED
Binary file
|
languages/wpglobus-ru_RU.po
CHANGED
@@ -891,7 +891,7 @@ msgstr "Языки WPGlobus"
|
|
891 |
|
892 |
#: includes/builders/elementor/class-wpglobus-elementor.php:300
|
893 |
msgid "current"
|
894 |
-
msgstr ""
|
895 |
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:224,
|
897 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:389
|
891 |
|
892 |
#: includes/builders/elementor/class-wpglobus-elementor.php:300
|
893 |
msgid "current"
|
894 |
+
msgstr "текущий"
|
895 |
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:224,
|
897 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:389
|
readme.txt
CHANGED
@@ -218,6 +218,10 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
218 |
|
219 |
== Changelog ==
|
220 |
|
|
|
|
|
|
|
|
|
221 |
= 2.2.9 =
|
222 |
|
223 |
* Added: (Vendor/All In One SEO Pack) Support `All In One SEO Pack` 3.
|
@@ -237,10 +241,6 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
237 |
* Added: (Builders/Elementor] Localized permalink for the `View Page` button.
|
238 |
* Internal: (Core/Config Builder] Added `is_default_language` function.
|
239 |
|
240 |
-
= 2.2.5 =
|
241 |
-
|
242 |
-
* Fixed: (Core/JS) Fixed first buttons group alignment issue in tinyMCE editor (standard mode).
|
243 |
-
|
244 |
= Earlier versions and Add-ons =
|
245 |
|
246 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
218 |
|
219 |
== Changelog ==
|
220 |
|
221 |
+
= 2.2.10 =
|
222 |
+
|
223 |
+
* Fixed: (Vendor/All In One SEO Pack) The detection of version less than 3.0.
|
224 |
+
|
225 |
= 2.2.9 =
|
226 |
|
227 |
* Added: (Vendor/All In One SEO Pack) Support `All In One SEO Pack` 3.
|
241 |
* Added: (Builders/Elementor] Localized permalink for the `View Page` button.
|
242 |
* Internal: (Core/Config Builder] Added `is_default_language` function.
|
243 |
|
|
|
|
|
|
|
|
|
244 |
= Earlier versions and Add-ons =
|
245 |
|
246 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
wpglobus.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
-
* Version: 2.2.
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
@@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
-
define( 'WPGLOBUS_VERSION', '2.2.
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
|
48 |
/**
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
+
* Version: 2.2.10
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
+
define( 'WPGLOBUS_VERSION', '2.2.10' );
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
|
48 |
/**
|