Plugin Directory

Changeset 3401783


Ignore:
Timestamp:
11/24/2025 11:14:53 AM (4 months ago)
Author:
imsupporting
Message:

Fixed CORS issue in registration and bumped version to 5.0.0.6

Location:
imsupporting/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • imsupporting/trunk/imsupporting-admin.php

    r3401764 r3401783  
    191191        }
    192192
    193         xhr.open('POST', 'https://www.imsupporting.com/sign-up.php');
     193        xhr.open('POST', 'https://imsupporting.com/sign-up.php');
    194194        xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
    195195        xhr.setRequestHeader('Accept', 'application/json');
  • imsupporting/trunk/imsupporting-live-chat-plugin.php

    r3401764 r3401783  
    55Donate link: http://IMsupporting.com
    66Tags: 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.4
    8 Version: 5.0.0.5
     7Stable tag: 5.0.0.6
     8Version: 5.0.0.6
    99Tested up to: 6.8.3
    1010License: GPLv2
  • imsupporting/trunk/readme.txt

    r3401764 r3401783  
    55Tags: live chat, ai chat, hybrid chat, live support, customer support
    66Tested up to: 6.8.3
    7 Stable tag: 5.0.0.5
     7Stable tag: 5.0.0.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 5.0.0.6 =
     65* Fixed CORS issue during registration by using canonical URL
     66* Updated registration API endpoint
     67
    6468= 5.0.0.5 =
    6569* Added direct dashboard login link to plugin action links
Note: See TracChangeset for help on using the changeset viewer.