From 4be454a646f266a507e40a2abd3aeb1e192dad5c Mon Sep 17 00:00:00 2001 From: jonhickman Date: Sun, 29 Aug 2021 14:35:46 +0100 Subject: [PATCH] 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 --- crowdhandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdhandler.php b/crowdhandler.php index 904b2b3..ae594de 100644 --- a/crowdhandler.php +++ b/crowdhandler.php @@ -16,7 +16,7 @@ * Plugin Name: CrowdHandler virtual waiting room * Plugin URI: https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir * Description: During periods of heavy traffic, our queue management solution helps safeguard your website from crashing and protects your sales. - * Version: 1.1.1 + * Version: 1.1.3 * Author: CROWDHANDLER LTD * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -38,7 +38,7 @@ * Start at version 0.1.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define('CROWDHANDLER_VERSION', '1.1.1'); +define('CROWDHANDLER_VERSION', '1.1.3'); /** * The code that runs during plugin activation.