-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. I'll try my best to keep it updated. | ||
|
||
## 3.4.27 (06-04-2024) | ||
|
||
### Bug Fixes | ||
|
||
- The default variation is now respected. Also, if there are no defaults set, the first of each attribute is selected. IMO I think that is better than having the user select the first option for each attribute. [#141](https://github.com/scottyzen/woonuxt/issues/141) | ||
|
||
## 3.4.26 (06-04-2024) | ||
|
||
### Bug Fixes | ||
|
||
- Fix bug where a product variation that wasn't available was able to be added to the cart. | ||
- Product gallery showing not all variations and won't change image [#139](https://github.com/scottyzen/woonuxt/issues/139) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[template.environment] | ||
GQL_HOST = "WordPress URL http://example.com" | ||
NUXT_IMAGE_DOMAINS = "Comma separated list of domains. example.com,example2.com" | ||
|
||
[build] | ||
command = "nuxt generate" | ||
|
||
[images] | ||
remote_images = ["https://secure.woonuxt.com/.*"] |