From 0793e9b5de54405a0eceeca97c4aba6e98d609a5 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Tue, 3 Oct 2023 13:52:48 +0530 Subject: [PATCH 1/2] Add coming soon option --- includes/Flows/Flows.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index d9f6158..3ecaa5d 100644 --- a/includes/Flows/Flows.php +++ b/includes/Flows/Flows.php @@ -104,6 +104,8 @@ final class Flows { 'siteFeatures' => array(), 'chapters' => array(), + + 'comingSoon' => false, ), // we will store active flows (abandoned wp-setup, abandoned wp-commerce) with their identifier and use as a reference to access currentStep and data From 8aa3c89d5fde7e9df2d0d2ccd01660a6e548fb8b Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Tue, 3 Oct 2023 13:54:42 +0530 Subject: [PATCH 2/2] Update Flows.php --- includes/Flows/Flows.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index 3ecaa5d..9eb5374 100644 --- a/includes/Flows/Flows.php +++ b/includes/Flows/Flows.php @@ -16,7 +16,7 @@ final class Flows { * @var array */ protected static $data = array( - 'version' => '1.0.1', + 'version' => '1.0.2', // Each time step is viewed, insert GMT timestamp to array. 'isViewed' => array(),