From 7b2552c0c0d8012c8cdba99d80d5ceafd641e598 Mon Sep 17 00:00:00 2001 From: Josh Heald Date: Tue, 25 Nov 2025 11:29:09 +0000 Subject: [PATCH 1/2] Enable local catalog feature flag for release --- Modules/Sources/Experiments/DefaultFeatureFlagService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift index 7e8a9168bb6..a1c0733a23d 100644 --- a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift +++ b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift @@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService { case .pointOfSaleHistoricalOrdersi1: return true case .pointOfSaleLocalCatalogi1: - return buildConfig == .localDeveloper || buildConfig == .alpha + return true case .ciabBookings: return buildConfig == .localDeveloper || buildConfig == .alpha case .pointOfSaleSurveys: From fd7488c0ddc5c60d66df6c55fcd97cbe8b513cde Mon Sep 17 00:00:00 2001 From: Josh Heald Date: Wed, 26 Nov 2025 07:48:25 +0000 Subject: [PATCH 2/2] Add local catalog to 23.8 release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b45b94dafa8..a4aefd3e311 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ - [*] Update products on the Top Performers card when there are changes made to displayed products [https://github.com/woocommerce/woocommerce-ios/pull/16380] - [*] Fixed issue unregistering device from push notifications [https://github.com/woocommerce/woocommerce-ios/pull/16386] - [Internal] Fix broken navigation to a variable product selector [https://github.com/woocommerce/woocommerce-ios/pull/16363] +-[***] POS uses a local on-device product catalog for fast barcode scanning, search, and product selection [https://github.com/woocommerce/woocommerce-ios/pull/16395] 23.7 -----