From bd8c5f23401fb94bf59208f6a7fdf03c35673b0a Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 25 May 2026 10:09:49 +0100 Subject: [PATCH] ux: replace generic cog admin-menu icon with closed-book (v3.3.5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The WordPress admin sidebar showed "Logbook" with the generic cog wheel icon (dashicons-admin-generic) — fine for a settings page, off-brand for a plugin whose entire identity is "logbook". Swapped to dashicons-book-alt (closed book) — the most literal possible match in the Dashicons set, and visually reinforces the brand at the first place users see the plugin every day. Alternatives also viable (commented in the changelog for future reference): dashicons-edit (pencil), dashicons-clipboard, dashicons-welcome-write-blog, dashicons-format-aside. VERSION - wp-notes.php header 3.3.4 → 3.3.5 - WP_NOTES_VERSION constant 3.3.4 → 3.3.5 - About page version-history leads with v3.3.5; v3.3.4 demoted. Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ inc/wp-notes-about.php | 6 +++++- wp-notes.php | 6 +++--- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d3f0b..d4f1bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,31 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi --- +## [3.3.5] — 2026-05-25 + +### Changed — Admin-menu icon +The WordPress admin sidebar icon for Logbook is now +**`dashicons-book-alt`** (a closed book) instead of the generic +cog wheel (`dashicons-admin-generic`). The closed-book glyph is the +most literal possible match for the word "logbook" in the Dashicons +set — reinforces the brand identity at the first place users see +the plugin every day. + +If you'd prefer a different icon, the line lives in +`wp-notes.php → wp_notes_admin_menu()` as the 7th arg to +`add_menu_page()`. Alternatives worth considering: +`dashicons-edit` (pencil), `dashicons-clipboard` (clipboard), +`dashicons-welcome-write-blog` (pencil over paper), +`dashicons-format-aside` (notes glyph). Full list at +https://developer.wordpress.org/resource/dashicons/ + +### Version bump +- wp-notes.php header 3.3.4 → 3.3.5 +- WP_NOTES_VERSION constant 3.3.4 → 3.3.5 +- About page version-history leads with v3.3.5; v3.3.4 demoted. + +--- + ## [3.3.4] — 2026-05-25 **Repo renamed on Gitea: `a-wp-notes-v3` → `a-logbook`.** Also the diff --git a/inc/wp-notes-about.php b/inc/wp-notes-about.php index c40098d..7f62c22 100644 --- a/inc/wp-notes-about.php +++ b/inc/wp-notes-about.php @@ -125,7 +125,11 @@ function wp_notes_about_page() {

Version history