v5.0.4 updates
This commit is contained in:
parent
33b9ca3746
commit
c7161d2611
@ -20,7 +20,7 @@ APP_KEY="your app key"
|
|||||||
STRIPE_ACCOUNT="Stripe account key from WooSignal"
|
STRIPE_ACCOUNT="Stripe account key from WooSignal"
|
||||||
# Stripe account key from WooSignal https://woosignal.com/dashboard
|
# Stripe account key from WooSignal https://woosignal.com/dashboard
|
||||||
|
|
||||||
STRIPE_LIVE_MODE="false"
|
STRIPE_LIVE_MODE=null
|
||||||
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard
|
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard
|
||||||
|
|
||||||
# *<! ------ RAYZORPAY (OPTIONAL) ------!>*
|
# *<! ------ RAYZORPAY (OPTIONAL) ------!>*
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
## [5.0.4] - 2020-04-30
|
||||||
|
|
||||||
|
* Fix IOS build failing with Stripe
|
||||||
|
* Pubspec.yaml dependency updates
|
||||||
|
|
||||||
## [5.0.3] - 2020-04-27
|
## [5.0.3] - 2020-04-27
|
||||||
|
|
||||||
* Fix issue account page when logged in for Notic theme
|
* Fix issue account page when logged in for Notic theme
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# WooCommerce App: Label StoreMax
|
# WooCommerce App: Label StoreMax
|
||||||
|
|
||||||
### Label StoreMax - v5.0.3
|
### Label StoreMax - v5.0.4
|
||||||
|
|
||||||
|
|
||||||
[Official WooSignal WooCommerce App](https://woosignal.com)
|
[Official WooSignal WooCommerce App](https://woosignal.com)
|
||||||
|
|||||||
@ -412,7 +412,7 @@ packages:
|
|||||||
name: nylo_framework
|
name: nylo_framework
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.8.2"
|
version: "0.8.5"
|
||||||
octo_image:
|
octo_image:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -732,7 +732,7 @@ packages:
|
|||||||
name: woosignal_stripe
|
name: woosignal_stripe
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.1.0"
|
||||||
wp_json_api:
|
wp_json_api:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# Official WooSignal App Template for WooCommerce
|
# Official WooSignal App Template for WooCommerce
|
||||||
|
|
||||||
# Label StoreMax
|
# Label StoreMax
|
||||||
# Version: 5.0.3
|
# Version: 5.0.4
|
||||||
# Author: Anthony Gordon
|
# Author: Anthony Gordon
|
||||||
# Homepage: https://woosignal.com
|
# Homepage: https://woosignal.com
|
||||||
# Documentation: https://woosignal.com/docs/app/ios/label-storemax
|
# Documentation: https://woosignal.com/docs/app/ios/label-storemax
|
||||||
@ -30,9 +30,9 @@ dependencies:
|
|||||||
adaptive_theme: ^2.2.0
|
adaptive_theme: ^2.2.0
|
||||||
intl: ^0.17.0
|
intl: ^0.17.0
|
||||||
page_transition: ^2.0.1-nullsafety.0
|
page_transition: ^2.0.1-nullsafety.0
|
||||||
nylo_framework: ^0.8.2
|
nylo_framework: ^0.8.5
|
||||||
woosignal: ^2.0.2
|
woosignal: ^2.0.2
|
||||||
woosignal_stripe: ^1.0.0
|
woosignal_stripe: ^1.1.0
|
||||||
razorpay_flutter: ^1.2.5
|
razorpay_flutter: ^1.2.5
|
||||||
wp_json_api: ^3.0.0
|
wp_json_api: ^3.0.0
|
||||||
cached_network_image: ^3.0.0
|
cached_network_image: ^3.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user