Skip to content

Commit

Permalink
Merge pull request #13245 from woocommerce/task/release-bulk-update
Browse files Browse the repository at this point in the history
Enable Bulk Update Orders Status feature
  • Loading branch information
hafizrahman authored Jan 8, 2025
2 parents c440db9 + 5f189e5 commit 7a501a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [*] Fixed overlap issue in Settings > WooCommerce Version [https://github.com/woocommerce/woocommerce-android/pull/13183]
- [*] Removed Tap To Pay usage survey [https://github.com/woocommerce/woocommerce-android/pull/13207]
- [**] Fixed a crash when a shop manager was trying to install or activate plugin in the POS onboarding [https://github.com/woocommerce/woocommerce-android/pull/13203]
- [***] Orders: Merchants can now bulk update the status of their orders [https://github.com/woocommerce/woocommerce-android/pull/13245]
- [*] Fixed a crash on the order details [https://github.com/woocommerce/woocommerce-android/pull/13191]
- [**] Introduced fallback logic for the barcode scanner to use the front-facing camera when a back-facing camera is unavailable [https://github.com/woocommerce/woocommerce-android/pull/13230]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ enum class FeatureFlag {
BETTER_CUSTOMER_SEARCH_M2,
ORDER_CREATION_AUTO_TAX_RATE,
REVAMP_WOO_SHIPPING,
BULK_UPDATE_ORDERS_STATUS,
HIDE_SITES_FROM_SITE_PICKER -> PackageUtils.isDebugBuild()

NEW_SHIPPING_SUPPORT,
ENDLESS_CAMPAIGNS_SUPPORT,
OBJECTIVE_SECTION -> true
OBJECTIVE_SECTION,
BULK_UPDATE_ORDERS_STATUS -> true
}
}
}

0 comments on commit 7a501a9

Please sign in to comment.