Plugin Directory

Changeset 2654562


Ignore:
Timestamp:
01/08/2022 02:19:48 PM (4 years ago)
Author:
tivnet
Message:

2.8.11

Location:
wpglobus/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • wpglobus/trunk/includes/admin/class-wpglobus-customize-options.php

    r2542576 r2654562  
    395395             */                 
    396396            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';
    397413
    398414            add_action( 'wp_loaded', array( __CLASS__, 'init' ) );
  • wpglobus/trunk/includes/admin/customize/class-wpglobus-customize-themes.php

    r2429563 r2654562  
    3232            'gwangi', // @since 2.3.12 
    3333            'newyork city', // @since 2.5.21   
     34            'mesmerize', // @since 2.8.11   
     35            'highlight', // @since 2.8.11   
     36            'enfold', // @since 2.8.11 
    3437        );
    3538       
  • wpglobus/trunk/languages/wpglobus.pot

    r2625415 r2654562  
    1 # Copyright (C) 2021 WPGlobus
     1# Copyright (C) 2022 WPGlobus
    22# This file is distributed under the same license as the WPGlobus package.
    33msgid ""
  • wpglobus/trunk/readme.txt

    r2650038 r2654562  
    221221== Changelog ==
    222222
     223= 2.8.11 =
     224* (Options/Languages table) Added the `Frisian` flag image.
     225* (Customizer) Exclude incompatible themes: `Mesmerize`, `Highlight`, and `Enfold`.
     226
    223227= 2.8.10 =
    224228* (Core/Post Types) Added the `wp_navigation` post type to the `"hidden types"` list.
     
    241245* (Builders/RankMathSEO) Added: support for the REST API requests.
    242246
    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 
    269247== Demo Sites ==
    270248
  • wpglobus/trunk/wpglobus.php

    r2650038 r2654562  
    1616 * Text Domain: wpglobus
    1717 * Domain Path: /languages/
    18  * Version: 2.8.10
     18 * Version: 2.8.11
    1919 * Author: WPGlobus
    2020 * Author URI: https://wpglobus.com/
     
    4545}
    4646
    47 define( 'WPGLOBUS_VERSION', '2.8.10' );
     47define( 'WPGLOBUS_VERSION', '2.8.11' );
    4848define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    4949define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
Note: See TracChangeset for help on using the changeset viewer.