6.3.1 updates
This commit is contained in:
parent
8499fa8b07
commit
7e43b678ea
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -87,7 +87,7 @@ class CustomerAddressInput extends StatelessWidget {
|
||||
controller: txtControllerPostalCode,
|
||||
),
|
||||
),
|
||||
if (txtControllerEmailAddress == null)
|
||||
if (txtControllerEmailAddress != null)
|
||||
Flexible(
|
||||
child: TextEditingRow(
|
||||
heading: trans("Email address"),
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user