-
released this
2026-08-09 19:19:53 +00:00 | 117 commits to main since this releaseFixes automatic updates: a normal (non-critical) update was previously detected but never actually installed -- now it is, the same way updates to other plugins already work. This is also the first release where the self-update mechanism itself is included in this self-distributed channel (it was unconditionally excluded before, which meant it could never do anything even once configured). Includes everything from 7.23.0.
To enable automatic updates for ARGUS itself going forward, add these two lines to wp-config.php:
define( 'ARGUS_WPD_UPDATE_MANIFEST_URL', 'https://git-cloud.weboria.eu/Weboria/argus-wp-defence/raw/branch/main/manifest.json' ); define( 'ARGUS_WPD_UPDATE_PUBLIC_KEY', 'jBQFZLG+fvtW9y7kmhJa4BTBw8u3lmxbgOcF2ptEhFs=' );Verified end-to-end before publishing: a full real update cycle (older version -> this release), triggered exactly the way it will run automatically, using a real signed manifest and this exact package.
Downloads