Skip to content

Commit db74bb4

Browse files
authored
Merge pull request #18564 from wordpress-mobile/task/enable-qs-for-existing-users-feature-flag
Quick Start for Existing Users: Enable feature flag
2 parents 31af38b + 75ac9dc commit db74bb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-----
33
* [*] Site Settings: we fixed an issue that prevented the site title to be updated when it changed in Site Settings [#18543]
44
* [*] Media Picker: Fixed an issue where the empty state view was being displayed incorrectly. [#18471]
5+
* [*] Quick Start: We are now showing a different set of Quick Start tasks for existing sites and new sites. The existing sites checklist includes new tours such as: "Check your notifications" and "Upload photos or videos". [#18395, #18412, #18443, #18471]
56
* [*] Site Creation: we fixed an issue where the navigation buttons were not scaling when large fonts were selected on the device [#18559]
67
* [*] Widgets: we fixed an issue where text appeared flipped in rtl languages [#18567]
78

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
8888
case .siteName:
8989
return true
9090
case .quickStartForExistingUsers:
91-
return BuildConfiguration.current == .localDeveloper
91+
return true
9292
}
9393
}
9494

0 commit comments

Comments
 (0)