=== SiteOps Agent ===
Contributors: siteops
Tags: monitoring, uptime, security, backup, analytics
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

WordPress monitoring agent for SiteOps: uptime monitoring, security analysis, performance tracking, backup supervision and analytics.

== Description ==

SiteOps Agent connects your WordPress site to the SiteOps supervision platform (https://siteops.fr). It enables centralized monitoring of availability, security, performance and backups from a single dashboard.

Key features:

* Uptime monitoring
* Security analysis (HTTP headers, vulnerabilities)
* Performance tracking
* Backup supervision (UpdraftPlus, Akeeba)
* Login event tracking
* Analytics integration (Matomo)

A SiteOps account is required to use this agent. Sign up at https://siteops.fr.

== Installation ==

1. Download and install the plugin via the WordPress Extensions menu, or upload the `siteops-agent` folder to `/wp-content/plugins/`.
2. Activate the plugin from the Extensions menu.
3. Enter your SiteOps API key in the plugin settings.

== Frequently Asked Questions ==

= Is a SiteOps account required? =

Yes. This agent transmits monitoring data to your SiteOps account. Create an account at https://siteops.fr.

= Is my data shared with third parties? =

The agent only transmits monitoring data (availability, security, performance) to your own SiteOps instance.

== Changelog ==
= 1.5.4 =
* WordPress.org Plugin Check compliance: replaced date() with gmdate(), added wp_unslash() on form input, fixed wp_nonce_field output, added phpcs:ignore annotations for custom-table direct queries.

= 1.5.3 =
* WordPress.org compliance: portable paths (WP_CONTENT_DIR, wp_upload_dir(), get_theme_root(), WP_PLUGIN_DIR) in scanner.

= 1.5.2 =
* WordPress.org compliance: full plugin header (GPLv2 licence, text domain), readme.txt, LICENSE.

= 1.5.1 =
* Initial stable release.

== Upgrade Notice ==

= 1.5.4 =
Plugin Check compliance fixes (gmdate, sanitization, nonce output).

= 1.5.2 =
Version compliant with wordpress.org standards.
