Releases: OpenForgeProject/ddev-woodoo-buildtools-magento
Releases · OpenForgeProject/ddev-woodoo-buildtools-magento
1.8.3
1.8.2 + Repository transfer
What's Changed
- docs: update
ddev get
toddev add-on get
in readme by @GuySartorelli in #52 - Update DDEV addon command to use ddev add-on get by @dermatz in #53
- Update CONTRIBUTING.md with coding standards and best practices by @dermatz in #49
- Fix typos in various files by @dermatz in #54
New Contributors
- @GuySartorelli made their first contribution in #52
Full Changelog: 1.8.1...1.8.2
1.8.1
- added documentation for color assignments in
CONTRIBUTING.md
to standardize the use of color variables in bash scripts - added detailed color definitions and a usage example in the new "Color Assignments" section
- added Github Action to check if Pull Request contains
CHANGELOG.md
updates - added Discord invite link to
README.md
andCONTRIBUTING.md
- changed
MIT-LICENSES.md
toLICENSE
and set this tool under GNU GENERAL PUBLIC LICENSE 3.0 - fixed issue to check and install grunt correctly if it is missing [https://github.com/dermatz/ddev-woodoo-buildtools-magento/issues/50]
What's Changed
- #44 - add Color Assignments to CONTRIBUTING.md by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/45
- Update Trunk CLI and plugin versions by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/46
- Add GitHub Actions workflow to check for changelog entry by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/47
- Add Discord invite link to README.md and CONTRIBUTING.md by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/48
- Fix Issue to install Grunt correctly if missing by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/51
Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.8.0...1.8.1
1.8.0
- added alias annotations for 'ddev f' and 'ddev fe' commands in
commands/web/frontend
(requires DDEV >= 1.23.4) [@Morgy93] - updated
README.md
to mention the aliases 'ddev f' and 'ddev fe' for the frontend commands [@Morgy93] - updated
README.md
with usage examples [@Morgy93] - updated
commands/web/woodoo_components/help
to list the aliases 'ddev f' and 'ddev fe' for the frontend commands [@Morgy93] - refactored 'commands/web/woodoo_components/functions` to add all woodoo functions to this file
- remove
commands/web/woodoo_components/checks
(was moved tofunctions
) - remove not valid characters in
.vscode/settings.json
- add housekeeping task to
install.yaml
topre_install_actions
and remove old checks file if exists
What's also changed
- Add alias annotations by @Morgy93 in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/35
- add requirement message by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/38
- Refactor functions and remove checks file by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/41
- Morgy93/improve code by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/42
Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.7.0...1.8.0
1.7.0
- updated
README.md
- Thanks to [@t-muir] & [@Morgy93] - updated Supporter in
README.md
- Thanks to [@tniebergall] - updated
.trunk
linter settings - fixed shell linting issues in several files
- improved
ddev frontend
Command with ddev system information - improved Hyvä Taks sort order ( NPM Check > Node_Modules Check > reinstall if requrired > Build > Cache refresh ..)
- refactored grunt task functions for default Magento projects
- refactored Hyvä build functions
- move all repeatable tasks/functions into new
functions
file - move all repeatable checks into
checks
file - remove "whats new" hint for older Woodoo Versions (comes with 1.4.0)
- add
.vscode
settings file
What's Changed
- Set correct legal entity of e3n by @tniebergall in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/33
- [#30] refactor the whole project by @dermatz in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/31
New Contributors
- @tniebergall made their first contribution in https://github.com/dermatz/ddev-woodoo-buildtools-magento/pull/33
- @t-muir with pull request review
Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.6.5...1.7.0
1.6.5
- fix an issue when reading
..theme/composer.json
to determine which Hyva version to use through composer.json - add some GitHub Status-Badges to
README.md
Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.6.4...1.6.5
1.6.4 - Minor updates
- updating wording - Thanks to @andreas-penner-basecom
- changed wget command to install latest version
1.6.3 - Fallback if composer.json wasn't found
- add fallback if no composer.json was found in theme. Use Magento default in project root instead.
Thanks to @Morgy93