Changeset 3399332
- Timestamp:
- 11/20/2025 02:46:01 AM (4 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 3 edited
-
infility_global.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
widgets/gutenberg-tools/gutenberg-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3398661 r3399332 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.3 36 Version: 2.14.34 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 133 133 V2.14.28 (20251114) Ben: 新增导入seo标题和描述 134 134 v2.14.31 (20251119) Ben: 新增导入term的seo标题和描述 135 v2.14.34 (20251120) Ben: 新增古腾堡模块转换不变quote 135 136 */ 136 137 … … 138 139 function __construct() 139 140 { 140 define( 'INFILITY_GLOBAL_VERSION', '2.14.3 3' );141 define( 'INFILITY_GLOBAL_VERSION', '2.14.34' ); 141 142 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 142 143 define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的 -
infility-global/trunk/readme.txt
r3398580 r3399332 364 364 = 2.14.31 = 365 365 新增导入term的seo标题和描述 366 367 = 2.14.34 = 368 新增古腾堡模块转换不变quote -
infility-global/trunk/widgets/gutenberg-tools/gutenberg-tools.php
r3394727 r3399332 18 18 'custom/remove-image-transform', 19 19 ( settings, name ) => { 20 if (['core/image', 'core/table' ].includes(name) && settings.transforms) {20 if (['core/image', 'core/table', 'core/quote'].includes(name) && settings.transforms) { 21 21 // 删除来自 HTML 的转换规则 22 22 settings.transforms.from = (settings.transforms.from || []).filter( … … 59 59 .single-post .elementor-widget-theme-post-content .wp-block-spacer { display: none; } 60 60 .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;} 62 62 @media screen and (max-width: 768px) { 63 63 .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; }
Note: See TracChangeset
for help on using the changeset viewer.