From 117eaddaa0cc3c09ddaf07d96ddf1784d2426503 Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 8 Jun 2026 14:55:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20v0.1.5=20=E2=80=94=20wp.org=20reviewer?= =?UTF-8?q?-feedback=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer flagged inc/about.php line 19 — an inline -

v @@ -70,9 +28,9 @@ function buddy_render_about_page() {
-

Buddy v

+

Buddy v

A friendly little companion that lives in your WordPress dashboard. The idea: keep Buddy's stats up, eventually Buddy's mood will reflect how well you're taking care of your site itself. Gamifies WordPress maintenance with a bit of charm.

-

+

diff --git a/inc/admin-page.php b/inc/admin-page.php index 56410ac..5ac9a0f 100644 --- a/inc/admin-page.php +++ b/inc/admin-page.php @@ -29,7 +29,7 @@ function buddy_render_main_page() { v
-

+

diff --git a/inc/settings.php b/inc/settings.php index ef0a04f..af17c1a 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -47,9 +47,9 @@ function buddy_render_settings_page() {

-
+ -

+


` block into the enqueued `buddy.css` stylesheet per WordPress.org reviewer feedback. +* Replaced inline `style="..."` attributes on the Settings form, Settings name heading, and main admin page description with proper CSS classes. The only remaining inline style is the dynamic stat-bar `width:%d%%` value in the Dashboard widget, which is runtime data. + = 0.1.4 = * Renamed to RangerHQ Buddy as part of the RangerHQ plugin family naming convention. * Updated Plugin URI and Author URI to davidtkeane.com. @@ -105,5 +109,8 @@ Yes. The plugin is GPL v2 or later and the full source is published on Gitea at == Upgrade Notice == += 0.1.5 = +WordPress.org reviewer-feedback fix — all CSS now properly enqueued via wp_enqueue_style instead of inline. No user-visible behaviour changes. + = 0.1.4 = Plugin renamed to RangerHQ Buddy and prepared for the WordPress.org Plugin Directory. No user-visible behaviour changes; existing Buddy state preserved.