At the moment it does not show details about changed attributes.
Simple History version 4.14.0 did introduce a setting called Detective Mode that when enabled adds a lot of extra information to each entry. You could try to enable that and see if it gives you any more clues. After activating Detective Mode you can click the date/time of each new entry to view all the context information stored.
Here is an excerpt from my local test installation, showing details about the $_POST
-request made when changing a tag/category:
detective_mode_post {
"action": "editedtag",
"tag_ID": "66",
"taxonomy": "category",
"_wp_original_http_referer": "http:\/\/wordpress-stable-docker-mariadb.test:8282\/wp-admin\/edit-tags.php?taxonomy=category",
"_wpnonce": "4bda18946b",
"_wp_http_referer": "\/wp-admin\/term.php?taxonomy=category&tag_ID=66&post_type=post&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dcategory",
"name": "A cool taxonomy",
"slug": "a-cool-taxonomy",
"parent": "11",
"description": "WIth a parent now"
}
-
This reply was modified 7 months, 2 weeks ago by eskapism.