From f48da5e5f17fd7572c3fd9582092a083b15fed62 Mon Sep 17 00:00:00 2001 From: Luis Melo Date: Thu, 17 Sep 2026 10:42:49 +0000 Subject: [PATCH] Update signed manifest to 7.40.0 --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 23c6a7d..4db0116 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "version": "7.39.9", - "released_at": "2026-09-16T22:55:42+00:00", - "package_url": "https://git-cloud.weboria.eu/Weboria/argus-wp-defence/releases/download/v7.39.9/argus-wordpress-defence-7.39.9.zip", - "sha256": "71bd5210209f88690b9e6f1c907b5003d3ad2d71b16725a063953d73a68cd654", + "version": "7.40.0", + "released_at": "2026-09-17T10:42:49+00:00", + "package_url": "https://git-cloud.weboria.eu/Weboria/argus-wp-defence/releases/download/v7.40.0/argus-wordpress-defence-7.40.0.zip", + "sha256": "9fc415ef804bfd2f584fbaeb69660a0ef963e52773d0c8913cd40d56a78ccd29", "min_php": "7.4", "min_wp": "6.0", "critical": false, - "summary": "* Security hardening: disconnecting this site from WAD (or uninstalling the plugin) now also\n invalidates its connection secret on WAD's side, not just locally -- previously the secret stayed\n valid indefinitely. This site also now detects if a WAD account disconnects it remotely and shows\n a clear notice instead of retrying silently.", - "signature": "wmURSl7ERPhNLEAamavc92ln0Dx4gZVJoTjDLQQKoEkqr6Q3UU4p2zblyaACiUOf3DLK6DlJDMi6PScZISJ7Dw==" + "summary": "* Security hardening: this site's IP-based protections (firewall, brute-force login protection,\n REST/API abuse protection, WooCommerce checkout guard, two-factor) now correctly recognise real\n visitor IP addresses when this site runs behind a reverse proxy, load balancer, or CDN, using the\n same trusted-proxy configuration already available under Form Protection. Previously, sites in\n that setup could see every visitor as the same address, weakening these protections.\n* Hardened the replay protection added in 7.39.0 further: it now remembers a short history of\n recently-applied WAD actions instead of only the single most recent one.", + "signature": "n97VtOxZFjpDmUbFgbzjnf34nCcGUtGthdhs/oypEyEkidWgY6OiTt4WXUkz3ICEh5RJef9nfYxkyJeNaw1gBQ==" }