Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jul 22, 2024
1 parent 4170101 commit 85d5137
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ And here is the live demo of the customized WooNuxt site: [My Shop](https://mysh

#### Credits

This is an ongoing project but it wouldn't be possible without the help of the following people: [Jason Bahl](https://github.com/jasonbahl) & [Geoffrey K Taylor](https://github.com/kidunot89) for their ongoing work on WPGraphQL and WooGraphQL respectively. Also, a big thanks to the Nuxt team for all their hard work making Nuxt 3 a pleasure to build upon. And the [WooCommerce](https://woocommerce.com/) team for making such a great e-commerce platform. Some other honorable mentions are [Funkhaus](https://funkhaus.us/) for their work on the WPGraphQL Cors plugin. And the people who have contributed to making WooNuxt better every day, [Zack Hatlen](https://github.com/zackha), [Galli](https://github.com/Zielgestalt), [Guillaume](https://github.com/GuillaumeDgr), [Alex Lykesas](https://github.com/alexookah) Thank you all! 🙏
This is an ongoing project but it wouldn't be possible without the help of the following people: [Jason Bahl](https://github.com/jasonbahl) & [Geoffrey K Taylor](https://github.com/kidunot89) for their ongoing work on WPGraphQL and WooGraphQL respectively. Also, a big thanks to the Nuxt team for all their hard work making Nuxt 3 a pleasure to build upon. And the [WooCommerce](https://woocommerce.com/) team for making such a great e-commerce platform. Some other honorable mentions are [Funkhaus](https://funkhaus.us/) for their work on the WPGraphQL Cors plugin. And the people who have contributed to making WooNuxt better every day, [Alex Lykesas](https://github.com/alexookah), [Zack Hatlen](https://github.com/zackha), [Galli](https://github.com/Zielgestalt), [Guillaume](https://github.com/GuillaumeDgr) Thank you all! 🙏

I don't know where this project will go, but I'm excited to see what the future holds. If you have any questions or would like to contribute to the project please feel free to reach out to me on [Twitter](https://twitter.com/scottyzen) or [GitHub](https://github.com/scottyzen).

Expand Down
18 changes: 17 additions & 1 deletion woonuxt_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

All notable changes to this project will be documented in this file. I'll try my best to keep it updated.

## v4.0.6 (4-09-2024)
## v4.0.16 (22-07-2024)`

- feature: Add option showMoveToWishlist #192
- feature: Add browse product button to empty cart #194
- feature: Add autoComplete to multiple forms #200
- refactor: Reduce the number of API call on checkout page
- fix: Order terms order #191
- fix: link in lost-password #195
- fix: Initial country value for states #197
- chore: Add @nuxt/icon module for icon support
- chore: Update ShippingOptions component with currency symbol from runtime config
- chore: Update npm dependencies to latest versions
- chore: Update `.env.example` #190
- chore: Refactor QuantityInput component
- chore: Other minor improvements and bug fixes

## v4.0.6 (4-07-2024)`

- Add user avatar and email to sidebar of account page
- Add Wishlist to my account page
Expand Down

0 comments on commit 85d5137

Please sign in to comment.