Skip to content

Releases: OpenForgeProject/ddev-woodoo-buildtools-magento

1.8.3

22 Nov 16:01
a1b446d
Compare
Choose a tag to compare

Full Changelog: 1.8.2...1.8.3

1.8.2 + Repository transfer

22 Nov 15:50
a11b552
Compare
Choose a tag to compare

What's Changed

  • docs: update ddev get to ddev 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

Full Changelog: 1.8.1...1.8.2

1.8.1

21 Oct 08:04
6b8e232
Compare
Choose a tag to compare
  • 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 and CONTRIBUTING.md
  • changed MIT-LICENSES.md to LICENSE 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

Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.8.0...1.8.1

1.8.0

16 Aug 09:55
Compare
Choose a tag to compare
  • 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 to functions)
  • remove not valid characters in .vscode/settings.json
  • add housekeeping task to install.yaml to pre_install_actions and remove old checks file if exists

What's also changed

Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.7.0...1.8.0

1.7.0

26 Jul 09:12
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.6.5...1.7.0

1.6.5

11 Jul 10:05
Compare
Choose a tag to compare
  • 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

02 Jul 08:43
Compare
Choose a tag to compare
  • updating wording - Thanks to @andreas-penner-basecom
  • changed wget command to install latest version

1.6.3 - Fallback if composer.json wasn't found

01 Jul 12:43
Compare
Choose a tag to compare
  • add fallback if no composer.json was found in theme. Use Magento default in project root instead.

Thanks to @Morgy93

1.6.2

07 May 08:44
Compare
Choose a tag to compare
  • improve build process with shorter CLI outputs
  • improve code quality by fixing linting issues
  • improve changelog formatting
  • set HostWorkingDir to false #24 - Thanks to [@Morgy93]

1.6.1

03 May 08:13
Compare
Choose a tag to compare
  • fix support to repair broken watch task by missing dependencies in Magento 1 projects
  • improve code quality by fixing bash linting issues
  • remove -v short code for Version output. Instead, it will output the verbose output later