Plugin Directory

Changeset 3490766


Ignore:
Timestamp:
03/25/2026 10:49:57 AM (7 days ago)
Author:
infility
Message:

v2.15.01 (20260320) Ben: 修复聊天工具表单提交后才跳转和轮换和功能。

Location:
infility-global/trunk
Files:
2 edited

Legend:

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

    r3490472 r3490766  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.15.02
     6Version: 2.15.03
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    151151    function __construct()
    152152    {
    153         define( 'INFILITY_GLOBAL_VERSION', '2.15.02' );
     153        define( 'INFILITY_GLOBAL_VERSION', '2.15.03' );
    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

    r3487039 r3490766  
    184184                        <td class="control">
    185185                            <a href="javascript://" class='save'><?php echo __('Save','infility-global');?></a>
    186                             <input type="hidden" name="RId[]" value="<?=$default_row['id']?>">
     186                            <input type="hidden" name="RId[]" value="1">
    187187                            <div class="show_type choose_list">
    188188                                <div>显示类型:</div>
Note: See TracChangeset for help on using the changeset viewer.