Skip to content

Commit 8aff3df

Browse files
authored
Merge pull request #19714 from wordpress-mobile/task/enable-cmf
[Jetpack Content Migration] Enable Content Migration Flow
2 parents 90c17f5 + 440b8e8 commit 8aff3df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
21.3
66
-----
7+
* [***] Adds a smooth, opt-in transition to the Jetpack app. [#19714]
78
* [*] [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]
89
* [*] Fixed a minor UI issue where the segmented control under My SIte was being clipped when "Home" is selected. [#19595]
910
* [*] Fixed an issue where the site wasn't removed and the app wasn't refreshed after disconnecting the site from WordPress.com. [#19634]

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
113113
case .jetpackPowered:
114114
return true
115115
case .jetpackPoweredBottomSheet:
116-
return false
116+
return true
117117
case .contentMigration:
118-
return false
118+
return true
119119
case .newJetpackLandingScreen:
120120
return true
121121
case .newWordPressLandingScreen:

0 commit comments

Comments
 (0)