Plugin Directory

Changeset 3494466


Ignore:
Timestamp:
03/30/2026 10:41:45 AM (43 hours ago)
Author:
infility
Message:

v2.15.06 (20260330) Ben: 聊天工具修复bug

Location:
infility-global/trunk
Files:
2 edited

Legend:

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

    r3492358 r3494466  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.15.05
     6Version: 2.15.06
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    151151    function __construct()
    152152    {
    153         define( 'INFILITY_GLOBAL_VERSION', '2.15.05' );
     153        define( 'INFILITY_GLOBAL_VERSION', '2.15.06' );
    154154        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    155155        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/infility-chat-tool/infility-chat-tool.php

    r3491621 r3494466  
    381381            }
    382382
    383             if(empty($data)){
     383            if(!empty($data)){
    384384                $wpdb->update($tableName,$data,['id'=>$id]);
    385385            }
Note: See TracChangeset for help on using the changeset viewer.