From 8af3d7eb041f4db3a096fd5bdf9fc073524df69c Mon Sep 17 00:00:00 2001 From: David Keane Date: Sun, 7 Jun 2026 01:58:56 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20to=20v0.1.4=20=E2=80=94=20clean?= =?UTF-8?q?=20version=20bump=20for=20wp.org=20submission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v0.1.3 tag on Gitea points to the pre-rebrand "wink animation" commit. To preserve tag immutability, the wp.org submission goes out as v0.1.4 instead of force-moving v0.1.3. - buddy.php: Version 0.1.3 → 0.1.4 - buddy.php: BUDDY_VERSION constant 0.1.3 → 0.1.4 - readme.txt: Stable tag 0.1.3 → 0.1.4 - readme.txt: changelog restructured (v0.1.3 entry restored to its actual content — wink animation fix — and the wp.org prep work is now under v0.1.4 where it belongs) Co-Authored-By: Claude Opus 4.7 --- buddy.php | 4 ++-- readme.txt | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/buddy.php b/buddy.php index 58331ba..c8976c0 100644 --- a/buddy.php +++ b/buddy.php @@ -5,7 +5,7 @@ * Plugin Name: RangerHQ Buddy * Plugin URI: https://davidtkeane.com/rangerhq-buddy * Description: Adopt a small companion that lives in your WordPress dashboard. Its mood reflects your site's health — published posts feed it, outdated plugins make it sick, clearing spam makes it happy. Gamifies WordPress maintenance with a bit of charm. - * Version: 0.1.3 + * Version: 0.1.4 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: David Keane @@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Plugin coordinates. -if ( ! defined( 'BUDDY_VERSION' ) ) { define( 'BUDDY_VERSION', '0.1.3' ); } +if ( ! defined( 'BUDDY_VERSION' ) ) { define( 'BUDDY_VERSION', '0.1.4' ); } if ( ! defined( 'BUDDY_FILE' ) ) { define( 'BUDDY_FILE', __FILE__ ); } if ( ! defined( 'BUDDY_PATH' ) ) { define( 'BUDDY_PATH', plugin_dir_path( __FILE__ ) ); } if ( ! defined( 'BUDDY_URL' ) ) { define( 'BUDDY_URL', plugin_dir_url( __FILE__ ) ); } diff --git a/readme.txt b/readme.txt index 5030879..d1e8ebc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: dashboard, pet, gamification, virtual-pet, fun Requires at least: 5.0 Tested up to: 7.0 Requires PHP: 7.4 -Stable tag: 0.1.3 +Stable tag: 0.1.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -83,11 +83,17 @@ Yes. The plugin is GPL v2 or later and the full source is published on Gitea at == Changelog == -= 0.1.3 = += 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. +* Added LICENSE file with full GPL v2 text. +* Added WordPress.org format readme.txt. +* Removed the self-hosted Gitea updater. WordPress.org-hosted plugins use the core update system instead. * Cleaned up Plugin Check (PCP) findings — text domain alignment, output escaping, translator comments, replaced mt_rand with wp_rand for better randomness. += 0.1.3 = +* Wink animation rebuilt as a real CSS animation, no longer sticks. + = 0.1.2 = * Early development release. @@ -95,9 +101,9 @@ Yes. The plugin is GPL v2 or later and the full source is published on Gitea at * Early development release. = 0.1.0 = -* First release — per-user state, dashboard widget, dedicated admin page, settings page with rename support, about page, self-hosted updater against Gitea. +* First release — per-user state, dashboard widget, dedicated admin page, settings page with rename support, about page. == Upgrade Notice == -= 0.1.3 = += 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.