Skip to content

Commit

Permalink
Moved to base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 27, 2024
1 parent 51792ab commit 872fc9c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions woonuxt_base/CHANGELOG.md
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)
9 changes: 9 additions & 0 deletions woonuxt_base/netlify.toml
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/.*"]

0 comments on commit 872fc9c

Please sign in to comment.