Skip to content

Commit 5560f00

Browse files
committed
Update release notes and enable appleIDAccountDeletion feature flag.
1 parent 6c9ab99 commit 5560f00

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
@@ -42,7 +42,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
4242
case .backgroundProductImageUpload:
4343
return buildConfig == .localDeveloper || buildConfig == .alpha
4444
case .appleIDAccountDeletion:
45-
return buildConfig == .localDeveloper || buildConfig == .alpha
45+
return true
4646
default:
4747
return true
4848
}

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-----
55
- [*] Coupons: Fixed issue saving "Individual Use" and "Exclude Sale Items" fields. [https://github.com/woocommerce/woocommerce-ios/pull/7117]
66
- [*] Orders: The customer shipping/billing address form now navigates back automatically after selecting a country or state. [https://github.com/woocommerce/woocommerce-ios/pull/7119]
7+
- [internal] In settings and empty stores screen, the "Close Account" link is shown for users who signed in with Apple (the only way to create an account) to close their WordPress.com account. [https://github.com/woocommerce/woocommerce-ios/pull/7143]
78

89
9.4
910
-----

0 commit comments

Comments
 (0)