From de6d127413d31bc7a8d17c3b2ccf1c31d01bcbcc Mon Sep 17 00:00:00 2001 From: Povilas Staskus <4062343+staskus@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:57:50 +0300 Subject: [PATCH 1/2] Enable Point of Sale Historical Orders i1 feature flag --- 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 7d7154edf4a..2cb0a6f6667 100644 --- a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift +++ b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift @@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService { case .orderAddressMapSearch: return true case .pointOfSaleHistoricalOrdersi1: - return buildConfig == .localDeveloper || buildConfig == .alpha + return true case .pointOfSaleLocalCatalogi1: return buildConfig == .localDeveloper || buildConfig == .alpha case .ciabBookings: From e74d70f13b3f3dbfb9c8386eeec9975829371a19 Mon Sep 17 00:00:00 2001 From: Povilas Staskus <4062343+staskus@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:47:11 +0300 Subject: [PATCH 2/2] Update RELEASE-NOTES.txt --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 0813df3304b..01128d351a0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,6 +5,7 @@ ----- - [*] Order details: Fixes broken country selector navigation and "Non editable banner" width. [https://github.com/woocommerce/woocommerce-ios/pull/16171] - [*] Store widget: Fixes widget background colours for default and clean Liquid Glass mode. [https://github.com/woocommerce/woocommerce-ios/pull/16183] +- [**] POS: Allow merchants to view, search, and manage POS orders directly within the POS interface. [https://github.com/woocommerce/woocommerce-ios/pull/16198] 23.3 -----