I couldn’t activate the plugin. It triggered a fatal error on the very last line.
Parse error: parse error in C:\wamp\www\wordpress\cm\wp-content\plugins\cm-newsletter\cm-newsletter.php on line 597
version: 2.9.2
add the following to the function init():
add_action(‘show_user_profile’,array(‘sem_author_image_admin’, ‘display_image’));
that worked for me.