Changeset 3485245
- Timestamp:
- 03/18/2026 03:09:14 AM (2 weeks ago)
- Location:
- zubbin-uptime-node
- Files:
-
- 36 added
- 2 edited
-
tags/2.0.5 (added)
-
tags/2.0.5/assets (added)
-
tags/2.0.5/assets/brand (added)
-
tags/2.0.5/assets/brand/README.txt (added)
-
tags/2.0.5/assets/brand/zuptime-admin-42.png (added)
-
tags/2.0.5/assets/brand/zuptime-banner-772x250.png (added)
-
tags/2.0.5/assets/brand/zuptime-icon-256.png (added)
-
tags/2.0.5/assets/brand/zuptime-mark-32.png (added)
-
tags/2.0.5/assets/css (added)
-
tags/2.0.5/assets/css/admin.css (added)
-
tags/2.0.5/assets/img (added)
-
tags/2.0.5/assets/img/branding-icon.png (added)
-
tags/2.0.5/assets/img/branding.png (added)
-
tags/2.0.5/assets/js (added)
-
tags/2.0.5/assets/js/admin.js (added)
-
tags/2.0.5/includes (added)
-
tags/2.0.5/includes/admin.php (added)
-
tags/2.0.5/includes/brand.php (added)
-
tags/2.0.5/includes/class-zubbin-billing-admin-page.php (added)
-
tags/2.0.5/includes/class-zubbin-billing-config.php (added)
-
tags/2.0.5/includes/class-zubbin-billing-notices.php (added)
-
tags/2.0.5/includes/class-zubbin-uptime-api-client.php (added)
-
tags/2.0.5/includes/class-zubbin-uptime-v1-sync.php (added)
-
tags/2.0.5/includes/client.php (added)
-
tags/2.0.5/includes/cron.php (added)
-
tags/2.0.5/includes/health.php (added)
-
tags/2.0.5/includes/logger.php (added)
-
tags/2.0.5/includes/monitor.php (added)
-
tags/2.0.5/includes/onboard.php (added)
-
tags/2.0.5/includes/settings.php (added)
-
tags/2.0.5/includes/zubbin-billing-helpers.php (added)
-
tags/2.0.5/languages (added)
-
tags/2.0.5/languages/index.php (added)
-
tags/2.0.5/readme.txt (added)
-
tags/2.0.5/uninstall.php (added)
-
tags/2.0.5/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
r3485240 r3485245 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 27 = 2.0.5 = 28 * Auto-promote release key after version bump. 29 -
zubbin-uptime-node/trunk/zubbin-uptime-node.php
r3485240 r3485245 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. 45 * Version: 2.0.5 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. 4');17 define('ZUBBIN_UN_VERSION', '2.0.5'); 18 18 19 19 if (!defined('ZUBBIN_UN_DEFAULT_CENTRAL_URL')) {
Note: See TracChangeset
for help on using the changeset viewer.