Skip to content

Commit 7e43b67

Browse files
committed
6.3.1 updates
1 parent 8499fa8 commit 7e43b67

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.3.1] - 2022-11-04
2+
3+
* Fix email address bug in customer_address_input.dart
4+
15
## [6.3.0] - 2022-11-03
26

37
* Ability to add Menu Links to the drawer widget through the WooSignal dashboard

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v6.3.0
7+
### Label StoreMax - v6.3.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

LabelStoreMax/lib/resources/widgets/customer_address_input.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class CustomerAddressInput extends StatelessWidget {
8787
controller: txtControllerPostalCode,
8888
),
8989
),
90-
if (txtControllerEmailAddress == null)
90+
if (txtControllerEmailAddress != null)
9191
Flexible(
9292
child: TextEditingRow(
9393
heading: trans("Email address"),

LabelStoreMax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Official WooSignal App Template for WooCommerce
22

33
# Label StoreMax
4-
# Version: 6.3.0
4+
# Version: 6.3.1
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/label-storemax

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v6.2.0
7+
### Label StoreMax - v6.3.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

0 commit comments

Comments
 (0)