Skip to content

Commit db455cd

Browse files
authored
Merge pull request #5926 from woocommerce/issue/5878-enable-hub-menu-to-everyone
Enable Hub Menu for everyone
2 parents b60a2f9 + c603980 commit db455cd

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
@@ -28,7 +28,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
2828
case .orderCreation:
2929
return buildConfig == .localDeveloper || buildConfig == .alpha
3030
case .hubMenu:
31-
return buildConfig == .localDeveloper || buildConfig == .alpha
31+
return true
3232
case .systemStatusReport:
3333
return true
3434
case .stripeExtensionInPersonPayments:

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
8.4
44
-----
55
- [***] In-Person Payments: Support for Stripe M2 card reader. [https://github.com/woocommerce/woocommerce-ios/pull/5844]
6+
- [***] We introduced a new tab called "Menu", a tab in the main navigation where you can browser different sub-sections of the app: Switch Store, Settings, WooCommerce Admin, View Store and Reviews. [https://github.com/woocommerce/woocommerce-ios/pull/5926]
67
- [***] Store admins can now access sites with plugins that have Jetpack Connection Package (e.g. WooCommerce Payments, Jetpack Backup) in the app. These sites do not require Jetpack-the-plugin to connect anymore. Store admins can still install Jetpack-the-plugin from the app through settings or a Jetpack banner. [https://github.com/woocommerce/woocommerce-ios/pull/5924]
78
- [*] Add/Edit Product screen: Fix transient product name while adding images.[https://github.com/woocommerce/woocommerce-ios/pull/5840]
89

0 commit comments

Comments
 (0)