Skip to content

Commit a1b446d

Browse files
committed
chore: update changelog for version 1.8.3 and adjust dependency namespaces
1 parent a11b552 commit a1b446d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file.
1414

1515
## Latest Release
1616

17+
### 1.8.3
18+
19+
- update dependencies namespaces
20+
21+
### 1.8.2
22+
23+
- update project respository namespaces
24+
- add contributes
25+
1726
### 1.8.1
1827

1928
- added documentation for color assignments in `CONTRIBUTING.md` to standardize the use of color variables in bash scripts

commands/web/woodoo_components/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#ddev-generated - Do not modify this file; your modifications will be overwritten.
33

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

77
PROJECT_CONFIG_FILE=".ddev/config-themes.yaml"

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ddev-woodoo-buildtools-magento
22

33
pre_install_actions:
44
# 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
66
- "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"
77

88
project_files:

0 commit comments

Comments
 (0)