Skip to content

Commit

Permalink
Merge pull request #5 from newfold-labs/Press-2-1194-Add-Coming-Soon-…
Browse files Browse the repository at this point in the history
…to-Site-Features

Add Coming soon to Site Features
  • Loading branch information
officiallygod authored Oct 6, 2023
2 parents c69ed09 + 8aa3c89 commit 6c8cef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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' => '1.0.1',
'version' => '1.0.2',

// Each time step is viewed, insert GMT timestamp to array.
'isViewed' => array(),
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c8cef5

Please sign in to comment.