File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The current release has been tested and is confirmed working with the following
75
75
76
76
## Features
77
77
78
- - Next.js version 13.0.3
78
+ - Next.js version 13.1.6
79
79
- React 18
80
80
- Connect to Woocommerce GraphQL API and list name, price and display image for products
81
81
- Support for simple products and variable products
@@ -90,6 +90,7 @@ The current release has been tested and is confirmed working with the following
90
90
- Shows page load progress with Nprogress during navigation
91
91
- Fully responsive design
92
92
- Category and product listings
93
+ - Show stock status
93
94
- Pretty URLs with builtin Nextjs functionality
94
95
- Tailwind 3 for styling
95
96
- JSDoc comments
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextjs-woocommerce" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Next.js WooCommerce webshop" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments