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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ Planned or in progress - not yet in a release.

---

## [2.2.0] - 2026-05-13

### Added

- `LICENSE` - MIT licence
- `CHANGELOG.md`, `SECURITY.md`, `ROADMAP.md` - standard repo meta files
- `.github/workflows/php-lint.yml` - CI that runs PHP syntax check on push and PR to main
- `.github/PULL_REQUEST_TEMPLATE.md` and `.github/ISSUE_TEMPLATE/bug_report.md`
- Aston University SVG favicon on all pages

### Updated

- Footer on all pages - removed student ID and module code, replaced with Aston University link
- Student section in README renamed to About, student ID and module code removed
- README setup instructions updated to reflect deleted `sql/cvs.sql`
- All form placeholders replaced with natural descriptive text across `index.php`, `login.php`, `register.php` and `update.php`
- Student ID removed from generated PDF footer in `export_cv.php`
- Contact email updated from `contact@zacess.com` to `contact@isaacadjei.me` throughout

---

## [2.1.0] - 2026-05-13

### Updated
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,17 @@ Both links point to the same live site.

**Isaac Adjei**
BEng Electronic Engineering and Computer Science - [Aston University](https://www.aston.ac.uk)
[isaacadjei.me](https://isaacadjei.me) - [github.com/zaccesss](https://github.com/zaccesss)
[isaacadjei.me](https://isaacadjei.me)

---

<a id="contact"></a>

## Contact and Support

Open an [issue](https://github.com/zaccesss/astoncv/issues) in this repository for questions or bugs.

You can also reach me directly at [contact@isaacadjei.me](mailto:contact@isaacadjei.me) or via my [website contact page](https://isaacadjei.me/contact).

---

Expand Down
Loading