File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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" ),
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments