Skip to content

Commit

Permalink
Merge pull request #44 from newfold-labs/fix-disable-back
Browse files Browse the repository at this point in the history
Update Flows.php
  • Loading branch information
diwanshuster authored Feb 28, 2024
2 parents fa779bc + ef875be commit aadf22b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"newfold-labs/wp-module-installer": "^1.1",
"newfold-labs/wp-module-patterns": "^0.1.14",
"newfold-labs/wp-module-ai": "^1.1.4",
"newfold-labs/wp-module-ai": "^1.1.5",
"wp-forge/wp-upgrade-handler": "^1.0",
"mustache/mustache": "^2.14",
"newfold-labs/wp-module-data": "^2.4.18",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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' => '2.0.1',
'version' => '2.0.2',

// Each time step is viewed, insert GMT timestamp to array.
'isViewed' => array(),
Expand Down Expand Up @@ -166,6 +166,8 @@ final class Flows {
'customDesign' => false,
'siteGenErrorStatus' => false,
),

'continueWithoutAi' => false,
);

/**
Expand Down

0 comments on commit aadf22b

Please sign in to comment.