Initial release.
- Records create, update and delete operations on items, media, item sets, users, sites, site pages, vocabularies, resource templates and assets, with the acting user, IP address and user agent for each entry.
- Records user logins and logouts.
- Media changes made while editing an item (uploads, edits and removals) are captured through entity events, so they are logged even though the item form does not call the media API directly.
- Activity log at
/admin/auditwith filters for action, actor, resource type and date range, pagination, and a detail page for every entry. - Export the filtered log to CSV or JSON (up to 10,000 rows).
- Recent Activity widget on the admin dashboard showing the latest ten events.
- Audit History panel on each user's admin page, with its own action and date filters and pagination.
- Module settings: master enable switch, entries per page, retention period, IP address redaction, and a checklist of resource types to log.
- Retention purge as a background job queued from the log page (global
administrators only) or from the
bin/purge-audit-log.phpCLI script for cron, with--days,--dry-runand--quietoptions.