Skip to content

Releases: luangjokaj/wordpressify

v0.6.3

08 Apr 23:52

Choose a tag to compare

  • feat(installer): add update subcommand for upgrading existing projects without overwriting theme source files.
  • refactor(theme): rebrand text domain from "creativeblocks" to "wordpressify" and modernize block theme metadata.
  • refactor(theme): improve accessibility with prefers-reduced-motion media queries and narrower CSS transitions.
  • refactor(theme): remove aggressive CSS global resets that conflict with WordPress block editor defaults.
  • refactor: move check-docker script to project root.
  • style: format gulpfile and fix project URL.
  • style(theme): update screenshot.
  • docs: add contributing guidelines.

v0.6.2

08 Apr 15:14

Choose a tag to compare

  • fix: store .gitignore as gitignore_template since npm never includes .gitignore in published packages.

v0.6.1

08 Apr 15:08

Choose a tag to compare

  • fix: add .npmignore so npm includes .gitignore and other dot files in the published package.
  • refactor: simplify installer to copy files directly to final paths, removing all flat-copy-then-rename logic.

v0.6.0

08 Apr 14:58

Choose a tag to compare

  • 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.

v0.5.0-15

29 Jul 13:21

Choose a tag to compare

  • chore: update wordpress and php versions

v0.5.0-14

25 Feb 01:07

Choose a tag to compare

  • feat: bump version

v0.5.0-13

25 Feb 00:49

Choose a tag to compare

  • feat: update default theme

v0.5.0-12

30 Dec 21:37

Choose a tag to compare

  • feat: update php 8.3 and use latest version of wordpress

Full Changelog: v0.5.0-11...v0.5.0-12

v0.5.0-11

01 Dec 18:04

Choose a tag to compare

  • fix: theme zip

Full Changelog: v0.5.0-10...v0.5.0-11

v0.5.0-9

03 Nov 11:17

Choose a tag to compare

  • fix: usePolling
  • feat: added USE_POLLING environment variable to enable file watcher polling

Full Changelog: v0.5.0-8...v0.5.0-9