From 262755ea023051ccfaaf7eeb43a1d6f8650d3f79 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:23:55 +0700 Subject: [PATCH 1/2] Enable feature flag for recommend app feature --- WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift b/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift index aa16c9d8743e..570495e5ac74 100644 --- a/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift +++ b/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift @@ -43,7 +43,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag { case .unifiedCommentsAndNotificationsList: return true case .recommendAppToOthers: - return BuildConfiguration.current ~= [.localDeveloper, .a8cBranchTest] + return true case .newCommentEdit: return false } From 7337aa0334f28054aef7768b078038e1659d11b3 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:28:36 +0700 Subject: [PATCH 2/2] Update release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 29aee813b59d..78c2cc57c225 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,7 @@ * [**] Added a time selection feature to Blogging Reminders: users can now choose at what time they will receive the reminders [#17024, #17033] * [**] Block editor: Embed block: Add "Resize for smaller devices" setting. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3753] * [**] Account Settings: added the ability to close user account. +* [*] Users can now share WordPress app with friends. Accessible from Me and About screen. [#16995] 18.0 -----