# Changelog All notable changes to **A-WP-Notes** are documented here. Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versioning: [SemVer](https://semver.org/). --- ## [Unreleased] ### Changed — Banner moved to About page (side-by-side intro) - **Banner image removed from the Create-Note page.** It was the first thing under the page title and took up significant vertical space before the user even saw the textarea. The Create-Note page is for *doing*, not for *reading-about*. - **Banner added to the top of the About page** in a new side-by-side row: banner image on the left (capped at 320px wide, not full-bleed), and a short intro paragraph + "Go to WP Notes →" CTA on the right. Stacks vertically on narrow screens via `flex-wrap`. Lives inside its own `.wp-notes-about-intro` block so it doesn't interact with the rest of the About page's nested toggles. - **`.wp-notes-header-banner` / `.wp-notes-banner-img` CSS removed** from `wp-notes-styles.php` — no longer used. ### Changed — Tier 1 UX cleanup Single pass through `wp_notes_page_callback()` to remove the layout debt that had built up over previous releases. Functionality is unchanged; the page is shorter, has one H1, and stops contradicting itself. - **Single H1** on the page — was five (`Welcome to WP Notes`, `Welcome to WP Notes v3.0.2`, `About WP Notes`, `What WP Notes Offers`, `What's New in WP Notes v3.0.2`). Now: just `WP Notes` with the version chip alongside. Accessibility + SEO. - **"Welcome / About" content** collapsed from THREE on-page surfaces (a dismissible top notice + a nested toggle + a manual "Show Welcome Message" button) down to a single one-line description that links to the dedicated About page where the long copy already lives. - **Duplicate "Toggle Welcome Section" buttons removed.** Both outer and inner toggle buttons had the **same label** but different targets — genuinely confusing. Both gone. - **"What's New v3.0.0" embedded changelog block removed.** It was hard-coded to v3.0.0 while the plugin reports v3.0.2 — the embed was lying. The real history lives in `CHANGELOG.md` now. - **"Buy me a coffee" button moved from page header to page footer** — promo content should not be the first thing under the page title. Now sits at the bottom of the notes lists, centred, where footer items belong. - **Invalid HTML cleaned up** — `
  • ` tags outside `