chore: bump to v0.1.4 — clean version bump for wp.org submission

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 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 01:58:56 +01:00
parent cba0df9439
commit 4f861e982f
2 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
* Plugin Name: RangerHQ Buddy * Plugin Name: RangerHQ Buddy
* Plugin URI: https://davidtkeane.com/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. * 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 at least: 5.0
* Requires PHP: 7.4 * Requires PHP: 7.4
* Author: David Keane * Author: David Keane
@@ -20,7 +20,7 @@
if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! defined( 'ABSPATH' ) ) { exit; }
// Plugin coordinates. // 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_FILE' ) ) { define( 'BUDDY_FILE', __FILE__ ); }
if ( ! defined( 'BUDDY_PATH' ) ) { define( 'BUDDY_PATH', plugin_dir_path( __FILE__ ) ); } if ( ! defined( 'BUDDY_PATH' ) ) { define( 'BUDDY_PATH', plugin_dir_path( __FILE__ ) ); }
if ( ! defined( 'BUDDY_URL' ) ) { define( 'BUDDY_URL', plugin_dir_url( __FILE__ ) ); } if ( ! defined( 'BUDDY_URL' ) ) { define( 'BUDDY_URL', plugin_dir_url( __FILE__ ) ); }
+10 -4
View File
@@ -4,7 +4,7 @@ Tags: dashboard, pet, gamification, virtual-pet, fun
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 7.0 Tested up to: 7.0
Requires PHP: 7.4 Requires PHP: 7.4
Stable tag: 0.1.3 Stable tag: 0.1.4
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 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 == == Changelog ==
= 0.1.3 = = 0.1.4 =
* Renamed to RangerHQ Buddy as part of the RangerHQ plugin family naming convention. * Renamed to RangerHQ Buddy as part of the RangerHQ plugin family naming convention.
* Updated Plugin URI and Author URI to davidtkeane.com. * 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. * 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 = = 0.1.2 =
* Early development release. * 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. * Early development release.
= 0.1.0 = = 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 == == 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. Plugin renamed to RangerHQ Buddy and prepared for the WordPress.org Plugin Directory. No user-visible behaviour changes; existing Buddy state preserved.