diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea8541..d8f2dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index deb0a5b..06f3299 100644 --- a/README.md +++ b/README.md @@ -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) + +--- + + + +## 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). ---