Plugin Directory

Changeset 3462527


Ignore:
Timestamp:
02/16/2026 01:10:06 PM (6 weeks ago)
Author:
quantumcloud
Message:

Added floating icon options

Location:
knowledgebase-helpdesk
Files:
739 added
4 edited

Legend:

Unmodified
Added
Removed
  • knowledgebase-helpdesk/trunk/admin/category/kbx_category_image.php

    r3125163 r3462527  
    131131     
    132132     $(document).ajaxComplete(function(event, xhr, settings) {
    133        var queryStringArr = settings.data.split('&');
     133       var queryStringArr = (typeof settings.data === 'string') ? settings.data.split('&') : '';
    134134       if( $.inArray('action=add-tag', queryStringArr) !== -1 ){
    135135         var xml = xhr.responseXML;
  • knowledgebase-helpdesk/trunk/admin/kbx-bot-admin.php

    r3157440 r3462527  
    1919
    2020    }
    21     //add_action( 'admin_menu', 'kbxhd_bot_admin_menu' );
     21    add_action( 'admin_menu', 'kbxhd_bot_admin_menu' );
    2222}
    2323
  • knowledgebase-helpdesk/trunk/kbx-main-file.php

    r3226161 r3462527  
    44 * Plugin URI: https://wordpress.org/plugins/knowledgebase-helpdesk/
    55 * Description: AI ChatBot Helpdesk with Knowledgebase helpdesk, glossary,  all in one.
    6  * Version: 3.7.1
     6 * Version: 3.7.3
    77 * Requires at least: 4.7
    8  * Tested up to: 6.7
     8 * Tested up to: 6.9
    99 * Author: KnowledgeBase AI ChatBot Helpdesk - TurboPowers
    1010 * Author URI: https://turbopowers.com/
     
    3333//Custom Constants
    3434if ( ! defined( 'KBX_VERSION' ) ) {
    35     define('KBX_VERSION', '3.7.1');
     35    define('KBX_VERSION', '3.7.2');
    3636}
    3737
  • knowledgebase-helpdesk/trunk/readme.txt

    r3421758 r3462527  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 3.7.1
     8Stable tag: 3.7.3
    99License: GPLv2 or later
    1010License URI: https://turbopowers.com/
     
    273273== Changelog ==
    274274
     275= 3.7.3 =
     276# Added floating icon options
     277
    275278= 3.7.1 =
    276279# UI Update
Note: See TracChangeset for help on using the changeset viewer.