From 24377565f0c082ce7b1e08139b0f350894992bd9 Mon Sep 17 00:00:00 2001 From: Steve Hanlon Date: Thu, 16 Jul 2026 11:02:18 +0100 Subject: [PATCH] =?UTF-8?q?Release=200.1.1=20=E2=80=94=20test=20auto-updat?= =?UTF-8?q?e=20flow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- att-site-healthcheck.php | 4 ++-- updates.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/att-site-healthcheck.php b/att-site-healthcheck.php index b2b04dc..6370abe 100644 --- a/att-site-healthcheck.php +++ b/att-site-healthcheck.php @@ -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__)); diff --git a/updates.json b/updates.json index 0416160..aee5da0 100644 --- a/updates.json +++ b/updates.json @@ -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.",