Skip to content

Commit a9f7508

Browse files
committed
Enable feature flag for all in release 10.6.
1 parent d917da1 commit a9f7508

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
3434
case .promptToEnableCodInIppOnboarding:
3535
return true
3636
case .searchProductsBySKU:
37-
return buildConfig == .localDeveloper || buildConfig == .alpha
37+
return true
3838
case .orderCreationSearchCustomers:
3939
return buildConfig == .localDeveloper || buildConfig == .alpha
4040
default:

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
- [*] Fixed a rare crash when selecting a store in the store picker. [https://github.com/woocommerce/woocommerce-ios/pull/7765]
77
- [*] Help center: Added help center web page with FAQs for "Not a WooCommerce site" and "Wrong WordPress.com account" error screens. [https://github.com/woocommerce/woocommerce-ios/pull/7767, https://github.com/woocommerce/woocommerce-ios/pull/7769]
8+
- [*] Products tab: products search now has an option to search products by SKU. Stores with WC version 6.6+ support partial SKU search, otherwise the product(s) with the exact SKU match is returned. [https://github.com/woocommerce/woocommerce-ios/pull/7781]
89

910
10.5
1011
-----

0 commit comments

Comments
 (0)