Plugin Directory

Changeset 3485276


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

Release 2.0.7

Location:
zubbin-uptime-node
Files:
36 added
2 deleted
2 edited

Legend:

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

    r3485274 r3485276  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 2.0.6
     7Stable tag: 2.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656
     57
     58= 2.0.7 =
     59* Removes unintended debug/backup files from package.
     60
    5761= 2.0.6 =
    5862* Removes unsupported/excess readme tags and cleans WordPress.org metadata.
  • zubbin-uptime-node/trunk/zubbin-uptime-node.php

    r3485274 r3485276  
    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.6
     5 * Version: 2.0.7
    66 * Author: Zubbin
    77 * Text Domain: zubbin-uptime-node
     
    1515if (!defined('ABSPATH')) exit;
    1616
    17 define('ZUBBIN_UN_VERSION', '2.0.6');
     17define('ZUBBIN_UN_VERSION', '2.0.7');
    1818
    1919if (!defined('ZUBBIN_UN_DEFAULT_CENTRAL_URL')) {
Note: See TracChangeset for help on using the changeset viewer.