Changeset 3467303
- Timestamp:
- 02/23/2026 06:30:44 AM (5 weeks ago)
- Location:
- bit-assist
- Files:
-
- 10 edited
- 1 copied
-
tags/1.6.2 (copied) (copied from bit-assist/trunk)
-
tags/1.6.2/backend/app/Config.php (modified) (1 diff)
-
tags/1.6.2/backend/app/HTTP/Requests/WidgetUpdateRequest.php (modified) (2 diffs)
-
tags/1.6.2/index.php (modified) (1 diff)
-
tags/1.6.2/readme.txt (modified) (2 diffs)
-
tags/1.6.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/backend/app/Config.php (modified) (1 diff)
-
trunk/backend/app/HTTP/Requests/WidgetUpdateRequest.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bit-assist/tags/1.6.2/backend/app/Config.php
r3464745 r3467303 22 22 public const VAR_PREFIX = 'bit_assist_'; 23 23 24 public const VERSION = '1.6. 1';24 public const VERSION = '1.6.2'; 25 25 26 26 public const DB_VERSION = '1.0.3'; -
bit-assist/tags/1.6.2/backend/app/HTTP/Requests/WidgetUpdateRequest.php
r3464745 r3467303 16 16 'name' => ['required', 'string', 'max:255', 'sanitize:text'], 17 17 'styles' => ['nullable'], 18 'domains.*' => ['nullable', 'string', 'max:255', 'sanitize:text'],19 'business_hours' => ['nullable', 'array'],20 18 'timezone' => ['nullable', 'string', 'max:255', 'sanitize:text'], 21 'exclude_pages' => ['nullable', 'array'],22 19 'initial_delay' => ['required', 'integer'], 23 20 'page_scroll' => ['required', 'integer'], 24 21 'widget_behavior' => ['required', 'integer'], 25 'custom_css' => ['nullable', 'string', 'sanitize:textarea'],26 22 'call_to_action.delay' => ['nullable', 'integer'], 27 23 'call_to_action.text' => ['nullable', 'string', 'sanitize:textarea'], … … 30 26 'integrations' => ['nullable', 'array'], 31 27 'status' => ['required', 'boolean'], 28 'hide_credit' => ['required', 'boolean'], 32 29 ]; 33 30 } -
bit-assist/tags/1.6.2/index.php
r3464745 r3467303 5 5 * Plugin URI: https://bitapps.pro/bit-assist 6 6 * 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. 17 * Version: 1.6.2 8 8 * Author: Bit Assist - Click to Chat Widget Live Chat Support Chat Button 9 9 * Author URI: https://bitapps.pro -
bit-assist/tags/1.6.2/readme.txt
r3464745 r3467303 4 4 Tags: chat, chat widget, facebook messenger, whatsapp button, whatsapp chat 5 5 Requires at least: 5.1 6 Tested up to: 6.9 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 18 Stable tag: 1.6.2 9 9 License: GPLv2 or later 10 10 … … 349 349 350 350 == Changelog == 351 = v1.6.2 (Feb 23, 2026) = 352 * Fix: Hide credit not saving in DB. 353 351 354 = v1.6.1 (Feb 19, 2026) = 352 355 * Fix: WordPress Plugin Checker issues fixed. -
bit-assist/tags/1.6.2/vendor/composer/installed.php
r3464745 r3467303 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
bit-assist/trunk/backend/app/Config.php
r3464745 r3467303 22 22 public const VAR_PREFIX = 'bit_assist_'; 23 23 24 public const VERSION = '1.6. 1';24 public const VERSION = '1.6.2'; 25 25 26 26 public const DB_VERSION = '1.0.3'; -
bit-assist/trunk/backend/app/HTTP/Requests/WidgetUpdateRequest.php
r3464745 r3467303 16 16 'name' => ['required', 'string', 'max:255', 'sanitize:text'], 17 17 'styles' => ['nullable'], 18 'domains.*' => ['nullable', 'string', 'max:255', 'sanitize:text'],19 'business_hours' => ['nullable', 'array'],20 18 'timezone' => ['nullable', 'string', 'max:255', 'sanitize:text'], 21 'exclude_pages' => ['nullable', 'array'],22 19 'initial_delay' => ['required', 'integer'], 23 20 'page_scroll' => ['required', 'integer'], 24 21 'widget_behavior' => ['required', 'integer'], 25 'custom_css' => ['nullable', 'string', 'sanitize:textarea'],26 22 'call_to_action.delay' => ['nullable', 'integer'], 27 23 'call_to_action.text' => ['nullable', 'string', 'sanitize:textarea'], … … 30 26 'integrations' => ['nullable', 'array'], 31 27 'status' => ['required', 'boolean'], 28 'hide_credit' => ['required', 'boolean'], 32 29 ]; 33 30 } -
bit-assist/trunk/index.php
r3464745 r3467303 5 5 * Plugin URI: https://bitapps.pro/bit-assist 6 6 * 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. 17 * Version: 1.6.2 8 8 * Author: Bit Assist - Click to Chat Widget Live Chat Support Chat Button 9 9 * Author URI: https://bitapps.pro -
bit-assist/trunk/readme.txt
r3464745 r3467303 4 4 Tags: chat, chat widget, facebook messenger, whatsapp button, whatsapp chat 5 5 Requires at least: 5.1 6 Tested up to: 6.9 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 18 Stable tag: 1.6.2 9 9 License: GPLv2 or later 10 10 … … 349 349 350 350 == Changelog == 351 = v1.6.2 (Feb 23, 2026) = 352 * Fix: Hide credit not saving in DB. 353 351 354 = v1.6.1 (Feb 19, 2026) = 352 355 * Fix: WordPress Plugin Checker issues fixed. -
bit-assist/trunk/vendor/composer/installed.php
r3464745 r3467303 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.