Skip to content

Version 3.2.0

Choose a tag to compare

@KBurkholder KBurkholder released this 10 Jul 23:11
· 55 commits to main since this release

= Version 3.2 – July 1, 2025 =

  • Added eacDoojigger_risk_assessment_data filter allowing actors to filter risk assessment result.
  • Fixed potential 1-second error in rate limit check of Risk Assessment.
  • New eacKeyValue helper 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 and do_cron_task action to event_scheduler extension.
  • Delay scheduling events until init action, allows routing to Action Scheduler.
  • Do Risk Assessment a bit earlier on wp_headers not wp.
  • access_denied() checks for send_headers action.
  • Strip tags when logging admin_notice warnings/error.
  • Debug log entry for Action Scheduler tasks.