Skip to content

Commit

Permalink
Add keys to store site logo
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Nov 9, 2023
1 parent ce7043d commit 33a9d7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 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' => '1.0.4',
'version' => '1.0.5',

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

'sitegen' => array(),
'sitegen' => array(
'siteLogo' => array(
'id' => 0,
'url' => '',
),
),
);

/**
Expand Down

0 comments on commit 33a9d7b

Please sign in to comment.