From ff2f0ec9dd3b5d05fd8af925d652830fde28bf3a Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Fri, 10 Feb 2023 05:01:46 +0100 Subject: [PATCH] Version 1.1.2 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da5a6457..01ecd0107 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The current release has been tested and is confirmed working with the following ## Features -- Next.js version 13.0.3 +- Next.js version 13.1.6 - React 18 - Connect to Woocommerce GraphQL API and list name, price and display image for products - Support for simple products and variable products @@ -90,6 +90,7 @@ The current release has been tested and is confirmed working with the following - Shows page load progress with Nprogress during navigation - Fully responsive design - Category and product listings +- Show stock status - Pretty URLs with builtin Nextjs functionality - Tailwind 3 for styling - JSDoc comments diff --git a/package.json b/package.json index cbfa532da..0a98c8ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-woocommerce", - "version": "1.1.1", + "version": "1.1.2", "description": "Next.js WooCommerce webshop", "main": "index.js", "scripts": {