Skip to content

Commit

Permalink
Merge pull request #41 from newfold-labs/siteErrorPage
Browse files Browse the repository at this point in the history
updated flow
  • Loading branch information
arunshenoy99 authored Feb 7, 2024
2 parents 9b97cc7 + 788ec84 commit de3f577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -166,6 +166,7 @@ final class Flows {
'skipCache' => true,
'sitemapPagesGenerated' => false,
'customDesign' => false,
'siteGenErrorStatus' => false,
),
);

Expand Down

0 comments on commit de3f577

Please sign in to comment.