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.