Skip to content

Commit 0b49e36

Browse files
committed
v6.13.2
1 parent 4b4388e commit 0b49e36

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

LabelStoreMax/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ STRIPE_LIVE_MODE=null
3939
PAYPAL_CLIENT_ID=""
4040
PAYPAL_SECRET_KEY=""
4141

42-
PAYPAL_LIVE_MODE=false
42+
PAYPAL_LIVE_MODE=null
4343
# Change to 'true' for live payments
4444

4545
# *<! ------ RAZORPAY (OPTIONAL) ------!>*

LabelStoreMax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.13.2] - 2024-02-15
2+
3+
* Pubspec.yaml dependency updates
4+
5+
## [6.13.1] - 2024-02-13
6+
7+
* Update .env
8+
19
## [6.13.0] - 2024-02-12
210

311
* Update PayPal integration

LabelStoreMax/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,18 +665,18 @@ packages:
665665
dependency: "direct main"
666666
description:
667667
name: nylo_framework
668-
sha256: e294c8833cdd5bb9d893795451a9ad8ab90de3421d08e28a784f00be251ea3d2
668+
sha256: "590a5eeca128694098937e731561c7d72511e14b4bf4db03c804ee522f83dc60"
669669
url: "https://pub.dev"
670670
source: hosted
671-
version: "5.21.0"
671+
version: "5.21.1"
672672
nylo_support:
673673
dependency: transitive
674674
description:
675675
name: nylo_support
676-
sha256: f8fb56ec6b5725138c1312b56b417806ae1e37129ea22fc8f23f4fb83c0d2187
676+
sha256: "1c27b78d4af01d47435549784f96bb40e0a00024f986852a0dda0854c45c00c1"
677677
url: "https://pub.dev"
678678
source: hosted
679-
version: "5.45.0"
679+
version: "5.47.0"
680680
octo_image:
681681
dependency: transitive
682682
description:

LabelStoreMax/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 WooCommerce
22

33
# Label StoreMax
4-
# Version: 6.13.0
4+
# Version: 6.13.2
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/label-storemax
@@ -29,7 +29,7 @@ dependencies:
2929
google_fonts: ^6.1.0
3030
analyzer: ^5.12.0
3131
intl: ^0.18.0
32-
nylo_framework: ^5.21.0
32+
nylo_framework: ^5.21.1
3333
woosignal: ^3.9.0
3434
wp_json_api: ^3.3.4
3535
cached_network_image: ^3.3.1

0 commit comments

Comments
 (0)