Skip to content

Commit c620bc2

Browse files
Tested with latest version of WP and update for crowdhandler-php-skd release 1.0.8
1 parent d932c0c commit c620bc2

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88

99
# IDE
1010
/.idea/
11-
.DS_Store
11+
.DS_Store
12+
.vscode

README.txt

Lines changed: 4 additions & 2 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.4.1
5-
Stable tag: 1.1.12
4+
Tested up to: 6.7.2
5+
Stable tag: 1.1.13
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

@@ -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.13 =
93+
* Compatibility change for crowdhandler-php-skd release 1.0.8
9294
= 1.1.12 =
9395
* Updated installation guide
9496
= 1.1.11 =

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

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

0 commit comments

Comments
 (0)