Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 14 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

---

Expand Down Expand Up @@ -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()`)
Expand Down
Loading