All notable changes to this project are documented in this file.
The format is based on Keep a Changelog.
The version is defined only in the root file VERSION. CI injects it into the theme’s style.css and package.json when deploying. On production deploy, a git tag vX.Y.Z is created from VERSION if it doesn’t exist.
Nothing yet.
First versioned release.
- CI/CD pipeline: GitHub Actions workflows for deploy to Staging (on push to
develop) and Production (on push tomain). Each run builds the theme frontend (npm ci+npm run build) before deploying to WP Engine. - Versioning: CHANGELOG and theme version in
style.css/package.json(SemVer). - SEO meta tags: Meta description, Open Graph, and Twitter Card tags without plugin (
init/seo-meta.php+eea-seo-meta.json).
- Docker: Stack migrated from Bitnami to
trafex/wordpress(PHP-FPM + Nginx). PHP-FPM pool tuned to avoid timeouts (e.g.request_terminate_timeout, removal of trafex overrides). - README: Environments (Staging / Production), local dev guide, and deploy summary.
Older changes were not recorded in this file. This changelog starts with the trafex migration and CI/deploy updates (v1.0.0).