Skip to content

Commit a50cad6

Browse files
committed
v6.4.0 updates
1 parent 7e43b67 commit a50cad6

File tree

119 files changed

+353
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+353
-192
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.4.0] - 2023-01-06
2+
3+
* Upgrade to Nylo v4.0.0
4+
* Update copyright
5+
* Refactor wp_json_api metadata
6+
* Pubspec.yaml dependency updates
7+
18
## [6.3.1] - 2022-11-04
29

310
* Fix email address bug in customer_address_input.dart

LabelStoreMax/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2022, WooSignal Ltd
3+
Copyright (c) 2023, WooSignal Ltd
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v6.3.1
7+
### Label StoreMax - v6.4.0
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

LabelStoreMax/lib/app/controllers/account_order_detail_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/browse_category_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/browse_search_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/checkout_status_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/customer_orders_loader_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

LabelStoreMax/lib/app/controllers/leave_review_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Label StoreMax
22
//
33
// Created by Anthony Gordon.
4-
// 2022, WooSignal Ltd. All rights reserved.
4+
// 2023, WooSignal Ltd. All rights reserved.
55
//
66

77
// Unless required by applicable law or agreed to in writing, software

0 commit comments

Comments
 (0)