Skip to content

Commit

Permalink
v7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jun 21, 2024
1 parent 4914f16 commit 2afb935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions LabelStoreMax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.5.5] - 2024-06-21

* Update default payment gateways
* Pubspec.yaml dependency updates

## [7.5.4] - 2024-06-15

* Pubspec.yaml dependency updates
Expand Down
2 changes: 1 addition & 1 deletion LabelStoreMax/lib/config/payment_gateways.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'package:nylo_framework/nylo_framework.dart';
| Docs here: https://woosignal.com/docs/app/label-storemax
|-------------------------------------------------------------------------- */

const appPaymentGateways = ["CashOnDelivery"];
const appPaymentGateways = [];
// Available: "Stripe", "CashOnDelivery", "PayPal", "RazorPay"
// e.g. appPaymentGateways = ["Stripe", "CashOnDelivery"]; will only use Stripe and Cash on Delivery.

Expand Down
4 changes: 2 additions & 2 deletions LabelStoreMax/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Official WooSignal App Template for WooCommerce

# Label StoreMax
# Version: 7.5.4
# Version: 7.5.5
# Author: Anthony Gordon
# Homepage: https://woosignal.com
# Documentation: https://woosignal.com/docs/app/label-storemax
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
google_fonts: ^6.2.1
analyzer: ^5.12.0
intl: ^0.19.0
nylo_framework: ^5.29.6
nylo_framework: ^5.30.0
woosignal: ^3.14.7
wp_json_api: ^3.5.10
cached_network_image: ^3.3.1
Expand Down

0 comments on commit 2afb935

Please sign in to comment.