Skip to content

Commit e0a57da

Browse files
authored
Merge pull request #29 from woosignal/master
v5.7.1 - updates
2 parents be49ddf + ed1de12 commit e0a57da

16 files changed

+387
-314
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.7.1] - 2022-02-07
2+
3+
* Refactor account order detail page
4+
* Fix continuous loading if users has no orders
5+
* New styling for tabs in the account order detail page
6+
* Small refactor to controller loading
7+
* Pubspec.yaml dependency updates
8+
19
## [5.7.0] - 2022-01-29
210

311
* Refactor product detail page

LabelStoreMax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.7.0
7+
### Label StoreMax - v5.7.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)
@@ -45,7 +45,7 @@ Full documentation this available [here](https://woosignal.com/docs/app/label-st
4545
- Change app name, logo, customize default language, currency + more
4646
- Light and dark mode
4747
- Stripe, Cash On Delivery, PayPal
48-
- Localized for en, es, pt, it, hi, fr, zh, tr, nl
48+
- Localized for en, es, pt, it, hi, fr, zh, tr, nl, de
4949
- Orders show as normal in WooCommerce
5050

5151
## Security Vulnerabilities

LabelStoreMax/lib/app/controllers/product_category_search_loader_controller.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class ProductCategorySearchLoaderController
2929
category: productCategory.id.toString(),
3030
page: page,
3131
status: "publish",
32-
stockStatus: "instock"));
32+
stockStatus: "instock",
33+
),
34+
);
3335
}
3436
}

0 commit comments

Comments
 (0)