Skip to content

Commit

Permalink
Merge pull request #19 from dermatz/feature/add-gum
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
dermatz authored Sep 22, 2023
2 parents 3f8446d + efba4c8 commit 50bc501
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
---
### Upcoming Changes for 1.4.0
### Upcoming Changes for 1.5.0
##### This section will be updated after commits or Pull-Request merges
---
## Latest Release

### 1.4.0
- add new Feature to update setup a new ddev config file `.ddev/config-themes.yaml` to store theme specific settings
- extend `ddev frontend` command to update automaticly theme-settings from `config.yaml` to `config-themes.yaml`
- improved Codestyle and Codequality
- add global variables to functions

##### This section will be updated after commits or Pull-Request merges
---
## Latest Release
- add new dependencie `Morgy93/ddev-gum` to add global gum support (`ddev restart` required) - [@Morgy93](https://github.com/Morgy93)
- add Context Menus to `ddev frontend init`, `ddev frontend build` and `ddev frontend watch` commands
- now you are able to add and remove themes in the context menu to build or watch. The config-file will be updated automaticly.

### 1.3.1
- add new __host__ command `ddev frontend-update` to update to the latest release
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This ddev add-on helps you to manage your theme build processes in Magento total
_>> Build all your Magento themes at once, with Magic, build with Woodoo!_

---
Special thanks to e3n GmbH for your Support!
Special thanks to e3n GmbH for your Support!

[<img src="https://e3n.de/assets/images/logo/logo.svg" height="50">](https://e3n.de)
---
Expand All @@ -32,7 +32,6 @@ Special thanks to e3n GmbH for your Support!
|<img src="https://img.shields.io/badge/Hyvä_Fallback_Themes-Supported-43A047">| released |
|<img src="https://img.shields.io/badge/DDEV Project_Selfcheck-Supported-43A047">| released |
|<img src="https://img.shields.io/badge/DDEV Get_Installer-Supported-43A047">| released |
|<img src="https://img.shields.io/badge/Magento_2_Code_Quality_Tools-planned-FFCA28">| not started yet |
---

## Feature request
Expand All @@ -43,7 +42,7 @@ Submit your [Feature Request](https://github.com/dermatz/ddev-woodoo-buildtools-
**1 . Get the latest Version with following command in your ddev project root**
##### Latest stable version (recommended)
```shell
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.3.1.tar.gz
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.4.0.tar.gz
```
##### Latest Developer-version (Main-Branch) - can be instable!
```shell
Expand Down
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.4.0-alpha"
WOODOO_VERSION="1.4.0"
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 50bc501

Please sign in to comment.