want to disable update info on admin plugins page
go to wp-content-.plugins->mailster->includes->updates.php
go to line 656 on updates.php
find this code to
" add_action( 'shutdown', array( 'UpdateCenterPlugin', 'clear_options' ) ); "
change this
"//add_action( 'shutdown', array( 'UpdateCenterPlugin', 'clear_options' ) );"
and save it...