From b46ef7d61b05d2777b3dc8c2806fdcfade443178 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 13 Oct 2021 19:40:28 +0100 Subject: [PATCH] v5.2.1 --- LabelStoreMax/CHANGELOG.md | 4 ++++ LabelStoreMax/README.md | 2 +- .../lib/resources/widgets/checkout_paypal.dart | 14 +++++++------- LabelStoreMax/pubspec.yaml | 2 +- README.md | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/LabelStoreMax/CHANGELOG.md b/LabelStoreMax/CHANGELOG.md index 55af273..0c4d923 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-11 * 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)