Changeset 3485274
- Timestamp:
- 03/18/2026 04:40:02 AM (2 weeks ago)
- Location:
- zubbin-uptime-node
- Files:
-
- 38 added
- 2 edited
-
tags/2.0.6 (added)
-
tags/2.0.6/assets (added)
-
tags/2.0.6/assets/brand (added)
-
tags/2.0.6/assets/brand/README.txt (added)
-
tags/2.0.6/assets/brand/zuptime-admin-42.png (added)
-
tags/2.0.6/assets/brand/zuptime-banner-772x250.png (added)
-
tags/2.0.6/assets/brand/zuptime-icon-256.png (added)
-
tags/2.0.6/assets/brand/zuptime-mark-32.png (added)
-
tags/2.0.6/assets/css (added)
-
tags/2.0.6/assets/css/admin.css (added)
-
tags/2.0.6/assets/img (added)
-
tags/2.0.6/assets/img/branding-icon.png (added)
-
tags/2.0.6/assets/img/branding.png (added)
-
tags/2.0.6/assets/js (added)
-
tags/2.0.6/assets/js/admin.js (added)
-
tags/2.0.6/includes (added)
-
tags/2.0.6/includes/admin.php (added)
-
tags/2.0.6/includes/brand.php (added)
-
tags/2.0.6/includes/class-zubbin-billing-admin-page.php (added)
-
tags/2.0.6/includes/class-zubbin-billing-admin-page.php.nonce.20260318_040349 (added)
-
tags/2.0.6/includes/class-zubbin-billing-admin-page.php.phpcsfix.20260318_040607 (added)
-
tags/2.0.6/includes/class-zubbin-billing-config.php (added)
-
tags/2.0.6/includes/class-zubbin-billing-notices.php (added)
-
tags/2.0.6/includes/class-zubbin-uptime-api-client.php (added)
-
tags/2.0.6/includes/class-zubbin-uptime-v1-sync.php (added)
-
tags/2.0.6/includes/client.php (added)
-
tags/2.0.6/includes/cron.php (added)
-
tags/2.0.6/includes/health.php (added)
-
tags/2.0.6/includes/logger.php (added)
-
tags/2.0.6/includes/monitor.php (added)
-
tags/2.0.6/includes/onboard.php (added)
-
tags/2.0.6/includes/settings.php (added)
-
tags/2.0.6/includes/zubbin-billing-helpers.php (added)
-
tags/2.0.6/languages (added)
-
tags/2.0.6/languages/index.php (added)
-
tags/2.0.6/readme.txt (added)
-
tags/2.0.6/uninstall.php (added)
-
tags/2.0.6/zubbin-uptime-node.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zubbin-uptime-node.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zubbin-uptime-node/trunk/readme.txt
r3485268 r3485274 1 1 === Z UpTime – Uptime Monitoring Node === 2 2 Contributors: zubbin 3 Tags: uptime monitoring, site monitoring, heartbeat, status monitoring, api client , website monitoring3 Tags: uptime monitoring, site monitoring, heartbeat, status monitoring, api client 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 2.0. 57 Stable tag: 2.0.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 57 = 2.0.6 = 58 * Removes unsupported/excess readme tags and cleans WordPress.org metadata. 59 56 60 = 2.0.5 = 57 61 * Added automatic release-key promotion after version bump. -
zubbin-uptime-node/trunk/zubbin-uptime-node.php
r3485245 r3485274 3 3 * Plugin Name: Z UpTime – Uptime Monitoring Node 4 4 * 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. 55 * Version: 2.0.6 6 6 * Author: Zubbin 7 7 * Text Domain: zubbin-uptime-node … … 15 15 if (!defined('ABSPATH')) exit; 16 16 17 define('ZUBBIN_UN_VERSION', '2.0. 5');17 define('ZUBBIN_UN_VERSION', '2.0.6'); 18 18 19 19 if (!defined('ZUBBIN_UN_DEFAULT_CENTRAL_URL')) {
Note: See TracChangeset
for help on using the changeset viewer.