Ok, we managed to find a solution, we just completly removed the condition :
if ( ! wp_verify_nonce( $nonce, 'author-avatars-shortcode-paging-nonce' ) ) {
die( 'Busted!' );
}
This works again now.
Can you still check and take that in count for your next update ?
Best regards,
ARYUP