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() {
dashicons-book-alt) replaces the generic cog wheel. Visually reinforces the “Logbook” identity in the WP sidebar.
+ a-wp-notes-v3 → a-logbook. The plugin’s update checker and the “View on Gitea” / “View all releases” / “View full CHANGELOG” links now point at the new path. Local folder also renamed to a-logbook. The plugin’s internal storage and slugs are unchanged — no data migration.