Plugin Directory

Changeset 3467303


Ignore:
Timestamp:
02/23/2026 06:30:44 AM (5 weeks ago)
Author:
bitpressadmin
Message:

Update to version 1.6.2 from GitHub

Location:
bit-assist
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bit-assist/tags/1.6.2/backend/app/Config.php

    r3464745 r3467303  
    2222    public const VAR_PREFIX = 'bit_assist_';
    2323
    24     public const VERSION = '1.6.1';
     24    public const VERSION = '1.6.2';
    2525
    2626    public const DB_VERSION = '1.0.3';
  • bit-assist/tags/1.6.2/backend/app/HTTP/Requests/WidgetUpdateRequest.php

    r3464745 r3467303  
    1616            'name'                 => ['required', 'string', 'max:255', 'sanitize:text'],
    1717            'styles'               => ['nullable'],
    18             'domains.*'            => ['nullable', 'string', 'max:255', 'sanitize:text'],
    19             'business_hours'       => ['nullable', 'array'],
    2018            'timezone'             => ['nullable', 'string', 'max:255', 'sanitize:text'],
    21             'exclude_pages'        => ['nullable', 'array'],
    2219            'initial_delay'        => ['required', 'integer'],
    2320            'page_scroll'          => ['required', 'integer'],
    2421            'widget_behavior'      => ['required', 'integer'],
    25             'custom_css'           => ['nullable', 'string', 'sanitize:textarea'],
    2622            'call_to_action.delay' => ['nullable', 'integer'],
    2723            'call_to_action.text'  => ['nullable', 'string', 'sanitize:textarea'],
     
    3026            'integrations'         => ['nullable', 'array'],
    3127            'status'               => ['required', 'boolean'],
     28            'hide_credit'          => ['required', 'boolean'],
    3229        ];
    3330    }
  • bit-assist/tags/1.6.2/index.php

    r3464745 r3467303  
    55 * Plugin URI:  https://bitapps.pro/bit-assist
    66 * Description: WhatsApp,Facebook Messenger chat, click to chat Live Chat Widget,Call button & 30+ social chat support button for customer support with sticky chat button
    7  * Version:     1.6.1
     7 * Version:     1.6.2
    88 * Author:      Bit Assist - Click to Chat Widget Live Chat Support Chat Button
    99 * Author URI:  https://bitapps.pro
  • bit-assist/tags/1.6.2/readme.txt

    r3464745 r3467303  
    44Tags: chat, chat widget, facebook messenger, whatsapp button, whatsapp chat
    55Requires at least: 5.1
    6 Tested up to: 6.9
     6Tested up to: 6.9.1
    77Requires PHP: 7.4
    8 Stable tag: 1.6.1
     8Stable tag: 1.6.2
    99License: GPLv2 or later
    1010
     
    349349
    350350== Changelog ==
     351= v1.6.2 (Feb 23, 2026) =
     352* Fix: Hide credit not saving in DB.
     353
    351354= v1.6.1 (Feb 19, 2026) =
    352355* Fix: WordPress Plugin Checker issues fixed.
  • bit-assist/tags/1.6.2/vendor/composer/installed.php

    r3464745 r3467303  
    22    'root' => array(
    33        'name' => 'bitapps/assist',
    4         'pretty_version' => '1.6.1',
    5         'version' => '1.6.1.0',
    6         'reference' => '0428cad0defb425d7b7e89022c5d9ddd47ce7542',
     4        'pretty_version' => '1.6.2',
     5        'version' => '1.6.2.0',
     6        'reference' => '7d3411e789fcf5bb894a0c7247f046169c96cb9f',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'bitapps/assist' => array(
    14             'pretty_version' => '1.6.1',
    15             'version' => '1.6.1.0',
    16             'reference' => '0428cad0defb425d7b7e89022c5d9ddd47ce7542',
     14            'pretty_version' => '1.6.2',
     15            'version' => '1.6.2.0',
     16            'reference' => '7d3411e789fcf5bb894a0c7247f046169c96cb9f',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • bit-assist/trunk/backend/app/Config.php

    r3464745 r3467303  
    2222    public const VAR_PREFIX = 'bit_assist_';
    2323
    24     public const VERSION = '1.6.1';
     24    public const VERSION = '1.6.2';
    2525
    2626    public const DB_VERSION = '1.0.3';
  • bit-assist/trunk/backend/app/HTTP/Requests/WidgetUpdateRequest.php

    r3464745 r3467303  
    1616            'name'                 => ['required', 'string', 'max:255', 'sanitize:text'],
    1717            'styles'               => ['nullable'],
    18             'domains.*'            => ['nullable', 'string', 'max:255', 'sanitize:text'],
    19             'business_hours'       => ['nullable', 'array'],
    2018            'timezone'             => ['nullable', 'string', 'max:255', 'sanitize:text'],
    21             'exclude_pages'        => ['nullable', 'array'],
    2219            'initial_delay'        => ['required', 'integer'],
    2320            'page_scroll'          => ['required', 'integer'],
    2421            'widget_behavior'      => ['required', 'integer'],
    25             'custom_css'           => ['nullable', 'string', 'sanitize:textarea'],
    2622            'call_to_action.delay' => ['nullable', 'integer'],
    2723            'call_to_action.text'  => ['nullable', 'string', 'sanitize:textarea'],
     
    3026            'integrations'         => ['nullable', 'array'],
    3127            'status'               => ['required', 'boolean'],
     28            'hide_credit'          => ['required', 'boolean'],
    3229        ];
    3330    }
  • bit-assist/trunk/index.php

    r3464745 r3467303  
    55 * Plugin URI:  https://bitapps.pro/bit-assist
    66 * Description: WhatsApp,Facebook Messenger chat, click to chat Live Chat Widget,Call button & 30+ social chat support button for customer support with sticky chat button
    7  * Version:     1.6.1
     7 * Version:     1.6.2
    88 * Author:      Bit Assist - Click to Chat Widget Live Chat Support Chat Button
    99 * Author URI:  https://bitapps.pro
  • bit-assist/trunk/readme.txt

    r3464745 r3467303  
    44Tags: chat, chat widget, facebook messenger, whatsapp button, whatsapp chat
    55Requires at least: 5.1
    6 Tested up to: 6.9
     6Tested up to: 6.9.1
    77Requires PHP: 7.4
    8 Stable tag: 1.6.1
     8Stable tag: 1.6.2
    99License: GPLv2 or later
    1010
     
    349349
    350350== Changelog ==
     351= v1.6.2 (Feb 23, 2026) =
     352* Fix: Hide credit not saving in DB.
     353
    351354= v1.6.1 (Feb 19, 2026) =
    352355* Fix: WordPress Plugin Checker issues fixed.
  • bit-assist/trunk/vendor/composer/installed.php

    r3464745 r3467303  
    22    'root' => array(
    33        'name' => 'bitapps/assist',
    4         'pretty_version' => '1.6.1',
    5         'version' => '1.6.1.0',
    6         'reference' => '0428cad0defb425d7b7e89022c5d9ddd47ce7542',
     4        'pretty_version' => '1.6.2',
     5        'version' => '1.6.2.0',
     6        'reference' => '7d3411e789fcf5bb894a0c7247f046169c96cb9f',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'bitapps/assist' => array(
    14             'pretty_version' => '1.6.1',
    15             'version' => '1.6.1.0',
    16             'reference' => '0428cad0defb425d7b7e89022c5d9ddd47ce7542',
     14            'pretty_version' => '1.6.2',
     15            'version' => '1.6.2.0',
     16            'reference' => '7d3411e789fcf5bb894a0c7247f046169c96cb9f',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.