Skip to content

Commit 40f3ebb

Browse files
committed
v5.0.1 - Pubspec.yaml dependency updates and Update to app_payment_gateways
1 parent 9d62ef6 commit 40f3ebb

File tree

7 files changed

+12
-25
lines changed

7 files changed

+12
-25
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.0.1] - 2020-04-13
2+
3+
* Update to app_payment_gateways
4+
* Pubspec.yaml dependency updates
5+
16
## [5.0.0] - 2020-04-11
27

38
* Major release

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.0.0
7+
### Label StoreMax - v5.0.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

LabelStoreMax/ios/Flutter/Flutter.podspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

LabelStoreMax/lib/config/app_payment_gateways.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import 'package:flutter_app/bootstrap/helpers.dart';
1414
|--------------------------------------------------------------------------
1515
*/
1616

17-
const app_payment_gateways = ["Stripe", "CashOnDelivery", "PayPal"];
18-
// Available: "Stripe", "CashOnDelivery", "RazorPay"
17+
const app_payment_gateways = ["Stripe"];
18+
// Available: "Stripe", "CashOnDelivery", "RazorPay", "PayPal"
1919
// e.g. app_payment_gateways = ["Stripe", "CashOnDelivery"]; will only use Stripe and Cash on Delivery.
2020

2121
List<PaymentType> paymentTypeList = [

LabelStoreMax/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ packages:
732732
name: woosignal_stripe
733733
url: "https://pub.dartlang.org"
734734
source: hosted
735-
version: "0.1.0"
735+
version: "1.0.0"
736736
wp_json_api:
737737
dependency: "direct main"
738738
description:

LabelStoreMax/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Official WooSignal App Template for WooCommerce
22

33
# Label StoreMax
4-
# Version: 5.0.0
4+
# Version: 5.0.1
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/ios/label-storemax
@@ -32,7 +32,7 @@ dependencies:
3232
page_transition: ^2.0.1-nullsafety.0
3333
nylo_framework: ^0.8.2
3434
woosignal: ^2.0.2
35-
woosignal_stripe: ^0.1.0
35+
woosignal_stripe: ^1.0.0
3636
razorpay_flutter: ^1.2.5
3737
wp_json_api: ^3.0.0
3838
cached_network_image: ^3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.0.0
7+
### Label StoreMax - v5.0.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

0 commit comments

Comments
 (0)