Skip to content

Releases: mendix/AuditTrailModule

v10.2.1

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
267e913

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

v10.2.0

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
37de5f4

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

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
7db0c3e

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

v10.1.0

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
94843b3

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

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
840aa4e

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

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
42f71ed

We updated the HTML Element widget dependency to version 1.2.2

Upgrade module to Mendix version 10.18.0

Choose a tag to compare

@pijuskri pijuskri released this 11 Feb 08:08
c863ad4

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

v9.1.5

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
c4614ef

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

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:50
ee369a8

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

v9.1.3

Choose a tag to compare

@pijuskri pijuskri released this 04 Jun 15:51
43ebe3c

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