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