We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128887f commit bd20329Copy full SHA for bd20329
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -48,7 +48,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
48
case .simplifiedLoginFlowI1:
49
return buildConfig == .localDeveloper || buildConfig == .alpha
50
case .justInTimeMessagesOnDashboard:
51
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ return true
52
case .productsOnboarding:
53
54
case .performanceMonitoring,
RELEASE-NOTES.txt
@@ -2,7 +2,7 @@
2
3
11.1
4
-----
5
-
+- [**] Relevant Just In Time Messages will be displayed on the My Store screen [https://github.com/woocommerce/woocommerce-ios/issues/7853]
6
7
11.0
8
0 commit comments