Skip to content

Commit

Permalink
6.3.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 4, 2022
1 parent 8499fa8 commit 7e43b67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions LabelStoreMax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.3.1] - 2022-11-04

* Fix email address bug in customer_address_input.dart

## [6.3.0] - 2022-11-03

* Ability to add Menu Links to the drawer widget through the WooSignal dashboard
Expand Down
2 changes: 1 addition & 1 deletion LabelStoreMax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# WooCommerce App: Label StoreMax

### Label StoreMax - v6.3.0
### Label StoreMax - v6.3.1


[Official WooSignal WooCommerce App](https://woosignal.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CustomerAddressInput extends StatelessWidget {
controller: txtControllerPostalCode,
),
),
if (txtControllerEmailAddress == null)
if (txtControllerEmailAddress != null)
Flexible(
child: TextEditingRow(
heading: trans("Email address"),
Expand Down
2 changes: 1 addition & 1 deletion LabelStoreMax/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Official WooSignal App Template for WooCommerce

# Label StoreMax
# Version: 6.3.0
# Version: 6.3.1
# Author: Anthony Gordon
# Homepage: https://woosignal.com
# Documentation: https://woosignal.com/docs/app/label-storemax
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# WooCommerce App: Label StoreMax

### Label StoreMax - v6.2.0
### Label StoreMax - v6.3.1


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

0 comments on commit 7e43b67

Please sign in to comment.