I need to find out what happened at a certain time when some of my admins made some plugin updates etc. So I need to check in admin the log of changes, updates etc.
Where can I find that in WP admin?
I need to find out what happened at a certain time when some of my admins made some plugin updates etc. So I need to check in admin the log of changes, updates etc.
Where can I find that in WP admin?
You must be logged in to post a comment.
You can’t pull it in wp-admin you actually have to go look at the plugin in wordpress repository and see if they added there or to the plugin author’s site for a changelog.
That would be a nice feature for the future.
I don’t know if this is the fix for you, but I was looking at a similar problem and I found this plugin. It seems to be updated regularly, so it might be a good contemporary solution:
https://wordpress.org/plugins/wp-security-audit-log/
Very simple solution to log updates into a csv with timestamp and basic update info. Needs a writable
log/upgrader_process_complete.csv
file and you can use it with(new Log())->setHooks();
.