Changeset 3401718
- Timestamp:
- 11/24/2025 10:00:12 AM (4 months ago)
- Location:
- imsupporting/trunk
- Files:
-
- 4 edited
-
imsupporting-admin.php (modified) (1 diff)
-
imsupporting-live-chat-plugin.php (modified) (1 diff)
-
imsupporting-screen-display.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imsupporting/trunk/imsupporting-admin.php
r3401689 r3401718 31 31 $ims_dept = get_option('ims_dept'); 32 32 $ims_url = get_option('ims_url'); 33 if (empty($ims_url)) { 34 $ims_url = 'https://widget.chatcdn.imsupporting.com'; 35 } 33 36 $ims_bgcolor = get_option('ims_bgcolor'); 34 37 $ims_bgofflinecolor = get_option('ims_bgofflinecolor'); -
imsupporting/trunk/imsupporting-live-chat-plugin.php
r3401710 r3401718 5 5 Donate link: http://IMsupporting.com 6 6 Tags: live chat, live-chat, chat plugin, free live chat, live chat, chat, livechat, live chat software, live chat widget, chat widget, widget, chat online, online chat, mobile live chat, wordpress live chat, live support, customer support, woocommerce chat, chat plugin, plugin, wp chat, zopim 7 Stable tag: 5.0.0. 28 Version: 5.0.0. 27 Stable tag: 5.0.0.3 8 Version: 5.0.0.3 9 9 Tested up to: 6.8.3 10 10 License: GPLv2 -
imsupporting/trunk/imsupporting-screen-display.php
r3401689 r3401718 10 10 $ims_dept = get_option('ims_dept', ''); 11 11 $ims_url = get_option('ims_url', 'https://widget.chatcdn.imsupporting.com'); 12 if (empty($ims_url)) { 13 $ims_url = 'https://widget.chatcdn.imsupporting.com'; 14 } 12 15 $ims_bgcolor = get_option('ims_bgcolor', '#199600'); 13 16 $ims_bgofflinecolor = get_option('ims_bgofflinecolor', '#960000'); -
imsupporting/trunk/readme.txt
r3401710 r3401718 5 5 Tags: live chat, ai chat, hybrid chat, live support, customer support 6 6 Tested up to: 6.8.3 7 Stable tag: 5.0.0. 27 Stable tag: 5.0.0.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 62 62 == Changelog == 63 64 = 5.0.0.3 = 65 * Fixed issue where widget URL could be empty on some installations 66 * Enforced default widget URL if not set 63 67 64 68 = 5.0.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.