Skip to content

Commit 4be454a

Browse files
authored
Update crowdhandler.php
Spotted that we also need to make a change at line 41! * Need to update /crowdhandler.php with new version number at line 19 and 41 * Check /readme.txt to see if instructions for installation and configuration need updating in line with your changes * Need to update the /readme.txt with a version number at line 5 * Need to add changelog to bottom of /readme.txt
1 parent 4eab997 commit 4be454a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)