Skip to content

Commit

Permalink
Merge pull request #17065 from wordpress-mobile/feature/enable-recomm…
Browse files Browse the repository at this point in the history
…end-app

Recommend App: Enable feature flag to public
  • Loading branch information
dvdchr authored Aug 23, 2021
2 parents a56e6a6 + 7337aa0 commit 28db015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 28db015

Please sign in to comment.