Skip to content

Commit

Permalink
docs: update README and commands to reflect repository name change to…
Browse files Browse the repository at this point in the history
… OpenForgeProject
  • Loading branch information
dermatz committed Nov 22, 2024
1 parent 4ce8286 commit a11b552
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [DDEV] Woodoo Frontend Buildtools for Magento & Hyvä

[![tests](https://github.com/dermatz/ddev-woodoo-buildtools-magento/actions/workflows/tests.yml/badge.svg)](https://github.com/dermatz/ddev-woodoo-buildtools-magento/actions/workflows/tests.yml) <img src="https://img.shields.io/librariesio/github/dermatz/ddev-woodoo-buildtools-magento" alt="Dependencies"> <img src="https://img.shields.io/github/last-commit/dermatz/ddev-woodoo-buildtools-magento" alt="Last commit date Badge">
<img src="https://img.shields.io/github/v/release/dermatz/ddev-woodoo-buildtools-magento" alt="Release-Badge"> <img src="https://img.shields.io/github/sponsors/dermatz" alt="Sponsors"> [<img src="https://img.shields.io/badge/Discord-Join%20Chat-orange" alt="Join our Discord">](https://discord.gg/H5CjMXQQHn)
[![tests](https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/actions/workflows/tests.yml/badge.svg)](https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/actions/workflows/tests.yml) <img src="https://img.shields.io/librariesio/github/OpenForgeProject/ddev-woodoo-buildtools-magento" alt="Dependencies"> <img src="https://img.shields.io/github/last-commit/OpenForgeProject/ddev-woodoo-buildtools-magento" alt="Last commit date Badge">
<img src="https://img.shields.io/github/v/release/OpenForgeProject/ddev-woodoo-buildtools-magento" alt="Release-Badge"> <img src="https://img.shields.io/github/sponsors/dermatz" alt="Sponsors"> [<img src="https://img.shields.io/badge/Discord-Join%20Chat-orange" alt="Join our Discord">](https://discord.gg/H5CjMXQQHn)

---

Expand All @@ -15,6 +15,7 @@ _>> Build all your Magento themes at once, with Magic, build with Woodoo!_
| <img src="https://img.shields.io/badge/Magento_2_Hyvä_Fallback-Supported-43A047" alt="Hyvä Fallback is supported"> | ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg) |
| <img src="https://img.shields.io/badge/Magento_2.x-Supported-43A047" alt="Magento 2 Supported"> | ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg) |
| <img src="https://img.shields.io/badge/MageOS-Supported-43A047" alt="MageOS is supported"> | ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg) |
| <img src="https://img.shields.io/badge/Avanta B2B-Supported-43A047" alt="MageOS is supported"> | ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg) |

---

Expand All @@ -40,27 +41,27 @@ _>> Build all your Magento themes at once, with Magic, build with Woodoo!_
For DDEV v1.23.5 or above run

```shell
ddev add-on get dermatz/ddev-woodoo-buildtools-magento
ddev add-on get OpenForgeProject/ddev-woodoo-buildtools-magento
```

For earlier versions of DDEV run

```shell
ddev get dermatz/ddev-woodoo-buildtools-magento
ddev get OpenForgeProject/ddev-woodoo-buildtools-magento
```

##### Latest Developer-Preview (Main-Branch - unreleased) - can be instable!

For DDEV v1.23.5 or above run

```shell
ddev add-on get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
ddev add-on get https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
```

For earlier versions of DDEV run

```shell
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
ddev get https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
```

---
Expand Down Expand Up @@ -154,21 +155,22 @@ ddev frontend watch <theme_code>
## Feature request
Submit your [Feature Request](https://github.com/dermatz/ddev-woodoo-buildtools-magento/issues) by adding a new issue and add a label with `feature-request`.
Submit your [Feature Request](https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/issues) by adding a new issue and add a label with `feature-request`.
---
## Contributing
Contributions are welcome! Please read the [Contributing Guidelines](./CONTRIBUTING.md) first.
Feel free to send your improvements as [Pull request](https://github.com/dermatz/ddev-woodoo-buildtools-magento/pulls).
Feel free to send your improvements as [Pull request](https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/pulls).
---
### Watch out our Contributers, Tester & Supporter
- [e3n GmbH & Co. KG - E-Commerce Agency based in Mainz | e3n.de](https://e3n.de)
- [Mathias Elle | @dermatz](https://github.com/dermatz) (Maintainer)
- [Thomas Hauschild | @Morgy93](https://github.com/Morgy93)
- [e3n GmbH & Co. KG - E-Commerce Agency based in Mainz | e3n.de](https://e3n.de)
- [Tom Muir | @t-muir](https://github.com/t-muir)
---
Expand Down
6 changes: 3 additions & 3 deletions commands/host/frontend-update
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
## ExecRaw: true
## HostWorkingDir: true

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

if [[ $1 == "-dev" ]]; then
ddev add-on get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
ddev add-on get https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
else
ddev add-on get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/"${LATEST_WOODOO_VERSION}".tar.gz
ddev add-on get https://github.com/OpenForgeProject/ddev-woodoo-buildtools-magento/archive/refs/tags/"${LATEST_WOODOO_VERSION}".tar.gz
fi
2 changes: 1 addition & 1 deletion commands/web/woodoo_components/selftest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
function selftest() {

if [[ ${WOODOO_VERSION} != "${LATEST_WOODOO_VERSION}" ]]; then
echo -e "${txtcyn}Installed Woodoo Version = ${txtylw}Woodoo Update $(curl -s https://api.github.com/repos/dermatz/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d '"' -f 4) available! (Your Version: ${WOODOO_VERSION})${txtrst}"
echo -e "${txtcyn}Installed Woodoo Version = ${txtylw}Woodoo Update $(curl -s https://api.github.com/repos/OpenForgeProject/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d '"' -f 4) available! (Your Version: ${WOODOO_VERSION})${txtrst}"
else
echo -e "${txtcyn}Installed Woodoo Version = ${txtgrn}${WOODOO_VERSION}${txtrst}"
fi
Expand Down
2 changes: 1 addition & 1 deletion commands/web/woodoo_components/variables
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ddev-generated - Do not modify this file; your modifications will be overwritten.

WOODOO_VERSION="1.8.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)
LATEST_WOODOO_VERSION=$(curl -s https://api.github.com/repos/OpenForgeProject/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 a11b552

Please sign in to comment.