Skip to content

Commit

Permalink
Merge pull request #78 from newfold-labs/enhance/remove-AB-test-PRESS…
Browse files Browse the repository at this point in the history
…0-999

Apply Fork A/B Test Winner
  • Loading branch information
arunshenoy99 authored May 2, 2024
2 parents b7c1a88 + 57b198e commit 594d7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions includes/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class Events {
*
* @var array
*/
protected static $category = array( 'wonder_start', 'experiment' );
protected static $category = array( 'wonder_start' );

/**
* List of valid actions that an event can perform.
Expand Down Expand Up @@ -54,7 +54,6 @@ final class Events {
'logo_skipped' => true,
'site_generation_time' => true,
'error_state_triggered' => true,
'exp_fork_ai' => true,
);

/**
Expand Down
3 changes: 1 addition & 2 deletions 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.3',
'version' => '2.0.4',

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

'sitegen' => array(
'theForkExperimentVersion' => 0,
'siteDetails' => array(
'name' => '',
'type' => '',
Expand Down

0 comments on commit 594d7c8

Please sign in to comment.