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
+
1
5
## [ 6.3.0] - 2022-11-03
2
6
3
7
* Ability to add Menu Links to the drawer widget through the WooSignal dashboard
Original file line number Diff line number Diff line change 4
4
5
5
# WooCommerce App: Label StoreMax
6
6
7
- ### Label StoreMax - v6.3.0
7
+ ### Label StoreMax - v6.3.1
8
8
9
9
10
10
[ 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 {
87
87
controller: txtControllerPostalCode,
88
88
),
89
89
),
90
- if (txtControllerEmailAddress = = null )
90
+ if (txtControllerEmailAddress ! = null )
91
91
Flexible (
92
92
child: TextEditingRow (
93
93
heading: trans ("Email address" ),
Original file line number Diff line number Diff line change 1
1
# Official WooSignal App Template for WooCommerce
2
2
3
3
# Label StoreMax
4
- # Version: 6.3.0
4
+ # Version: 6.3.1
5
5
# Author: Anthony Gordon
6
6
# Homepage: https://woosignal.com
7
7
# Documentation: https://woosignal.com/docs/app/label-storemax
Original file line number Diff line number Diff line change 4
4
5
5
# WooCommerce App: Label StoreMax
6
6
7
- ### Label StoreMax - v6.2.0
7
+ ### Label StoreMax - v6.3.1
8
8
9
9
10
10
[ Official WooSignal WooCommerce App] ( https://woosignal.com )
You can’t perform that action at this time.
0 commit comments