Releases: luangjokaj/wordpressify
Releases Β· luangjokaj/wordpressify
v0.6.3
- feat(installer): add
updatesubcommand 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-motionmedia queries and narrower CSS transitions. - refactor(theme): remove aggressive CSS global resets that conflict with WordPress block editor defaults.
- refactor: move
check-dockerscript to project root. - style: format gulpfile and fix project URL.
- style(theme): update screenshot.
- docs: add contributing guidelines.
v0.6.2
- fix: store
.gitignoreasgitignore_templatesince npm never includes.gitignorein published packages.
v0.6.1
- fix: add
.npmignoreso npm includes.gitignoreand 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
- 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
downloadandexecadependencies. - refactor: replace
chalkandpromptswith native ANSI codes and Node'sreadline, 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
versionkey from docker-compose.yml and add default forTHEME_NAME. - fix: remove missing
package-lock.jsonfrom 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
- chore: update wordpress and php versions
v0.5.0-14
- feat: bump version
v0.5.0-13
- feat: update default theme
v0.5.0-12
- 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
- fix: theme zip
Full Changelog: v0.5.0-10...v0.5.0-11
v0.5.0-9
- fix: usePolling
- feat: added
USE_POLLINGenvironment variable to enable file watcher polling
Full Changelog: v0.5.0-8...v0.5.0-9