ronangr1/module-whodidzis

This module allows you to record any changes made to the configuration of your Magento 2 application

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 2

Forks: 2

Open Issues: 1

Type:magento2-module

0.0.8 2025-08-16 14:58 UTC

This package is auto-updated.

Last update: 2025-09-16 16:10:56 UTC


README

Latest Stable Version License: MIT Packagist Packagist

This module automatically logs every action that creates, updates, or deletes entities in Magento 2—whether triggered by admins, APIs, or automated processes. Gain full visibility into your store’s data changes with a searchable, filterable audit trail that tracks:

✅ What changed (entity type: products, orders, customers, CMS, etc.)
✅ Who made the change (admin user, API, cron job, or system process)
✅ When it happened (timestamp with timezone support)
✅ Change tracking – Records modified fields.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require ronangr1/module-whodidzis

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Documentation

Go to Store > Configuration > Ronangr1 > WhoDidZis to enable the feature.

Go to System > Activity > Records to see who the fuck changed any values.

Support

Raise a new request to the issue tracker.

Authors

  • ronangr1 - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!