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:
@@ -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__));
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ATT Site Healthcheck",
|
||||
"slug": "att-site-healthcheck",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"author": "Steve Hanlon",
|
||||
"requires": "6.0",
|
||||
"tested": "6.6",
|
||||
"requires_php": "7.4",
|
||||
"last_updated": "2026-07-16 00:00:00",
|
||||
"last_updated": "2026-07-16 11:00:00",
|
||||
"download_url": "https://git.h12e.com/steve/wp-healthcheck/archive/main.zip",
|
||||
"sections": {
|
||||
"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.",
|
||||
|
||||
Reference in New Issue
Block a user