Changeset 2932635
- Timestamp:
- 06/30/2023 12:46:39 PM (3 years ago)
- Location:
- wp-live-chat-support/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
config.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-live-chat-support.php (modified) (2 diffs)
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 1 4 = 10.0.8 - 2023-03-10 = 2 5 * Added reset configuration -
wp-live-chat-support/trunk/config.php
r2880474 r2932635 1 1 <?php 2 $WPLC_PLUGIN_VERSION='10.0. 8';2 $WPLC_PLUGIN_VERSION='10.0.9'; -
wp-live-chat-support/trunk/readme.txt
r2917180 r2932635 61 61 = How do I get 3CX StartUP Free? = 62 62 3CX 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/s tartup?src=livechatwp)63 1. Sign up for a 3CX account [here](https://www.3cx.com/signup/?src=livechatwp) 64 64 2. Install the WordPress Plugin on your website 65 65 3. With the credentials you receive login to the Web Client … … 85 85 86 86 == Changelog == 87 88 = 10.0.9 - 2023-06-30 = 89 * Changed signup URL 87 90 88 91 = 10.0.8 - 2023-03-10 = -
wp-live-chat-support/trunk/wp-live-chat-support.php
r2880474 r2932635 5 5 Plugin URI: https://www.3cx.com/wp-live-chat/ 6 6 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. 87 Version: 10.0.9 8 8 Author: 3CX 9 9 Author URI: https://www.3cx.com/wp-live-chat/ … … 72 72 $url = 'https://www.3cx.com/signin-google?wordpress=1'; 73 73 if ($hasemail){ 74 $url = 'https://www.3cx.com/s tartup/?wordpress=1';74 $url = 'https://www.3cx.com/signup/?wordpress=1'; 75 75 } 76 76 if ($hasemail) {
Note: See TracChangeset
for help on using the changeset viewer.