v5.0.1 - Pubspec.yaml dependency updates and Update to app_payment_gateways
This commit is contained in:
parent
9d62ef65b2
commit
40f3ebb6ac
@ -1,3 +1,8 @@
|
|||||||
|
## [5.0.1] - 2020-04-13
|
||||||
|
|
||||||
|
* Update to app_payment_gateways
|
||||||
|
* Pubspec.yaml dependency updates
|
||||||
|
|
||||||
## [5.0.0] - 2020-04-11
|
## [5.0.0] - 2020-04-11
|
||||||
|
|
||||||
* Major release
|
* Major release
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# WooCommerce App: Label StoreMax
|
# WooCommerce App: Label StoreMax
|
||||||
|
|
||||||
### Label StoreMax - v5.0.0
|
### Label StoreMax - v5.0.1
|
||||||
|
|
||||||
|
|
||||||
[Official WooSignal WooCommerce App](https://woosignal.com)
|
[Official WooSignal WooCommerce App](https://woosignal.com)
|
||||||
|
|||||||
@ -1,18 +0,0 @@
|
|||||||
#
|
|
||||||
# NOTE: This podspec is NOT to be published. It is only used as a local source!
|
|
||||||
# This is a generated file; do not edit or check into version control.
|
|
||||||
#
|
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
|
||||||
s.name = 'Flutter'
|
|
||||||
s.version = '1.0.0'
|
|
||||||
s.summary = 'High-performance, high-fidelity mobile apps.'
|
|
||||||
s.homepage = 'https://flutter.io'
|
|
||||||
s.license = { :type => 'MIT' }
|
|
||||||
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
|
|
||||||
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
|
|
||||||
s.ios.deployment_target = '8.0'
|
|
||||||
# Framework linking is handled by Flutter tooling, not CocoaPods.
|
|
||||||
# Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
|
|
||||||
s.vendored_frameworks = 'path/to/nothing'
|
|
||||||
end
|
|
||||||
@ -14,8 +14,8 @@ import 'package:flutter_app/bootstrap/helpers.dart';
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const app_payment_gateways = ["Stripe", "CashOnDelivery", "PayPal"];
|
const app_payment_gateways = ["Stripe"];
|
||||||
// Available: "Stripe", "CashOnDelivery", "RazorPay"
|
// Available: "Stripe", "CashOnDelivery", "RazorPay", "PayPal"
|
||||||
// e.g. app_payment_gateways = ["Stripe", "CashOnDelivery"]; will only use Stripe and Cash on Delivery.
|
// e.g. app_payment_gateways = ["Stripe", "CashOnDelivery"]; will only use Stripe and Cash on Delivery.
|
||||||
|
|
||||||
List<PaymentType> paymentTypeList = [
|
List<PaymentType> paymentTypeList = [
|
||||||
|
|||||||
@ -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: "0.1.0"
|
version: "1.0.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.0
|
# Version: 5.0.1
|
||||||
# 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
|
||||||
@ -32,7 +32,7 @@ dependencies:
|
|||||||
page_transition: ^2.0.1-nullsafety.0
|
page_transition: ^2.0.1-nullsafety.0
|
||||||
nylo_framework: ^0.8.2
|
nylo_framework: ^0.8.2
|
||||||
woosignal: ^2.0.2
|
woosignal: ^2.0.2
|
||||||
woosignal_stripe: ^0.1.0
|
woosignal_stripe: ^1.0.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