Plugin Directory

Changeset 3409016


Ignore:
Timestamp:
12/03/2025 08:16:15 AM (4 months ago)
Author:
infility
Message:

v2.14.38 (20251203) Ben: 新增古腾堡样式类型

Location:
infility-global/trunk
Files:
2 edited

Legend:

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

    r3408930 r3409016  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.37
     6Version: 2.14.38
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    142142    function __construct()
    143143    {
    144         define( 'INFILITY_GLOBAL_VERSION', '2.14.37' );
     144        define( 'INFILITY_GLOBAL_VERSION', '2.14.38' );
    145145        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    146146        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/gutenberg-tools/gutenberg-tools.php

    r3408930 r3409016  
    6363            .single-blog .elementor-widget-theme-post-content h2 { margin-top: 100px; }
    6464            .single-blog .elementor-widget-theme-post-content h3 { margin-top: 30px; }
     65            .single-blog .elementor-widget-theme-post-content p { margin-bottom: 10px; }
    6566            .single-blog .elementor-widget-theme-post-content img { margin-top: 20px; margin-bottom: 20px; }
    6667            .single-blog .elementor-widget-theme-post-content .wp-block-spacer { display: none; }
Note: See TracChangeset for help on using the changeset viewer.