Skip to content

Commit 7ad678f

Browse files
committed
v1.1.4
1 parent f0c1aca commit 7ad678f

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

ShopMax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.4] - 2024-02-26
2+
3+
* pubspec.yaml updates
4+
15
## [1.1.3] - 2024-02-25
26

37
* Fix Checkout shipping page

ShopMax/lib/config/payment_gateways.dart

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
import '/app/models/payment_type.dart';
2-
import '../app/providers/payments/paypal_pay.dart';
3-
import '../app/providers/payments/razorpay_pay.dart';
4-
import '../app/providers/payments/stripe_pay.dart';
2+
import '/app/providers/payments/paypal_pay.dart';
3+
import '/app/providers/payments/razorpay_pay.dart';
4+
import '/app/providers/payments/stripe_pay.dart';
55
import '/bootstrap/helpers.dart';
66
import 'package:nylo_framework/nylo_framework.dart';
77

8-
/*
8+
/* PAYMENT GATEWAYS
99
|--------------------------------------------------------------------------
10-
| PAYMENT GATEWAYS
11-
|
1210
| Configure which payment gateways you want to use.
1311
| Docs here: https://woosignal.com/docs/app/shopmax
14-
|--------------------------------------------------------------------------
15-
*/
12+
|-------------------------------------------------------------------------- */
1613

1714
const appPaymentGateways = ["Stripe", "PayPal"];
1815
// Available: "Stripe", "PayPal", "RazorPay"

ShopMax/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,18 +697,18 @@ packages:
697697
dependency: "direct main"
698698
description:
699699
name: nylo_framework
700-
sha256: "8226cde6f2a29cb676da3ef5ec8cbfd24cc9a6555e7e6de1bc3138c916442a80"
700+
sha256: "67c6cf8458645ac586a1e9741711e11df78401e281f02e464e9169d8b8610943"
701701
url: "https://pub.dev"
702702
source: hosted
703-
version: "5.21.3"
703+
version: "5.21.4"
704704
nylo_support:
705705
dependency: transitive
706706
description:
707707
name: nylo_support
708-
sha256: ae31684e5888ea3801e0a3e01f928ef8a212bcd7a6367ac6de7df1a941a71010
708+
sha256: "3d1bf4f95d3a4ac7aa240064ee1b8eb570cc93ebdb38e1689861a9b4e4cd8aa0"
709709
url: "https://pub.dev"
710710
source: hosted
711-
version: "5.48.1"
711+
version: "5.49.0"
712712
octo_image:
713713
dependency: transitive
714714
description:

ShopMax/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 Shopify
22

33
# ShopMax
4-
# Version: 1.1.3
4+
# Version: 1.1.4
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/shopmax
@@ -29,7 +29,7 @@ dependencies:
2929
google_fonts: ^6.1.0
3030
analyzer: ^6.2.0
3131
intl: ^0.18.0
32-
nylo_framework: ^5.21.3
32+
nylo_framework: ^5.21.4
3333
cached_network_image: ^3.3.1
3434
package_info_plus: ^4.2.0
3535
money_formatter: ^0.0.5

0 commit comments

Comments
 (0)