Skip to content

Commit 60ebf1d

Browse files
Updated readme.txt and updated version numbers
1 parent 6c57ef2 commit 60ebf1d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: rickmutt
33
Tags: waiting room, traffic management, queue management, ecommerce, CrowdHandler,
44
Tested up to: 5.7.2
5-
Stable tag: 1.0
5+
Stable tag: 1.1.1
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

@@ -91,5 +91,10 @@ You can uninstall the plugin at any time to remove CrowdHandler from your site.
9191

9292
== Changelog ==
9393

94+
= 1.1.1 =
95+
* Updated readme.txt.
96+
* Updated version numbers.
97+
= 1.1 =
98+
* Added additional variable escaping for admin options.
9499
= 1.0 =
95100
* Initial release.

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.0.0
19+
* Version: 1.1.1
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.0.0');
41+
define('CROWDHANDLER_VERSION', '1.1.1');
4242

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

0 commit comments

Comments
 (0)