Skip to content

Commit

Permalink
chore: Update Woodoo version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed May 7, 2024
1 parent 1662d89 commit 55265a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- improve build process with shorter CLI ouputs
- improve code quality by fixing linting issues
- improve changelog formatting
- set `HostWorkingDir` to `false` [#24](https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/24) - Thanks to [@Morgy93]

---

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Special thanks to e3n GmbH for your Support!
##### Latest stable version (recommended)

```shell
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.6.1.tar.gz
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.6.2.tar.gz
```

##### Latest Developer-version (Main-Branch) - can be instable!
Expand Down Expand Up @@ -108,3 +108,4 @@ Feel free to send your improvements as Pull-Request.
[MIT License](./MIT-LICENSES.md) | by [Mathias Elle](https://www.linkedin.com/in/mathias-elle-842783102/)
2 changes: 1 addition & 1 deletion commands/web/woodoo_components/variables
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#ddev-generated - Do not modify this file; your modifications will be overwritten.
WOODOO_VERSION="1.6.1"
WOODOO_VERSION="1.6.2"
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 55265a4

Please sign in to comment.