Skip to content

Releases: LukeTowers/wn-easyaudit-plugin

v4.3.0

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

DX Improvements

  • Added explicit control over which section of a form the activities widget is injected into: set the property (or config key) to 'fields', 'tabs' or 'secondaryTabs' instead of true to override the default largest-section heuristic.

API Changes

  • Renamed $trackableInjectActvitiesFormWidget to $trackableInjectActivitiesFormWidget, and the autoInjectActvitiesFormWidget config key to autoInjectActivitiesFormWidget, correcting a long-standing typo. The old spelling is no longer read, so any model or config still using it will fall back to the default and have the widget injected again.

v4.2.0

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2025-05-08.

UX/UI Improvements

  • Improved the JSON diff viewing experience.
  • Automatically decrypt encrypted fields for diff viewing.
  • Added the ability to refresh the activitylog widget when the toolbar is enabled.

v4.1.0

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2024-05-22.

UX/UI Improvements

  • Added support for tracking backend users.
  • Display the URL of a tracked activity when present.

v4.0.1

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2023-02-04.

UX/UI Improvements

  • Added direct links to the source / subject fields in the activity popup.

v4.0.0

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2023-01-24.

UX/UI Improvements

  • Added change tracking, recording the attributes that changed on each tracked model event.

DX Improvements

  • Added unit tests.

API Changes

  • Dropped support for PHP < 8.0.
  • Added type hints throughout the plugin.
  • Added control over the database connection used to store activities.

v3.0.8

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2021-07-21.

UX/UI Improvements

  • Improved support for embedding the ActivityLog FormWidget in nested popups.

v3.0.7

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2021-07-21.

Performance Improvements

  • Improved the performance of the System Activities dashboard widget.

v3.0.6

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2019-11-28.

Bug Fixes

  • Fixed some bugs with filtering audit logs with large numbers of records.

v3.0.5

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2019-11-28.

Security Improvements

  • Detect when user impersonation is happening in order to log the original user instead of the impersonated one.

v3.0.4

Choose a tag to compare

@LukeTowers LukeTowers released this 26 Aug 22:03

Originally released 2019-11-28.

Security Improvements

  • Restrict the system audit log page based on user permissions.