Skip to content

Commit d0524ac

Browse files
authored
Merge branch 'trunk' into issue/6564-remove-flag
2 parents 45f3971 + 11c2c2c commit d0524ac

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!--
22
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
33
-->
4+
## 10.6
5+
Exciting news! It's now possible to search for a product by its SKU. All you need is to have the latest version of WooCommerce available on your store! We also focused on polishing a few things and taking care of minor bugs that our team found, like making it easier for you to login to the app and fixing a rare crash when selecting a store in the store picker.
6+
7+
Keep your feedback rolling in; it helps us figure out what to work on next. 💜
8+
49
## 10.5
510

611
This release includes a lot of exciting features! It's now possible to duplicate a product from the app. Just tap on the More Menu available inside the Product detail screen. We have also added a new stats widget so now you can view your current day's stats without opening the app. Lastly, due to popular demand, we're bringing back the ability to add/edit customer notes and addresses from the main order screen.

WooCommerce/WooCommerceTests/ViewRelated/Products/Variations/Bulk Update/BulkUpdateViewModelTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ final class BulkUpdateViewModelTests: XCTestCase {
337337
XCTAssertTrue(onCancelButtonTappedInvoked)
338338
}
339339

340-
func test_less_than_100_variations_shows_warning() throws {
340+
func test_less_than_100_variations_does_not_shows_warning() throws {
341341
// Given
342342
let viewModel = BulkUpdateViewModel(siteID: 0,
343343
productID: 0,
@@ -350,7 +350,7 @@ final class BulkUpdateViewModelTests: XCTestCase {
350350
XCTAssertFalse(viewModel.shouldShowVariationLimitWarning)
351351
}
352352

353-
func test_more_than_100_variations_does_not_shows_warning() throws {
353+
func test_more_than_100_variations_shows_warning() throws {
354354
// Given
355355
let viewModel = BulkUpdateViewModel(siteID: 0,
356356
productID: 0,

0 commit comments

Comments
 (0)