File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
commands/web/woodoo_components Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file.
14
14
15
15
## Latest Release
16
16
17
+ ### 1.8.3
18
+
19
+ - update dependencies namespaces
20
+
21
+ ### 1.8.2
22
+
23
+ - update project respository namespaces
24
+ - add contributes
25
+
17
26
### 1.8.1
18
27
19
28
- added documentation for color assignments in ` CONTRIBUTING.md ` to standardize the use of color variables in bash scripts
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# ddev-generated - Do not modify this file; your modifications will be overwritten.
3
3
4
- WOODOO_VERSION=" 1.8.1 "
4
+ WOODOO_VERSION=" 1.8.3 "
5
5
LATEST_WOODOO_VERSION=$( curl -s https://api.github.com/repos/OpenForgeProject/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d ' "' -f 4)
6
6
7
7
PROJECT_CONFIG_FILE=" .ddev/config-themes.yaml"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ddev-woodoo-buildtools-magento
2
2
3
3
pre_install_actions :
4
4
# https://github.com/Morgy93/ddev-gum
5
- - if ! ddev add-on get --installed | grep -q "Morgy93 /ddev-gum"; then ddev add-on get Morgy93 /ddev-gum; fi
5
+ - if ! ddev add-on get --installed | grep -q "OpenForgeProject /ddev-gum"; then ddev add-on get OpenForgeProject /ddev-gum; fi
6
6
- " if [ -f .ddev/commands/web/woodoo_components/checks ]; then rm .ddev/commands/web/woodoo_components/checks && echo 'Woodoo Housekeeping: removed old file .ddev/commands/web/woodoo_components/checks'; fi"
7
7
8
8
project_files :
You can’t perform that action at this time.
0 commit comments