File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import 'package:woosignal/models/response/product_category.dart';
2424import 'package:woosignal/models/response/product.dart' as ws_product;
2525
2626class BrowseCategoryPage extends NyStatefulWidget {
27- static String path = "/product-search " ;
27+ static String path = "/browse-category " ;
2828
2929 @override
3030 final BrowseCategoryController controller = BrowseCategoryController ();
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments