From 4246cb29387be8261f00844178a9a6faa33ebb7c Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 12 May 2026 20:10:51 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20add=2004.09.00=20changelog=20=E2=80=94?= =?UTF-8?q?=20deploy=20section=20support=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db97dd..7b9d626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,15 @@ Version format: `XX.YY.ZZ` (zero-padded semver). ## [Unreleased] +## [04.09.00] - 2026-05-12 + +### Added +- `` section support in `.manifest.xml` schema: `source-dir`, `remote-subdir`, `excludes`, `dev-host`, `demo-host` +- `manifest_read.php` now parses all deploy fields for CI consumption + +### Changed +- Deploy workflows can now read deploy paths from manifest instead of guessing from directory structure + ## [04.08.00] - 2026-05-12 ### Added