Plugin Directory

Changeset 3399332


Ignore:
Timestamp:
11/20/2025 02:46:01 AM (4 months ago)
Author:
infility
Message:

v2.14.34 (20251120) Ben: 新增古腾堡模块转换不变quote

Location:
infility-global/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • infility-global/trunk/infility_global.php

    r3398661 r3399332  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.33
     6Version: 2.14.34
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    133133V2.14.28 (20251114) Ben: 新增导入seo标题和描述
    134134v2.14.31 (20251119) Ben: 新增导入term的seo标题和描述
     135v2.14.34 (20251120) Ben: 新增古腾堡模块转换不变quote
    135136*/
    136137
     
    138139    function __construct()
    139140    {
    140         define( 'INFILITY_GLOBAL_VERSION', '2.14.33' );
     141        define( 'INFILITY_GLOBAL_VERSION', '2.14.34' );
    141142        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    142143        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/readme.txt

    r3398580 r3399332  
    364364= 2.14.31 =
    365365新增导入term的seo标题和描述
     366
     367= 2.14.34 =
     368新增古腾堡模块转换不变quote
  • infility-global/trunk/widgets/gutenberg-tools/gutenberg-tools.php

    r3394727 r3399332  
    1818                    'custom/remove-image-transform',
    1919                    ( settings, name ) => {
    20                         if (['core/image', 'core/table'].includes(name) && settings.transforms) {
     20                        if (['core/image', 'core/table', 'core/quote'].includes(name) && settings.transforms) {
    2121                            // 删除来自 HTML 的转换规则
    2222                            settings.transforms.from = (settings.transforms.from || []).filter(
     
    5959            .single-post .elementor-widget-theme-post-content .wp-block-spacer { display: none; }
    6060            .single-post .elementor-widget-theme-post-content video{margin: 20px 0;}
    61             .single-post .elementor-widget-theme-post-content iframe{margin: 20px 0;}
     61            .single-post .elementor-widget-theme-post-content .wp-block-embed__wrapper::before{margin: 30px 0;}
    6262            @media screen and (max-width: 768px) {
    6363            .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; }
Note: See TracChangeset for help on using the changeset viewer.