Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.35 KB

File metadata and controls

35 lines (20 loc) · 1.35 KB

Changelog

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.


[Unreleased]

Nothing yet.


[1.0.0] - 2025-02-16

First versioned release.

Added

  • CI/CD pipeline: GitHub Actions workflows for deploy to Staging (on push to develop) and Production (on push to main). 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).

Changed

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

[Previous releases]

Older changes were not recorded in this file. This changelog starts with the trafex migration and CI/deploy updates (v1.0.0).