Changeset 2654562
- Timestamp:
- 01/08/2022 02:19:48 PM (4 years ago)
- Location:
- wpglobus/trunk
- Files:
-
- 1 added
- 5 edited
-
flags/fy.png (added)
-
includes/admin/class-wpglobus-customize-options.php (modified) (1 diff)
-
includes/admin/customize/class-wpglobus-customize-themes.php (modified) (1 diff)
-
languages/wpglobus.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpglobus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpglobus/trunk/includes/admin/class-wpglobus-customize-options.php
r2542576 r2654562 395 395 */ 396 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'; 397 413 398 414 add_action( 'wp_loaded', array( __CLASS__, 'init' ) ); -
wpglobus/trunk/includes/admin/customize/class-wpglobus-customize-themes.php
r2429563 r2654562 32 32 'gwangi', // @since 2.3.12 33 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 34 37 ); 35 38 -
wpglobus/trunk/languages/wpglobus.pot
r2625415 r2654562 1 # Copyright (C) 202 1WPGlobus1 # Copyright (C) 2022 WPGlobus 2 2 # This file is distributed under the same license as the WPGlobus package. 3 3 msgid "" -
wpglobus/trunk/readme.txt
r2650038 r2654562 221 221 == Changelog == 222 222 223 = 2.8.11 = 224 * (Options/Languages table) Added the `Frisian` flag image. 225 * (Customizer) Exclude incompatible themes: `Mesmerize`, `Highlight`, and `Enfold`. 226 223 227 = 2.8.10 = 224 228 * (Core/Post Types) Added the `wp_navigation` post type to the `"hidden types"` list. … … 241 245 * (Builders/RankMathSEO) Added: support for the REST API requests. 242 246 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 247 == Demo Sites == 270 248 -
wpglobus/trunk/wpglobus.php
r2650038 r2654562 16 16 * Text Domain: wpglobus 17 17 * Domain Path: /languages/ 18 * Version: 2.8.1 018 * Version: 2.8.11 19 19 * Author: WPGlobus 20 20 * Author URI: https://wpglobus.com/ … … 45 45 } 46 46 47 define( 'WPGLOBUS_VERSION', '2.8.1 0' );47 define( 'WPGLOBUS_VERSION', '2.8.11' ); 48 48 define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 49 49 define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
Note: See TracChangeset
for help on using the changeset viewer.