diff --git a/LabelStoreMax/CHANGELOG.md b/LabelStoreMax/CHANGELOG.md index 823ecd5..2275ca1 100644 --- a/LabelStoreMax/CHANGELOG.md +++ b/LabelStoreMax/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.2.1] - 2020-10-13 + +* Bug fixes + ## [5.2.0] - 2020-10-12 * Migrate to Nylo 2.1.0 diff --git a/LabelStoreMax/README.md b/LabelStoreMax/README.md index f096f5e..1111b89 100644 --- a/LabelStoreMax/README.md +++ b/LabelStoreMax/README.md @@ -4,7 +4,7 @@ # WooCommerce App: Label StoreMax -### Label StoreMax - v5.2.0 +### Label StoreMax - v5.2.1 [Official WooSignal WooCommerce App](https://woosignal.com) diff --git a/LabelStoreMax/lib/resources/widgets/checkout_paypal.dart b/LabelStoreMax/lib/resources/widgets/checkout_paypal.dart index 100c89c..ac8a012 100644 --- a/LabelStoreMax/lib/resources/widgets/checkout_paypal.dart +++ b/LabelStoreMax/lib/resources/widgets/checkout_paypal.dart @@ -38,32 +38,32 @@ class WebViewState extends NyState { String tmp = ""; if (customerAddress.firstName != null) { tmp += - '\n'; + '\n'; } if (customerAddress.lastName != null) { tmp += - '\n'; + '\n'; } if (customerAddress.addressLine != null) { tmp += - '\n'; + '\n'; } if (customerAddress.city != null) { tmp += - '\n'; + '\n'; } if (customerAddress.customerCountry.hasState() && customerAddress.customerCountry.state.name != null) { tmp += - '\n'; + '\n'; } if (customerAddress.postalCode != null) { tmp += - '\n'; + '\n'; } if (customerAddress.customerCountry.countryCode != null) { tmp += - '\n'; + '\n'; } formCheckoutShippingAddress = tmp; } diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index 69a4835..589aca6 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -1,7 +1,7 @@ # Official WooSignal App Template for WooCommerce # Label StoreMax -# Version: 5.2.0 +# Version: 5.2.1 # Author: Anthony Gordon # Homepage: https://woosignal.com # Documentation: https://woosignal.com/docs/app/ios/label-storemax diff --git a/README.md b/README.md index 103cd7d..4e1458e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # WooCommerce App: Label StoreMax -### Label StoreMax - v5.2.0 +### Label StoreMax - v5.2.1 [Official WooSignal WooCommerce App](https://woosignal.com)