Version 3.2.0
= Version 3.2 – July 1, 2025 =
- Added
eacDoojigger_risk_assessment_datafilter allowing actors to filter risk assessment result. - Fixed potential 1-second error in rate limit check of Risk Assessment.
- New
eacKeyValuehelper class for key/value pair storage. - Internal transient methods use key/value helper instead of WP transient API.
- Internal options methods use key/value helper instead of WP options API.
- Reworked internal option backup/restore.
- Added 'Key/Value storage' as session manager option.
- Session 'transient' option uses WP transient functions (not internal).
- Make sure we have FS_CHMOD_FILE/FS_CHMOD_DIR set in autoload.php.
- Added
doTask()method anddo_cron_taskaction to event_scheduler extension. - Delay scheduling events until
initaction, allows routing to Action Scheduler. - Do Risk Assessment a bit earlier on
wp_headersnotwp. access_denied()checks forsend_headersaction.- Strip tags when logging admin_notice warnings/error.
- Debug log entry for Action Scheduler tasks.