diff --git a/LabelStoreMax/CHANGELOG.md b/LabelStoreMax/CHANGELOG.md index b5f9074..ec2b72b 100644 --- a/LabelStoreMax/CHANGELOG.md +++ b/LabelStoreMax/CHANGELOG.md @@ -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 diff --git a/LabelStoreMax/README.md b/LabelStoreMax/README.md index 0235c81..3c13879 100644 --- a/LabelStoreMax/README.md +++ b/LabelStoreMax/README.md @@ -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) diff --git a/LabelStoreMax/lib/resources/widgets/customer_address_input.dart b/LabelStoreMax/lib/resources/widgets/customer_address_input.dart index 855ff73..b1e5228 100644 --- a/LabelStoreMax/lib/resources/widgets/customer_address_input.dart +++ b/LabelStoreMax/lib/resources/widgets/customer_address_input.dart @@ -87,7 +87,7 @@ class CustomerAddressInput extends StatelessWidget { controller: txtControllerPostalCode, ), ), - if (txtControllerEmailAddress == null) + if (txtControllerEmailAddress != null) Flexible( child: TextEditingRow( heading: trans("Email address"), diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index 107f765..e1dcc1b 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -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 diff --git a/README.md b/README.md index 2041e79..6236eea 100644 --- a/README.md +++ b/README.md @@ -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)