How to find out when Wordpress version last updated

I'm trying to troubleshoot a Wordpress site that has been automatically downloading minor version revisions. I can easily see which version of Wordpress it is using, and I can see on the main Wordpress website when that version was released, but I am not able to see when that version was applied to my site. Is there a way to find this out without logging onto the server to check the timestamp on the files that were updated?

Checking this site and Google, I haven't been able to even find someone asking this question. (The bugs we are seeing started around the time WP released the update, so we're trying to figure out if our issues are related or not.)

Thank you!

Topic wordpress-version Wordpress

Category Web


You could check the date stamps of the files on your server, using an FTP client.

Edit: taking Mark's comment in consideration, it's probably best to check the modification date of the version.php file inside the /wp-includes/ folder of your Wordpress installation. This file should always be modified when Wordpress is updated.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.