Skip to content

Commit

Permalink
Merge pull request #19714 from wordpress-mobile/task/enable-cmf
Browse files Browse the repository at this point in the history
[Jetpack Content Migration] Enable Content Migration Flow
  • Loading branch information
twstokes authored Dec 2, 2022
2 parents 90c17f5 + 440b8e8 commit 8aff3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

21.3
-----
* [***] Adds a smooth, opt-in transition to the Jetpack app. [#19714]
* [*] [internal] When a user migrates to the Jetpack app and allows notifications, WordPress app notifications are disabled. This is released disabled and is behind a feature flag. [#19616, #19611, #19590]
* [*] Fixed a minor UI issue where the segmented control under My SIte was being clipped when "Home" is selected. [#19595]
* [*] Fixed an issue where the site wasn't removed and the app wasn't refreshed after disconnecting the site from WordPress.com. [#19634]
Expand Down
4 changes: 2 additions & 2 deletions WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
case .jetpackPowered:
return true
case .jetpackPoweredBottomSheet:
return false
return true
case .contentMigration:
return false
return true
case .newJetpackLandingScreen:
return true
case .newWordPressLandingScreen:
Expand Down

0 comments on commit 8aff3df

Please sign in to comment.