6.3.1 updates

This commit is contained in:
Anthony 2022-11-04 14:01:21 +08:00
parent 8499fa8b07
commit 7e43b678ea
5 changed files with 8 additions and 4 deletions

View File

@ -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 ## [6.3.0] - 2022-11-03
* Ability to add Menu Links to the drawer widget through the WooSignal dashboard * Ability to add Menu Links to the drawer widget through the WooSignal dashboard

View File

@ -4,7 +4,7 @@
# WooCommerce App: Label StoreMax # WooCommerce App: Label StoreMax
### Label StoreMax - v6.3.0 ### Label StoreMax - v6.3.1
[Official WooSignal WooCommerce App](https://woosignal.com) [Official WooSignal WooCommerce App](https://woosignal.com)

View File

@ -87,7 +87,7 @@ class CustomerAddressInput extends StatelessWidget {
controller: txtControllerPostalCode, controller: txtControllerPostalCode,
), ),
), ),
if (txtControllerEmailAddress == null) if (txtControllerEmailAddress != null)
Flexible( Flexible(
child: TextEditingRow( child: TextEditingRow(
heading: trans("Email address"), heading: trans("Email address"),

View File

@ -1,7 +1,7 @@
# Official WooSignal App Template for WooCommerce # Official WooSignal App Template for WooCommerce
# Label StoreMax # Label StoreMax
# Version: 6.3.0 # Version: 6.3.1
# Author: Anthony Gordon # Author: Anthony Gordon
# Homepage: https://woosignal.com # Homepage: https://woosignal.com
# Documentation: https://woosignal.com/docs/app/label-storemax # Documentation: https://woosignal.com/docs/app/label-storemax

View File

@ -4,7 +4,7 @@
# WooCommerce App: Label StoreMax # WooCommerce App: Label StoreMax
### Label StoreMax - v6.2.0 ### Label StoreMax - v6.3.1
[Official WooSignal WooCommerce App](https://woosignal.com) [Official WooSignal WooCommerce App](https://woosignal.com)