diff --git a/includes/Events.php b/includes/Events.php index 9d60594..b98e781 100644 --- a/includes/Events.php +++ b/includes/Events.php @@ -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. @@ -54,7 +54,6 @@ final class Events { 'logo_skipped' => true, 'site_generation_time' => true, 'error_state_triggered' => true, - 'exp_fork_ai' => true, ); /** diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index 9c94175..5006bca 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.3', + 'version' => '2.0.4', // Each time step is viewed, insert GMT timestamp to array. 'isViewed' => array(), @@ -137,7 +137,6 @@ final class Flows { ), 'sitegen' => array( - 'theForkExperimentVersion' => 0, 'siteDetails' => array( 'name' => '', 'type' => '',