Release 0.1.1 — test auto-update flow

No functional changes; version bump to verify PUC-based updates from Gitea
land on installed sites.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-16 11:02:18 +01:00
parent 19d726fe1c
commit 24377565f0
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
/**
* Plugin Name: ATT Site Healthcheck
* Description: Walks a technician through a structured WordPress site healthcheck. Steps are drop-in PHP files so adding/removing one is a single file change.
* Version: 0.1.0
* Version: 0.1.1
* Author: Steve Hanlon
* License: GPL-2.0-or-later
* Requires PHP: 7.4
@@ -14,7 +14,7 @@ if (!defined('ABSPATH')) {
exit;
}
define('ATT_HC_VERSION', '0.1.0');
define('ATT_HC_VERSION', '0.1.1');
define('ATT_HC_PLUGIN_FILE', __FILE__);
define('ATT_HC_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('ATT_HC_PLUGIN_URL', plugin_dir_url(__FILE__));