File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ APP_KEY="your app key"
2020STRIPE_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) ------!>*
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments