From 55990bea49f50d0513dc3de52389875276071322 Mon Sep 17 00:00:00 2001 From: Steve Hanlon Date: Thu, 23 Jul 2026 12:03:54 +0100 Subject: [PATCH] =?UTF-8?q?Release=200.1.4=20=E2=80=94=20next=20healthchec?= =?UTF-8?q?k=20due=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the plugin header, ATT_HC_VERSION and updates.json so PUC offers the next-due feature to installed sites on their next update check. NOTE: the history server must be deployed before this reaches sites. An old server ignores the next_due key on PUT and returns 200, so the plugin would report the date as saved while the dashboard never shows it. Co-Authored-By: Claude Opus 4.8 (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 457901b..bb4c591 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.3 + * Version: 0.1.4 * Author: Steve Hanlon * License: Proprietary * License URI: https://git.h12e.com/steve/wp-healthcheck/raw/branch/main/LICENSE @@ -15,7 +15,7 @@ if (!defined('ABSPATH')) { exit; } -define('ATT_HC_VERSION', '0.1.3'); +define('ATT_HC_VERSION', '0.1.4'); 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 d24ec49..43e34b1 100644 --- a/updates.json +++ b/updates.json @@ -1,12 +1,12 @@ { "name": "ATT Site Healthcheck", "slug": "att-site-healthcheck", - "version": "0.1.3", + "version": "0.1.4", "author": "Steve Hanlon", "requires": "6.0", "tested": "6.6", "requires_php": "7.4", - "last_updated": "2026-07-16 13:00:00", + "last_updated": "2026-07-23 12:03:38", "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.",