Skip to content

Commit c7161d2

Browse files
committed
v5.0.4 updates
1 parent 33b9ca3 commit c7161d2

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

LabelStoreMax/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ APP_KEY="your app key"
2020
STRIPE_ACCOUNT="Stripe account key from WooSignal"
2121
# Stripe account key from WooSignal https://woosignal.com/dashboard
2222

23-
STRIPE_LIVE_MODE="false"
23+
STRIPE_LIVE_MODE=null
2424
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard
2525

2626
# *<! ------ RAYZORPAY (OPTIONAL) ------!>*

LabelStoreMax/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.0.4] - 2020-04-30
2+
3+
* Fix IOS build failing with Stripe
4+
* Pubspec.yaml dependency updates
5+
16
## [5.0.3] - 2020-04-27
27

38
* Fix issue account page when logged in for Notic theme

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.3
7+
### Label StoreMax - v5.0.4
88

99

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

LabelStoreMax/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ packages:
412412
name: nylo_framework
413413
url: "https://pub.dartlang.org"
414414
source: hosted
415-
version: "0.8.2"
415+
version: "0.8.5"
416416
octo_image:
417417
dependency: transitive
418418
description:
@@ -732,7 +732,7 @@ packages:
732732
name: woosignal_stripe
733733
url: "https://pub.dartlang.org"
734734
source: hosted
735-
version: "1.0.0"
735+
version: "1.1.0"
736736
wp_json_api:
737737
dependency: "direct main"
738738
description:

LabelStoreMax/pubspec.yaml

Lines changed: 3 additions & 3 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.3
4+
# Version: 5.0.4
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/ios/label-storemax
@@ -30,9 +30,9 @@ dependencies:
3030
adaptive_theme: ^2.2.0
3131
intl: ^0.17.0
3232
page_transition: ^2.0.1-nullsafety.0
33-
nylo_framework: ^0.8.2
33+
nylo_framework: ^0.8.5
3434
woosignal: ^2.0.2
35-
woosignal_stripe: ^1.0.0
35+
woosignal_stripe: ^1.1.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.3
7+
### Label StoreMax - v5.0.4
88

99

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

0 commit comments

Comments
 (0)