From f092daf3671f42fecb86840fb4717c212225610c Mon Sep 17 00:00:00 2001 From: Anthony Gordon Date: Tue, 4 Jan 2022 13:28:33 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f503ac..7404f01 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Full documentation this available [here](https://woosignal.com/docs/app/ios/labe - Light and dark mode - Theme customization - Stripe, Cash On Delivery and PayPal -- Localized for en, es, pt, it, hi, fr, zh +- Localized for en, es, pt, it, hi, fr, zh, tr, nl - Orders show as normal in WooCommerce ## Security Vulnerabilities From 0796fe7f8dd9cf7ad9dccb117dff8fab3aea17e5 Mon Sep 17 00:00:00 2001 From: Anthony Gordon Date: Thu, 6 Jan 2022 00:49:43 +0000 Subject: [PATCH 2/4] Update pubspec.yaml --- LabelStoreMax/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index 7de8577..fae7fd2 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -8,7 +8,7 @@ ### Change App Icon # 1 Replace: public/assets/icon/appicon.png (1024px1024px icon size) -# 2 Run this command from the terminal: "flutter pub run nylo_framework:main appicons:build" +# 2 Run this command from the terminal: "flutter pub run flutter_launcher_icons:main" ### Uploading the IOS/Android app # IOS https://flutter.dev/docs/deployment/ios From 0fde2b262edaf2fe8a59a4148baf20effba415b9 Mon Sep 17 00:00:00 2001 From: Anthony Gordon Date: Thu, 6 Jan 2022 01:23:40 +0000 Subject: [PATCH 3/4] Update home_drawer_widget.dart --- LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart b/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart index 9c16ae1..24062e9 100644 --- a/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart +++ b/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart @@ -42,7 +42,6 @@ class _HomeDrawerWidgetState extends State { @override Widget build(BuildContext context) { - print(widget.wooSignalApp.wishlistEnabled); bool isDark = (Theme.of(context).brightness == Brightness.dark); return Drawer( child: Container( From be49ddff1f657f18e09938ec53d1072da2de64e0 Mon Sep 17 00:00:00 2001 From: Anthony Gordon Date: Sat, 29 Jan 2022 12:59:59 +0000 Subject: [PATCH 4/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5ca4739..4ed59ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2021, Woosignal +Copyright (c) 2022, Woosignal All rights reserved. Redistribution and use in source and binary forms, with or without