diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f24c51..0129999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,48 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi ## [Unreleased] +### Changed — About page rewritten (content + layout) +The About page (`Settings → WP Notes → About`) has been rewritten +from "wall of nested toggle boxes with outdated content" to +"readable cards with accurate content". The left column is now +three plain cards: **What WP Notes does**, **Who it's for**, and a +**Version history** that actually matches the current plugin +version. + +What changed: +- **Removed two `` wrappers** + around the About and Version History sections. Users came to the + About page to read content — hiding it behind a toggle was + anti-UX. +- **"Version 2.0.3 (Current)"** entry was lying — the plugin is now + v3.1.0. Replaced the whole version section with a compact + accurate summary (v3.1.0 → v3.0.2 → v2.x → v2.0.0) plus a + prominent **"View the full CHANGELOG.md →"** link to the canonical + history on Gitea so the on-page summary doesn't have to be + exhaustive. +- **Removed redundant duplicate paragraphs** ("WP Notes is a + versatile plugin that caters to a wide range of users" appeared + twice in two lines). +- **Removed invalid HTML** — bare `
` + wrapping `
WP Notes is a lightweight task & logbook plugin that lives entirely inside the WordPress admin. Type a note, format it with colour / size / font / emoji, mark it done when the work is finished, restore it later if you need to revisit. Everything is stored in the site's own database — nothing leaves your server.
+I built it for my own client work as a transparent “here's what I did this week” logbook, so customers can see clearly what they're paying for. It turned out to be just as useful for any small team or single user who wants notes attached to the WordPress dashboard rather than a separate app.
- -
user_meta, Tools shortcut retired with a backward-compatible redirect.
+