From 184a1243151b64707b37ccd1269ba05d589d7f0d Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 25 May 2026 08:04:07 +0100 Subject: [PATCH] =?UTF-8?q?ux:=20rewrite=20About=20page=20=E2=80=94=20read?= =?UTF-8?q?able=20cards,=20accurate=20version=20history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The About page had been showing "Version 2.0.3 (Current)" while the plugin reports v3.1.0 — the on-page version log was years behind the actual changelog. Both the About and Version History sections were also hidden behind onclick=toggleSection() buttons by default, which is anti-UX for a page users specifically navigate to in order to READ content. Rewrote the left column as three plain cards using the same visual rhythm as the side-by-side intro row that landed earlier today: 1. What WP Notes does — two paragraphs of prose 2. Who it's for — clean bulleted list (dropped the "Teachers ← Email Notifications" entry since that feature isn't implemented in v3.x; the claim was misleading) 3. Version history — compact, accurate, latest-first summary: v3.1.0 (latest, with "latest" pill) → v3.0.2 → v2.x → v2.0.0. Plus a "View the full CHANGELOG.md →" link to the canonical history on Gitea so the on-page summary stays small. Also fixed: - Removed redundant duplicate paragraphs ("WP Notes is a versatile plugin that caters to a wide range of users" appeared twice in two consecutive lines). - Removed invalid HTML (bare
  • outside