Skip to content

Releases: mendix/AuditTrailModule

v10.2.1

04 Jun 15:50
267e913

Choose a tag to compare

We added the LICENSE.txt file which was missing in previous releases.

v10.2.0

04 Jun 15:50
37de5f4

Choose a tag to compare

We upgraded all widgets to pluggable widgets that use React
We removed the ability to export to CSV in LogOverviewSnippet due to no support for it in data grid 2. It is still possible to export to Excel

v10.1.1

04 Jun 15:50
7db0c3e

Choose a tag to compare

We removed usages of deprecated methods in com.mendix.core.Core from the implementation that were missed in the previous version

v10.1.0

04 Jun 15:50
94843b3

Choose a tag to compare

We upgraded the module to Mendix version 10.21.0 to make it compatible with future versions of Mendix
We removed usages of deprecated methods in com.mendix.core.Core from the implementation

v10.0.1

04 Jun 15:50
840aa4e

Choose a tag to compare

We fixed an issue where logging an object that specializes System.User with no association to AuditTrail.Log entity still created logs but using the wrong association. This now results in an error.
We fixed an issue where logging an object that specializes System.User with an association to AuditTrail.Log entity resulted in the wrong author was being logged. (Ticket 238696)
We updated the HTML Element widget dependency to version 1.2.2

v9.1.6

04 Jun 15:50
42f71ed

Choose a tag to compare

We updated the HTML Element widget dependency to version 1.2.2

Upgrade module to Mendix version 10.18.0

11 Feb 08:08
c863ad4

Choose a tag to compare

We upgraded the module to Mendix version 10.18.0 to make it compatible with future versions of Mendix

v9.1.5

04 Jun 15:50
c4614ef

Choose a tag to compare

Security

We updated the HTML Element widget to version 1.2.1, which uses DOMPurify version 2.5.6 to prevent a cross-site scripting vulnerability.

v9.1.4

04 Jun 15:50
ee369a8

Choose a tag to compare

We replaced the deprecated Format String widget with the HTML Element widget. (Ticket 217759)

v9.1.3

04 Jun 15:51
43ebe3c

Choose a tag to compare

We fixed an issue where the session timezone would be changed after call to "AuditTrail.BCo_AudittrailSuperClass" microflow (Ticket 214500).