Skip to content

Commit

Permalink
Update Woodoo 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed May 3, 2024
1 parent d70bdab commit 66f89ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
### 1.6.1
- fix support to repair broken watch task by missing dependencies in magento 1 projects
- improve code quality by fixing bash linting issues
- remove `-v` shortcode for Version output. Instead it will output the verbose output later

### 1.6.0
- add `version` and `--version` argument to show version. - Thanks to [@Morgy93](https://github.com/Morgy93)
Expand Down Expand Up @@ -34,7 +35,7 @@ All notable changes to this project will be documented in this file.
- fix line-break in menu selection for build and watch tasks

### 1.4.1
- add Support for $DDEV_COMPOSER_ROOT `(e.g., ./magento2/app/design/..)``
- add Support for $DDEV_COMPOSER_ROOT `(e.g., ./magento2/app/design/..)`
- fix node-modules repair-functions for corrupt grunt installations

### 1.4.0
Expand Down
9 changes: 5 additions & 4 deletions 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.0.tar.gz
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.6.1.tar.gz
```

##### Latest Developer-version (Main-Branch) - can be instable!
Expand All @@ -49,7 +49,7 @@ ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/
ddev frontend init
```

- Add all themes you want to build or watch
- Add all themes you want to build or watch

---

Expand Down Expand Up @@ -99,11 +99,12 @@ Feel free to send your improvements as Pull-Request.
### Watch out our Contributers, Tester & Supporter
- [Thomas Hauschild](https://github.com/Morgy93)
- [<img src="https://e3n.de/assets/images/logo/logo.svg" height="50" alt="Logo for E-Commerce Agency e3n based in Mainz">](https://e3n.de)
- [Thomas Hauschild](https://github.com/Morgy93)
- [<img src="https://e3n.de/assets/images/logo/logo.svg" height="50" alt="Logo for E-Commerce Agency e3n based in Mainz">](https://e3n.de)
---
## License
[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.0"
WOODOO_VERSION="1.6.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 66f89ae

Please sign in to comment.