6.13.3301
24 June 2025
New Features
Comprehensive Auditing for Users, Roles, and Pages
Stadium 6.13.0 introduces detailed audit logging for user, role, and page changes in the Admin section. Audit logs are created for add, edit, and delete actions, capturing both old and new values for key properties. No audit log is created if nothing has changed. This feature helps administrators track changes for compliance and troubleshooting.
The new AuditLog
table in the management database stores these entries, including a Source
column to indicate whether the change originated from the UserAPI or WebApp.
A new UserAPI endpoint allows retrieval of audit logs in JSON format, ordered from latest to oldest.

Improvements
Searching in DataGrid now excludes hidden columns.
The progress bar now glides smoothly back and forth across the top of the page, making it clearer to users when the page is processing.
Added a set of regular expression (regex) code snippets to the Expression Editor that be used for validations.
The “username” and “data” fields have been removed from the UserAPI documentation in SAM.
The installer no longer displays the "IIS URL Rewrite module has been installed" message.
Bug Fixes
Web App
Descending sort order in DataGrid now sorts data as one would expect, i.e. in descending order Z - A.
Designer
Very long values in a Setting no longer cause the Stadium Designer to crash.
Last updated
Was this helpful?