Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
21.4
-----
* [*] Share extension navigation bar is no longer transparent [#19700]
* [***] [Jetpack-only] Adds a smooth, opt-in transition to the Jetpack app for users migrating from the WordPress app. [#19759]
* [***] You can now migrate your site content to the Jetpack app without a hitch. [#19759]
* [**] [internal] Upgrade React Native from 0.66.2 to 0.69.4 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193]

21.3
Expand Down
6 changes: 3 additions & 3 deletions WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ 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:
return false
case .newCoreDataContext:
return true
case .jetpackMigrationPreventDuplicateNotifications:
return false
return true
case .jetpackFeaturesRemovalPhaseOne:
return false
case .jetpackFeaturesRemovalPhaseTwo:
Expand Down