Skip to content

Commit d932c0c

Browse files
Merge pull request #21 from Crowdhandler/installation-guide-update
Installation guide update
2 parents fb3884c + 0793197 commit d932c0c

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

README.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== CrowdHandler virtual waiting room ===
22
Contributors: rickmutt
33
Tags: waiting room, traffic management, queue management, ecommerce, CrowdHandler,
4-
Tested up to: 6.1.1
5-
Stable tag: 1.1.11
4+
Tested up to: 6.4.1
5+
Stable tag: 1.1.12
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

@@ -24,7 +24,7 @@ Not just for when you’re expecting company, make sure your website is always p
2424
**Get it running in no time**
2525
This plugin provides a simple installation of CrowdHandler on your WordPress site, giving you immediate access to our virtual waiting room in minutes.
2626

27-
You will need to create an account at [crowdhandler.com](https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir). Free and paid plans are available.
27+
You will need to create an account at [crowdhandler.com](https://www.crowdhandler.com/sign-up?utm_source=WordPress&utm_medium=Plugin_Dir). Free and paid plans are available.
2828

2929
== Installation ==
3030

@@ -43,11 +43,11 @@ The CrowdHandler plugin is available to install via the WordPress plugin directo
4343

4444
After installation, you need to configure the plugin:
4545

46-
1. Go to https://signup.crowdhandler.com to create a CrowdHandler account.
46+
1. Go to [https://www.crowdhandler.com/sign-up](https://www.crowdhandler.com/sign-up) to create a CrowdHandler account.
47+
1. Log into your account at [admin.crowdhandler.com](https://admin.crowdhandler.com)
48+
1. Work through the onboarding guide to set up your waiting room.
49+
1. Select ‘WordPress’ as your implementation at the end and follow the instructions to connect to your plugin.
4750
1. Note you do not need to install the CrowdHandler JavaScript when using the WordPress plugin
48-
1. In the CrowdHandler control panel, go to Domains > Deployment Settings
49-
1. Select ‘WordPress’ as the Deployment Option and ’Save’.
50-
1. Our guide will walk you through configuring the plug-in.
5151

5252
Optional settings:
5353

@@ -57,15 +57,15 @@ Optional settings:
5757

5858
= Do I need a CrowdHandler account to use this plugin? =
5959

60-
Yes. You can [sign up at crowdhandler.com](https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir). Free and paid plans are available.
60+
Yes. You can [sign up at crowdhandler.com](https://www.crowdhandler.com/sign-up?utm_source=WordPress&utm_medium=Plugin_Dir). Free and paid plans are available.
6161

6262
= I've set things up, but how do I configure my waiting room? =
6363

6464
This plugin installs CrowdHandler's waiting room onto your WordPress site. CrowdHandler settings are configured in your CrowdHandler dashboard at [https://admin.crowdhandler.com/](https://admin.crowdhandler.com/). Any changes will be reflected immediately on the WordPress site where you have loaded CrowdHandler.
6565

6666
= Where can I get more help with setting things up? =
6767

68-
Our [knowledge base](https://support.crowdhandler.com/) contains in depth documentation on CrowdHandler. If there is anything else you need to know, please submit a [support ticket](https://support.crowdhandler.com/support/tickets/new)
68+
Our [knowledge base](https://www.crowdhandler.com/support) contains in depth documentation on CrowdHandler. If there is anything else you need to know, please submit a [support ticket](https://support.crowdhandler.com/support/tickets/new)
6969

7070
= What are the CrowdHandler Terms of Service? =
7171

@@ -89,6 +89,8 @@ You can uninstall the plugin at any time to remove CrowdHandler from your site.
8989

9090

9191
== Changelog ==
92+
= 1.1.12 =
93+
* Updated installation guide
9294
= 1.1.11 =
9395
* Compatibility change for crowdhandler-php-skd release 1.0.7 and updated crowdhandler diagnostics
9496
= 1.1.10 =

crowdhandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: CrowdHandler virtual waiting room
1717
* Plugin URI: https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir
1818
* Description: During periods of heavy traffic, our queue management solution helps safeguard your website from crashing and protects your sales.
19-
* Version: 1.1.11
19+
* Version: 1.1.12
2020
* Author: CROWDHANDLER LTD
2121
* License: GPL-2.0+
2222
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -38,7 +38,7 @@
3838
* Start at version 0.1.0 and use SemVer - https://semver.org
3939
* Rename this for your plugin and update it as you release new versions.
4040
*/
41-
define('CROWDHANDLER_VERSION', '1.1.11');
41+
define('CROWDHANDLER_VERSION', '1.1.12');
4242

4343
/**
4444
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)