Version 1.1.5
March 23, 2026
Chore
- Minor bug fixes.
Version 1.1.4
March 23, 2026
Added
- New Signup/Signin Flow: Users can now sign-up/sign-in directly from the plugin dashboard using their email and password, without needing to create an account on the WebApp first. This streamlines the onboarding process and allows users to start monitoring their sites immediately after installing the plugin.
- Tags Support In Monitors: Users can now add tags to their monitors for better organization and filtering. Tags can be added during monitor creation or editing.
Chore
- Minor bug fixes and UI refinements.
Version 1.1.3
February 27, 2026
Added
- Incidents Listing Page: New page to list all incidents with details and status.
- Displays the latest 20 incidents on the dashboard widget with links to the full listing.
- Provides comprehensive details for each incident, including affected monitors, regions.
- Allows filtering and sorting of incidents based on check type, region, and timeframe.
- Allows users to export incident data in CSV and PDF formats for reporting and analysis.
Chore
- Minor bug fixes and UI refinements.
Version 1.1.2
February 16, 2026
Added
- New Monitor Type: Added support for monitoring Ports and Keywords, allowing users to track the availability of specific ports and the presence of keywords in responses.
- New Notification Channels: Integrated Telegram and Slack as new notification channels for monitoring alerts.
Updated
- Status Page Enhancements: Added the password protection status pages support in the status pages creation and listing pages.
Chore
- Minor bug fixes and UI refinements.
Version 1.1.1
February 11, 2026
Added
- New Monitor Types Support:
- Port Monitor: Monitor the availability and response times of specific ports on a host.
- Keyword Monitor: Check for the presence or absence of specific keywords in the response body of a URL.
- New Notification Channels:
- Telegram: Send monitoring alerts to Telegram chats or channels.
- Slack: Send monitoring alerts to Slack channels.
Chore
- Minor bug fixes and UI refinements.
Version 1.1.0
January 23, 2026
Added
- Multi-Region Monitoring Support: Full regional data visualization across dashboard and reachability pages, including uptime histograms, uptime statistics, and response time graphs filterable by region.
- Region-wise Response Time Comparison: Multi-region response time area chart on reachability page for comparing performance across regions with legend-based filtering.
- Recent Incidents Tracking: Dashboard widget displaying the latest 20 incidents with incident details and status.
Version 1.0.11
January 19, 2026
Chore
- Minor bug fixes and UI refinements.
Version 1.0.10
January 5, 2026
Added
- Support for a “My Integrations” tab in the integrations listing.
Chore
- Minor bug fixes and UI refinements.
Version 1.0.9
January 2, 2026
Added
- Skeleton loaders across dashboard cards to provide visual feedback while data is loading.
- Registration banner on the dashboard for unregistered users.
- Option to enable or disable notification channels and integrations.
- Status pages listing with actions support.
Updated
- Dashboard cards to fetch their data independently via AJAX calls.
- URL validation logic to support a wider range of monitoring URLs with strict validation rules.
- Lighthouse check monitoring interval slider with updated interval options.
- Health check detail pages to replace the refresh button with a Fetch Now button for retrieving recent data.
- Health check pages cleaned up to remove unnecessary data and align behavior with the WebApp.
- Monitor polling logic with state updates and internal improvements.
Chore
- Minor bug fixes and UI refinements.
Version 1.0.8
December 24, 2025
Added
- Response time interval selector in the plugin response time chart.
- Display of Space ID for Google Chat and Discord integrations.
- Breadcrumbs added to pages.
Updated
- Monitoring interval controls replaced with sliders in the monitor add/edit forms to support custom values and align with WebApp behavior, respecting subscription plan limits.
- Improved URL validation to accept only valid URLs.
- Enhanced polling mechanism for monitors, including periodic general polling and targeted polling for recently added or updated monitors.
- Forced status and last check updates for paused monitors using the Reachability API.
- Fetch recent button added on health check cards to fetch the latest monitoring data.
- Time filter dropdown added in the response time chart on dashboard.
Fixed
- Improved error handling to display accurate backend error messages instead of generic failures.
- Correct status display for paused monitors across statistics and dashboard cards.
Chore
- Minor bug fixes and UI cleanups.
Version 1.0.7
December 19, 2025
Added
- Dynamic minimum monitoring interval based on subscription plan.
Updated
- Dashboard uptime percentage formatting.
- UI improvements for integrations and monitor forms.
- Improved handling when monitoring is paused.
Fixed
- Removed monitor dependency from Test Integration.
- Fixed validation issues for Google Chat and Discord integrations.
Chore
- Minor bug fixes and UI cleanups.
Version 1.0.6
December 11, 2025
Added
- New monitor listing and actions.
- New notification channels listing and actions.
Updated
- Dashboard UI/UX
Chores
- Minor bug fixes.
Version 1.0.5
November 13, 2025
Fixed
- An issue where api key failed to add on fresh installs with default monitor.
Version 1.0.4
November 13, 2025
Added
- User token field for monitoring history insights.
- Option to add new monitors for continous monitoring.
- Option to add/delete notification channel per monitor.
- Option to delete a monitor.
- Custom healthchek settings per service.
Chore
- Minor bug fixes.
Version 1.0.3
November 3, 2025
Added
- Subscription status based monitoring flag.
- Api token setup for registered user from dashboard.
- Auto addition of protocol if only domain is added.
- Custom craft headers to api calls.
Chore
- Refactored the code base.
- Fixed few url's in readme that were incorrect.
Version 1.0.2
October 9, 2025
Fixed
- Missing plugin icon in unistalled state.
Version 1.0.1
October 8, 2025
Added
- icon-mask.svg file for missing icon before plugin install.
Fixed
- Page loading text not visible in lighthouse page when device changed or refreshed.
- Device selection referesed on page reload.
Chore
- Moved save button in settings page to action bar.
- Added craft notification in place of alert on entering invalid url.
Version 1.0.0
October 8, 2025
Added
- Initial Release - Complete site monitoring plugin for Craft CMS 5.0+
- Reachability Monitoring - Monitor site uptime and response times
- Security Certificates - SSL/TLS certificate validation and expiry tracking
- Broken Links Detection - Comprehensive link checking for internal and external URLs
- Lighthouse Performance Audits - Automated Google Lighthouse scoring
- Domain Health Monitoring - Domain registration and DNS health tracking
- Mixed Content Detection - Identify HTTP resources on HTTPS pages
- Real-time Dashboard - Control panel interface with monitoring status
- Configurable Alert System - Email notifications for monitoring failures
- Plugin Settings - Comprehensive configuration options
- Asset Management - Organized asset bundles for optimal loading
- Comprehensive Documentation - Complete wiki with guides
Technical
- Craft CMS 5.0+ compatibility
- PHP 8.2+ support with modern features
- PSR-4 autoloading structure
- Composer dependency management
- Database integration with Craft's layer
- Feature-specific asset bundles
- Comprehensive error handling and logging
Security
- HTTPS enforcement and secure communication
- Input validation and sanitization
- CSRF and XSS protection
- Security headers implementation
Performance
- Optimized database queries
- Smart caching strategies
- Asset minification and optimization
- Background processing for monitoring tasks