Plugin Directory

Changeset 2932635


Ignore:
Timestamp:
06/30/2023 12:46:39 PM (3 years ago)
Author:
WP-LiveChat
Message:

10.0.9 - 2023-06-30

  • Changed signup URL
Location:
wp-live-chat-support/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-live-chat-support/trunk/changelog.txt

    r2880474 r2932635  
     1= 10.0.9 - 2023-06-30 =
     2* Changed signup URL
     3
    14= 10.0.8 - 2023-03-10 =
    25* Added reset configuration
  • wp-live-chat-support/trunk/config.php

    r2880474 r2932635  
    11<?php
    2   $WPLC_PLUGIN_VERSION='10.0.8';
     2  $WPLC_PLUGIN_VERSION='10.0.9';
  • wp-live-chat-support/trunk/readme.txt

    r2917180 r2932635  
    6161= How do I get 3CX StartUP Free? =
    62623CX StartUP is an easy to setup and manage communications platform that handles live chat as well as calls, video conferencing and team communications. Ideal for small to medium sized businesses. It is available in the cloud and offered for free.
    63 1. Sign up for a 3CX account [here](https://www.3cx.com/startup?src=livechatwp)
     631. Sign up for a 3CX account [here](https://www.3cx.com/signup/?src=livechatwp)
    64642. Install the WordPress Plugin on your website
    65653. With the credentials you receive login to the Web Client
     
    8585
    8686== Changelog ==
     87
     88= 10.0.9 - 2023-06-30 =
     89* Changed signup URL
    8790
    8891= 10.0.8 - 2023-03-10 =
  • wp-live-chat-support/trunk/wp-live-chat-support.php

    r2880474 r2932635  
    55  Plugin URI: https://www.3cx.com/wp-live-chat/
    66  Description: Live chat and voice/video call for web visitors. Setup a free portal account for unlimited agents and then activate the plugin.
    7   Version: 10.0.8
     7  Version: 10.0.9
    88  Author: 3CX
    99  Author URI: https://www.3cx.com/wp-live-chat/
     
    7272  $url = 'https://www.3cx.com/signin-google?wordpress=1';
    7373  if ($hasemail){
    74     $url = 'https://www.3cx.com/startup/?wordpress=1';
     74    $url = 'https://www.3cx.com/signup/?wordpress=1';
    7575  }
    7676  if ($hasemail) {
Note: See TracChangeset for help on using the changeset viewer.