Skip to content

Commit e66aecf

Browse files
committed
v6.12.4
1 parent ba493f6 commit e66aecf

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [6.12.4] - 2023-12-12
2+
3+
* Fix `BrowseCategoryPage`
4+
* Pubspec.yaml dependency updates
5+
16
## [6.12.3] - 2023-12-09
27

38
* Migrate code to Nylo v5.15.0

LabelStoreMax/lib/resources/pages/browse_category_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import 'package:woosignal/models/response/product_category.dart';
2424
import 'package:woosignal/models/response/product.dart' as ws_product;
2525

2626
class BrowseCategoryPage extends NyStatefulWidget {
27-
static String path = "/product-search";
27+
static String path = "/browse-category";
2828

2929
@override
3030
final BrowseCategoryController controller = BrowseCategoryController();

LabelStoreMax/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,10 @@ packages:
10061006
dependency: "direct main"
10071007
description:
10081008
name: url_launcher
1009-
sha256: b1c9e98774adf8820c96fbc7ae3601231d324a7d5ebd8babe27b6dfac91357ba
1009+
sha256: e9aa5ea75c84cf46b3db4eea212523591211c3cf2e13099ee4ec147f54201c86
10101010
url: "https://pub.dev"
10111011
source: hosted
1012-
version: "6.2.1"
1012+
version: "6.2.2"
10131013
url_launcher_android:
10141014
dependency: transitive
10151015
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.12.3
4+
# Version: 6.12.4
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/label-storemax
@@ -38,7 +38,7 @@ dependencies:
3838
flutter_web_browser: ^0.17.1
3939
webview_flutter: 3.0.4
4040
pull_to_refresh_flutter3: 2.0.2
41-
url_launcher: ^6.2.1
41+
url_launcher: ^6.2.2
4242
bubble_tab_indicator: ^0.1.5
4343
status_alert: ^1.0.1
4444
math_expressions: ^2.4.0

0 commit comments

Comments
 (0)