Skip to content

Commit

Permalink
Update Woodoo version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed Jul 26, 2024
1 parent 3ded4d2 commit 9c5c17a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
---

## Latest Release
### 1.7.0
- updated `README.md` - Thanks to [@t-muir] & [@Morgy93]
- updated Supporter in `README.md` - Thanks to [@tniebergall]
- updated `.trunk` linter settings
- fixed shell linting issues in several files
- improved `ddev frontend` Command with ddev system information
- improved Hyva Taks sort order ( _NPM Check > Node_Modules Check > reinstall if requrired > Build > Cache refresh_ ..)
- refactored grunt task functions for default Magento projects
- refactored Hyva build functions
- move all repeatable tasks/functions into new `functions` file
- move all repeatable checks into `checks` file
- remove "whats new" hint for older Woodoo Versions (comes with 1.4.0)
- add `.vscode` settings file

This release has __no braking changes__ and is fully compatible with existing `.ddev/config-themes.yaml`

### 1.6.5
- fix an issue when reading `..theme/composer.json` to determine which Hyva version to use through composer.json
- add some GitHub Status-Badges to `README.md`
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.6.5"
WOODOO_VERSION="1.7.0"
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 9c5c17a

Please sign in to comment.