Plugin Directory

Changeset 3485274


Ignore:
Timestamp:
03/18/2026 04:40:02 AM (2 weeks ago)
Author:
zubbin
Message:

Release 2.0.6

Location:
zubbin-uptime-node
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • zubbin-uptime-node/trunk/readme.txt

    r3485268 r3485274  
    11=== Z UpTime – Uptime Monitoring Node ===
    22Contributors: zubbin
    3 Tags: uptime monitoring, site monitoring, heartbeat, status monitoring, api client, website monitoring
     3Tags: uptime monitoring, site monitoring, heartbeat, status monitoring, api client
    44Requires at least: 6.0
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56
     57= 2.0.6 =
     58* Removes unsupported/excess readme tags and cleans WordPress.org metadata.
     59
    5660= 2.0.5 =
    5761* Added automatic release-key promotion after version bump.
  • zubbin-uptime-node/trunk/zubbin-uptime-node.php

    r3485245 r3485274  
    33 * Plugin Name: Z UpTime – Uptime Monitoring Node
    44 * Description: WordPress site connector for the Zubbin monitoring platform. Sends heartbeat and inventory data to Zubbin for uptime and health monitoring.
    5  * Version: 2.0.5
     5 * Version: 2.0.6
    66 * Author: Zubbin
    77 * Text Domain: zubbin-uptime-node
     
    1515if (!defined('ABSPATH')) exit;
    1616
    17 define('ZUBBIN_UN_VERSION', '2.0.5');
     17define('ZUBBIN_UN_VERSION', '2.0.6');
    1818
    1919if (!defined('ZUBBIN_UN_DEFAULT_CENTRAL_URL')) {
Note: See TracChangeset for help on using the changeset viewer.