Skip to content

Commit 9572042

Browse files
authored
Merge pull request #8023 from woocommerce/feat/7879-release-feature
Store creation M1: enable feature flag
2 parents 41a3639 + 3ffc635 commit 9572042

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
3838
case .inAppPurchases:
3939
return buildConfig == .localDeveloper || buildConfig == .alpha
4040
case .storeCreationMVP:
41-
return buildConfig == .localDeveloper || buildConfig == .alpha
41+
return true
4242
case .justInTimeMessagesOnDashboard:
4343
return buildConfig == .localDeveloper || buildConfig == .alpha
4444
case .productsOnboarding:

RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
11.1
44
-----
55
- [**] You can now search customers when creating or editing an order. [https://github.com/woocommerce/woocommerce-ios/issues/7741]
6+
- [internal] Store creation is available from the login prologue, login email error screen, and store picker. [https://github.com/woocommerce/woocommerce-ios/pull/8023]
7+
- [internal] The login flow is simplified with only the option to log in with WordPress.com. This flow is presented in parallel with the existing flow in an A/B test experiment. [https://github.com/woocommerce/woocommerce-ios/pull/7996]
68

79
11.0
810
-----

0 commit comments

Comments
 (0)