From 6cf8b7d6a982b32767db5c5cc74002258ba12d8b Mon Sep 17 00:00:00 2001 From: Isaac Adjei Date: Wed, 5 Aug 2026 12:40:35 +0000 Subject: [PATCH] docs: sync ROADMAP.md with CHANGELOG.md Corrects the current version line from v2.0.0 to v2.2.1 and adds Completed entries for v2.2.0 and v2.2.1, which CHANGELOG.md already documented but ROADMAP.md had not caught up with. Closes #20 --- CHANGELOG.md | 2 ++ ROADMAP.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac16ce5..c300021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ PATCH - bug fixes, typo corrections, small updates - README rewritten to remove animated capsule-render and typing-svg banners, merge the duplicate Links and Contact and Support sections into one and reconcile the avatar upload status with ROADMAP.md (shipped in v2.0.0, not still planned as this file previously implied) +- ROADMAP.md synced with this file: current version corrected from v2.0.0 to v2.2.1 and Completed + entries added for v2.2.0 and v2.2.1 Planned or in progress - not yet in a release. diff --git a/ROADMAP.md b/ROADMAP.md index e3d1604..bb4ca70 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,7 +2,7 @@ This roadmap tracks the development plan for AstonCV. -**Current version: v2.0.0 - Resubmission complete** +**Current version: v2.2.1 - Security fix** --- @@ -53,13 +53,25 @@ This roadmap tracks the development plan for AstonCV. - Contact email migrated to `isaacadjei.me` domain across all pages +### v2.2.0 - Repo meta and CI + +- `LICENSE`, `CHANGELOG.md`, `SECURITY.md` and `ROADMAP.md` added as standard repo meta files +- `.github/workflows/php-lint.yml` added as CI, running a PHP syntax check on push and pull request to main +- `.github/PULL_REQUEST_TEMPLATE.md` and `.github/ISSUE_TEMPLATE/bug_report.md` added +- Aston University SVG favicon added on all pages +- Footer, form placeholders and README updated to remove leftover student ID and module code references + +### v2.2.1 - Security fix + +- Scoped the php-lint workflow token to read-only contents access, closing a CodeQL missing workflow permissions alert + --- ## Planned These items are planned but have no committed timeline. -- Unit and integration test suite with a CI runner +- Unit and integration test suite - Pagination on the CV browse page - Admin panel for user management - Email delivery confirmation via SMTP (replacing `mail()`)