Version Description
- (Options/Languages table) Added the
Frisian
flag image. - (Customizer) Exclude incompatible themes:
Mesmerize
,Highlight
, andEnfold
.
Download this release
Release Info
Developer | tivnet |
Plugin | WPGlobus – Multilingual Everything! |
Version | 2.8.11 |
Comparing to | |
See all releases |
Code changes from version 2.8.10 to 2.8.11
- flags/fy.png +0 -0
- includes/admin/class-wpglobus-customize-options.php +16 -0
- includes/admin/customize/class-wpglobus-customize-themes.php +3 -0
- languages/wpglobus.pot +1 -1
- readme.txt +4 -26
- wpglobus.php +2 -2
flags/fy.png
ADDED
Binary file
|
includes/admin/class-wpglobus-customize-options.php
CHANGED
@@ -395,6 +395,22 @@ if ( ! class_exists( 'WPGlobus_Customize_Options' ) ) :
|
|
395 |
*/
|
396 |
self::$disabled_themes[] = 'newyork city';
|
397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
add_action( 'wp_loaded', array( __CLASS__, 'init' ) );
|
399 |
|
400 |
/**
|
395 |
*/
|
396 |
self::$disabled_themes[] = 'newyork city';
|
397 |
|
398 |
+
/**
|
399 |
+
* @since 2.8.11
|
400 |
+
* Don't standard managing content in customize.
|
401 |
+
* @see https://extendthemes.com/go/mesmerize-home/
|
402 |
+
* @see https://extendthemes.com/highlight/
|
403 |
+
*/
|
404 |
+
self::$disabled_themes[] = 'mesmerize';
|
405 |
+
self::$disabled_themes[] = 'highlight';
|
406 |
+
|
407 |
+
/**
|
408 |
+
* @since 2.8.11
|
409 |
+
* With Layout Builder.
|
410 |
+
* @see https://themeforest.net/item/enfold-responsive-multipurpose-theme/
|
411 |
+
*/
|
412 |
+
self::$disabled_themes[] = 'enfold';
|
413 |
+
|
414 |
add_action( 'wp_loaded', array( __CLASS__, 'init' ) );
|
415 |
|
416 |
/**
|
includes/admin/customize/class-wpglobus-customize-themes.php
CHANGED
@@ -31,6 +31,9 @@ if ( ! class_exists('WPGlobus_Customize_Themes') ) :
|
|
31 |
'experon',
|
32 |
'gwangi', // @since 2.3.12
|
33 |
'newyork city', // @since 2.5.21
|
|
|
|
|
|
|
34 |
);
|
35 |
|
36 |
/**
|
31 |
'experon',
|
32 |
'gwangi', // @since 2.3.12
|
33 |
'newyork city', // @since 2.5.21
|
34 |
+
'mesmerize', // @since 2.8.11
|
35 |
+
'highlight', // @since 2.8.11
|
36 |
+
'enfold', // @since 2.8.11
|
37 |
);
|
38 |
|
39 |
/**
|
languages/wpglobus.pot
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the WPGlobus package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
1 |
+
# Copyright (C) 2022 WPGlobus
|
2 |
# This file is distributed under the same license as the WPGlobus package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
readme.txt
CHANGED
@@ -220,6 +220,10 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
220 |
|
221 |
== Changelog ==
|
222 |
|
|
|
|
|
|
|
|
|
223 |
= 2.8.10 =
|
224 |
* (Core/Post Types) Added the `wp_navigation` post type to the `"hidden types"` list.
|
225 |
* (Core/Options) Updated the compatibility info.
|
@@ -240,32 +244,6 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
240 |
* (Builders/RankMathSEO) Added: support multilingual columns on `edit.php` page.
|
241 |
* (Builders/RankMathSEO) Added: support for the REST API requests.
|
242 |
|
243 |
-
= 2.8.8 =
|
244 |
-
* Version 2.8.7 was a broken build. Fixed.
|
245 |
-
|
246 |
-
= 2.8.7 =
|
247 |
-
* (Vendor/Yoast) Fixed: posts having the `Canonical` meta field set were missing in the `sitemap.xml`.
|
248 |
-
|
249 |
-
= 2.8.6 =
|
250 |
-
* (Core/Widgets) Added support for the widgets block editor.
|
251 |
-
|
252 |
-
= 2.8.5 =
|
253 |
-
* (Core/Filters) Update `widget_display_callback` filter.
|
254 |
-
|
255 |
-
= 2.8.4 =
|
256 |
-
* (Core/Widget class) Added `widget_title` filter.
|
257 |
-
* (Vendor/Yoast) Fixed PHP Notice: `Undefined index: _yoast_wpseo_title`.
|
258 |
-
* (Builders/Yoast) Added compatibility with Yoast from v.17.3.
|
259 |
-
* (Core/Media) Translate post title in submit box.
|
260 |
-
|
261 |
-
= 2.8.3 =
|
262 |
-
* (Core/JS) Added trigger handler `wpglobus_post_title`.
|
263 |
-
* (Core) Added second $post parameter for `wpglobus_show_language_tabs` filter.
|
264 |
-
* (Core/Builder) Added second $post parameter for `wpglobus_show_language_tabs` filter.
|
265 |
-
|
266 |
-
= 2.8.2 =
|
267 |
-
* (Core/JS) Set new value using `val` function instead of `attr` for menu item labels and titles.
|
268 |
-
|
269 |
== Demo Sites ==
|
270 |
|
271 |
* [WPGlobus.com](https://wpglobus.com/):
|
220 |
|
221 |
== Changelog ==
|
222 |
|
223 |
+
= 2.8.11 =
|
224 |
+
* (Options/Languages table) Added the `Frisian` flag image.
|
225 |
+
* (Customizer) Exclude incompatible themes: `Mesmerize`, `Highlight`, and `Enfold`.
|
226 |
+
|
227 |
= 2.8.10 =
|
228 |
* (Core/Post Types) Added the `wp_navigation` post type to the `"hidden types"` list.
|
229 |
* (Core/Options) Updated the compatibility info.
|
244 |
* (Builders/RankMathSEO) Added: support multilingual columns on `edit.php` page.
|
245 |
* (Builders/RankMathSEO) Added: support for the REST API requests.
|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
== Demo Sites ==
|
248 |
|
249 |
* [WPGlobus.com](https://wpglobus.com/):
|
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.8.
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
@@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
-
define( 'WPGLOBUS_VERSION', '2.8.
|
48 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
49 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
50 |
|
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.8.11
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
+
define( 'WPGLOBUS_VERSION', '2.8.11' );
|
48 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
49 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
50 |
|