From 788ec848f4d8c93396cc2ab0e5c82113a71d4fe4 Mon Sep 17 00:00:00 2001 From: "lokapure.girish" Date: Mon, 5 Feb 2024 17:36:46 +0530 Subject: [PATCH] updated flow --- includes/Flows/Flows.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index 85898ca..3aa9c79 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' => '2.0.0', + 'version' => '2.0.1', // Each time step is viewed, insert GMT timestamp to array. 'isViewed' => array(), @@ -166,6 +166,7 @@ final class Flows { 'skipCache' => true, 'sitemapPagesGenerated' => false, 'customDesign' => false, + 'siteGenErrorStatus' => false, ), );