WordPress get the latest plugin installed details

I recommand you to use DEBUG in wp-config.php :

define( 'WP_DEBUG', true ); 
define( 'WP_DEBUG_LOG', true ); 
define( 'WP_DEBUG_DISPLAY', false ); 
ini_set( 'display_errors', 0 );

This will log errors and put all of them in a log file you will find in wp-content/debug.log