Skip to content

Commit bd20329

Browse files
committed
Add Just In Time Messages to 11.1 release
Release notes added, feature flag set to true.
1 parent 128887f commit bd20329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
4848
case .simplifiedLoginFlowI1:
4949
return buildConfig == .localDeveloper || buildConfig == .alpha
5050
case .justInTimeMessagesOnDashboard:
51-
return buildConfig == .localDeveloper || buildConfig == .alpha
51+
return true
5252
case .productsOnboarding:
5353
return buildConfig == .localDeveloper || buildConfig == .alpha
5454
case .performanceMonitoring,

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
11.1
44
-----
5-
5+
- [**] Relevant Just In Time Messages will be displayed on the My Store screen [https://github.com/woocommerce/woocommerce-ios/issues/7853]
66

77
11.0
88
-----

0 commit comments

Comments
 (0)