Skip to content

Commit

Permalink
Update WOODOO_VERSION to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed Oct 21, 2024
1 parent fbe7a60 commit 6b8e232
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.

---

## UNRELEASED 1.8.1
## UNRELEASED 1.9.0

---

## Latest Release

### 1.8.1

- added documentation for color assignments in `CONTRIBUTING.md` to standardize the use of color variables in bash scripts
- added detailed color definitions and a usage example in the new "Color Assignments" section
Expand All @@ -13,10 +19,6 @@ All notable changes to this project will be documented in this file.
- changed `MIT-LICENSES.md` to `LICENSE` and set this tool under GNU GENERAL PUBLIC LICENSE 3.0
- fixed issue to check and install grunt correctly if it is missing [https://github.com/dermatz/ddev-woodoo-buildtools-magento/issues/50]

---

## Latest Release

### 1.8.0

- added alias annotations for 'ddev f' and 'ddev fe' commands in `commands/web/frontend` (_requires DDEV >= 1.23.4_) [@Morgy93]
Expand Down
2 changes: 1 addition & 1 deletion commands/web/woodoo_components/variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#ddev-generated - Do not modify this file; your modifications will be overwritten.

WOODOO_VERSION="1.8.0"
WOODOO_VERSION="1.8.1"
LATEST_WOODOO_VERSION=$(curl -s https://api.github.com/repos/dermatz/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d '"' -f 4)

PROJECT_CONFIG_FILE=".ddev/config-themes.yaml"
Expand Down

0 comments on commit 6b8e232

Please sign in to comment.