Changeset 3485276
- Timestamp:
- 03/18/2026 04:42:44 AM (2 weeks ago)
- Location:
- zubbin-uptime-node
- Files:
-
- 36 added
- 2 deleted
- 2 edited
-
tags/2.0.7 (added)
-
tags/2.0.7/assets (added)
-
tags/2.0.7/assets/brand (added)
-
tags/2.0.7/assets/brand/README.txt (added)
-
tags/2.0.7/assets/brand/zuptime-admin-42.png (added)
-
tags/2.0.7/assets/brand/zuptime-banner-772x250.png (added)
-
tags/2.0.7/assets/brand/zuptime-icon-256.png (added)
-
tags/2.0.7/assets/brand/zuptime-mark-32.png (added)
-
tags/2.0.7/assets/css (added)
-
tags/2.0.7/assets/css/admin.css (added)
-
tags/2.0.7/assets/img (added)
-
tags/2.0.7/assets/img/branding-icon.png (added)
-
tags/2.0.7/assets/img/branding.png (added)
-
tags/2.0.7/assets/js (added)
-
tags/2.0.7/assets/js/admin.js (added)
-
tags/2.0.7/includes (added)
-
tags/2.0.7/includes/admin.php (added)
-
tags/2.0.7/includes/brand.php (added)
-
tags/2.0.7/includes/class-zubbin-billing-admin-page.php (added)
-
tags/2.0.7/includes/class-zubbin-billing-config.php (added)
-
tags/2.0.7/includes/class-zubbin-billing-notices.php (added)
-
tags/2.0.7/includes/class-zubbin-uptime-api-client.php (added)
-
tags/2.0.7/includes/class-zubbin-uptime-v1-sync.php (added)
-
tags/2.0.7/includes/client.php (added)
-
tags/2.0.7/includes/cron.php (added)
-
tags/2.0.7/includes/health.php (added)
-
tags/2.0.7/includes/logger.php (added)
-
tags/2.0.7/includes/monitor.php (added)
-
tags/2.0.7/includes/onboard.php (added)
-
tags/2.0.7/includes/settings.php (added)
-
tags/2.0.7/includes/zubbin-billing-helpers.php (added)
-
tags/2.0.7/languages (added)
-
tags/2.0.7/languages/index.php (added)
-
tags/2.0.7/readme.txt (added)
-
tags/2.0.7/uninstall.php (added)
-
tags/2.0.7/zubbin-uptime-node.php (added)
-
trunk/includes/class-zubbin-billing-admin-page.php.nonce.20260318_040349 (deleted)
-
trunk/includes/class-zubbin-billing-admin-page.php.phpcsfix.20260318_040607 (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zubbin-uptime-node.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zubbin-uptime-node/trunk/readme.txt
r3485274 r3485276 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 2.0. 67 Stable tag: 2.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 57 58 = 2.0.7 = 59 * Removes unintended debug/backup files from package. 60 57 61 = 2.0.6 = 58 62 * Removes unsupported/excess readme tags and cleans WordPress.org metadata. -
zubbin-uptime-node/trunk/zubbin-uptime-node.php
r3485274 r3485276 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. 65 * Version: 2.0.7 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. 6');17 define('ZUBBIN_UN_VERSION', '2.0.7'); 18 18 19 19 if (!defined('ZUBBIN_UN_DEFAULT_CENTRAL_URL')) {
Note: See TracChangeset
for help on using the changeset viewer.