Skip to content

Commit

Permalink
Option: Sync wpcom_site_setup site option (#31662)
Browse files Browse the repository at this point in the history
* Options: Sync wpcom_site_setup site option

* Added changelogs

* Update changelog

* Upgrade version
  • Loading branch information
miksansegundo authored Jul 4, 2023
1 parent 591e06f commit a9375fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Sync wpcom_site_setup site option
1 change: 1 addition & 0 deletions projects/packages/sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class Defaults {
'wpcom_subscription_emails_use_excerpt',
'videopress_private_enabled_for_site',
'wpcom_gifting_subscription',
'wpcom_site_setup',
);

/**
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/sync/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.50.0';
const PACKAGE_VERSION = '1.50.1-alpha';

const PACKAGE_SLUG = 'sync';

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Sync wpcom_site_setup site option
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function test_sync_default_options() {
'launchpad_checklist_tasks_statuses' => array(),
'launchpad_screen' => 'full',
'wpcom_reader_views_enabled' => true,

'wpcom_site_setup' => '',
);

$theme_mod_key = 'theme_mods_' . get_option( 'stylesheet' );
Expand Down

0 comments on commit a9375fc

Please sign in to comment.