From 9225ecbbccaa4af1ed468c6e4ac5a33878298a83 Mon Sep 17 00:00:00 2001 From: iamgabrielma Date: Mon, 1 Sep 2025 13:52:24 +0700 Subject: [PATCH 1/3] enable pointOfSaleSettingsi1 prod build --- 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 c6ddd3da9a4..08d57cb8f29 100644 --- a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift +++ b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift @@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService { case .pointOfSaleOrdersi2: return true case .pointOfSaleSettingsi1: - return buildConfig == .localDeveloper || buildConfig == .alpha + return true case .orderAddressMapSearch: return true case .pointOfSaleHistoricalOrdersi1: From b9cf8073703d7d3ab09d5f674c5ca23a5d8f1554 Mon Sep 17 00:00:00 2001 From: iamgabrielma Date: Mon, 1 Sep 2025 13:57:14 +0700 Subject: [PATCH 2/3] update release notes --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 08a6610707d..ca5aa3f5a9c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,7 +3,7 @@ 23.2 ----- - +- [*] POS: Point of Sale settings is now accessible in POS mode [https://github.com/woocommerce/woocommerce-ios/pull/16067] 23.1 ----- From b23437941a22f6adff2bed9e9637bbaa087c9df7 Mon Sep 17 00:00:00 2001 From: Gabriel Maldonado Date: Wed, 3 Sep 2025 13:24:25 +0700 Subject: [PATCH 3/3] Update RELEASE-NOTES.txt Co-authored-by: Povilas Staskus --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ca5aa3f5a9c..d70b59daa29 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,7 +3,7 @@ 23.2 ----- -- [*] POS: Point of Sale settings is now accessible in POS mode [https://github.com/woocommerce/woocommerce-ios/pull/16067] +- [*] POS: Point of Sale settings are now accessible in POS mode [https://github.com/woocommerce/woocommerce-ios/pull/16067] 23.1 -----