WPGlobus – Multilingual Everything! - Version 2.4.1

Version Description

  • (Vendor/Yoast) Set support for minimum version Yoast SEO Premium v12.
Download this release

Release Info

Developer tivnet
Plugin Icon 128x128 WPGlobus – Multilingual Everything!
Version 2.4.1
Comparing to
See all releases

Code changes from version 2.4.0 to 2.4.1

includes/wpglobus-yoastseo.php CHANGED
@@ -45,7 +45,9 @@ if ( defined('WPSEO_VERSION') && defined('WPSEO_PREMIUM_PLUGIN_FILE') ) {
45
  * Version of file must be latest.
46
  * @todo W.I.P.
47
  */
48
- $ver = $wpglobus_yoastseo_latest_version;
 
 
49
  require_once "vendor/yoast-seo/class-wpglobus-yoastseo$ver.php";
50
  WPGlobus_YoastSEO::controller($ver, $wpglobus_yoastseo_plus_access );
51
 
45
  * Version of file must be latest.
46
  * @todo W.I.P.
47
  */
48
+ $ver = '120';
49
+ $ver = version_compare( WPSEO_VERSION, '14.0-RC6', '>=' ) ? $wpglobus_yoastseo_latest_version : $ver;
50
+
51
  require_once "vendor/yoast-seo/class-wpglobus-yoastseo$ver.php";
52
  WPGlobus_YoastSEO::controller($ver, $wpglobus_yoastseo_plus_access );
53
 
languages/wpglobus.pot CHANGED
@@ -1,8 +1,8 @@
1
- # Copyright (C) 2020 WPGlobus 2.4.0
2
- # This file is distributed under the same license as the WPGlobus 2.4.0 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WPGlobus 2.4.0\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
1
+ # Copyright (C) 2020 WPGlobus 2.4.1
2
+ # This file is distributed under the same license as the WPGlobus 2.4.1 package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WPGlobus 2.4.1\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -218,6 +218,10 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
218
 
219
  == Changelog ==
220
 
 
 
 
 
221
  = 2.4.0 =
222
 
223
  * (Vendor/Yoast) Added support Yoast SEO from v.14.
218
 
219
  == Changelog ==
220
 
221
+ = 2.4.1 =
222
+
223
+ * (Vendor/Yoast) Set support for minimum version Yoast SEO Premium v12.
224
+
225
  = 2.4.0 =
226
 
227
  * (Vendor/Yoast) Added support Yoast SEO from v.14.
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.4.0
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.4.0' );
46
  define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
47
  define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
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.4.1
19
  * Author: WPGlobus
20
  * Author URI: https://wpglobus.com/
21
  * Network: false
42
  exit;
43
  }
44
 
45
+ define( 'WPGLOBUS_VERSION', '2.4.1' );
46
  define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
47
  define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
48