WPGlobus – Multilingual Everything! - Version 2.4.13

Version Description

  • (Builder/Elementor) Disable Elementor support for all post types that don't use the Elementor builder.
Download this release

Release Info

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

Code changes from version 2.4.12 to 2.4.13

includes/builders/elementor/class-wpglobus-elementor-front.php CHANGED
@@ -138,7 +138,7 @@ if ( ! class_exists( 'WPGlobus_Elementor_Front' ) ) :
138
  */
139
  public static function on__template_include( $template ) {
140
 
141
- if ( ! is_single() ) {
142
  return $template;
143
  }
144
 
138
  */
139
  public static function on__template_include( $template ) {
140
 
141
+ if ( ! is_singular() ) {
142
  return $template;
143
  }
144
 
languages/wpglobus.pot CHANGED
@@ -1,8 +1,8 @@
1
- # Copyright (C) 2020 WPGlobus 2.4.12
2
- # This file is distributed under the same license as the WPGlobus 2.4.12 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WPGlobus 2.4.12\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.13
2
+ # This file is distributed under the same license as the WPGlobus 2.4.13 package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WPGlobus 2.4.13\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
@@ -216,6 +216,10 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
216
 
217
  == Changelog ==
218
 
 
 
 
 
219
  = 2.4.12 =
220
 
221
  * (Core/Class WPGlobus) Added `do_action` to add to the `publish` metabox.
@@ -233,24 +237,6 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
233
 
234
  * (Vendor/All In One SEO Pack) Interface improvements on post edit page.
235
 
236
- = 2.4.8 =
237
-
238
- * (Core/Clean-Up Tool) Updated description.
239
-
240
- = 2.4.7 =
241
-
242
- * (Vendor/Yoast) Added filter of schema generator.
243
- * (Vendor/Yoast) Updated filter for the post title that has no multilingual value for the frontend.
244
-
245
- = 2.4.6 =
246
-
247
- * (Vendor/Yoast) Correct defining post type for frontend.
248
-
249
- = 2.4.5 =
250
-
251
- * (Core) Correct setting initial language tab in Standard/Classic mode on the `post.php` page.
252
- * (Vendor/Yoast) Added JS script for dashboard.
253
-
254
  = Earlier versions and Add-ons =
255
 
256
  * [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
216
 
217
  == Changelog ==
218
 
219
+ = 2.4.13 =
220
+
221
+ * (Builder/Elementor) Disable Elementor support for all post types that don't use the Elementor builder.
222
+
223
  = 2.4.12 =
224
 
225
  * (Core/Class WPGlobus) Added `do_action` to add to the `publish` metabox.
237
 
238
  * (Vendor/All In One SEO Pack) Interface improvements on post edit page.
239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  = Earlier versions and Add-ons =
241
 
242
  * [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.4.12
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.12' );
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.13
19
  * Author: WPGlobus
20
  * Author URI: https://wpglobus.com/
21
  * Network: false
42
  exit;
43
  }
44
 
45
+ define( 'WPGLOBUS_VERSION', '2.4.13' );
46
  define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
47
  define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
48