Skip to content

v0.6.0

Choose a tag to compare

@luangjokaj luangjokaj released this 08 Apr 14:58
· 14 commits to master since this release
  • chore: update WordPress to 6.9, PHP to 8.5, and Xdebug to 3.5.1.
  • chore: update dependencies.
  • refactor: replace GitHub downloads with local file copies in installer, removing download and execa dependencies.
  • refactor: replace chalk and prompts with native ANSI codes and Node's readline, reducing installer dependencies from 100+ to 18 packages.
  • fix: export and export:backup scripts now auto-stop Docker containers when the stack was not already running, while preserving the correct exit code.
  • fix: resolve wordpress-chmod race condition by adding a healthcheck to the WordPress service.
  • fix: nginx 400 Bad Request error by increasing large_client_header_buffers.
  • fix: remove obsolete version key from docker-compose.yml and add default for THEME_NAME.
  • fix: remove missing package-lock.json from Dockerfile-nodejs COPY.
  • feat: add Docker availability check with colored error message before running Docker commands.
  • feat: add Doccupine to installer output and README with referral links.
  • docs: add CLAUDE.md for Claude Code guidance.
  • docs: reformat CHANGELOG to follow Conventional Commits.