Releases: w3bdesign/nextjs-woocommerce
Releases · w3bdesign/nextjs-woocommerce
Increased amount of products being fetched
- Limit was 24 products, this is now increased to 200.
- Pagination support may need to be implemented for this to work optimally
Show regular price on single product page
- Will now show the regular price on individual product page if on sale
- Updated Nextjs to 10.0.7
Improve code quality
Improve code quality by fixing SonarCloud issues
Added code quality badges
Added code quality badges
- Added SonarCloud code quality badge
- Added Scrutinizer CI code quality badge
Update version tested with of WooCommerce and WP GraphQL
Update version tested with of WooCommerce and WP GraphQL
- WooCommerce 4.9.0
- WP GraphQL 1.1.2
Next 10 dynamic routes
- Updated NPM packages: Autoprefixer, React Hook Form and Next
- Updated WordPress and WP GraphQL
- Updated dynamic routes to work with Next 10
Update to Next.js 10
Replaced with Next/Image component with lazy loading and other image optimizations.
Made images responsive.
Update for latest plugin versions
Updated all npm packages and tested with the latest WordPress plugin versions.
The current release has been tested and is confirmed working with the following versions:
- WooCommerce version 4.6.1
- WP GraphQL version 0.13.3
- WooGraphQL version 0.6.1
Package updates
Updated all packages in packages.json and ensures that application is working as intended.
Added error display during checkout.
Removed all references to Apollo 2.6
Completed upgrade to Apollo version 3