-Fix isValidEmail() - models/general-funcs.php (now uses a less strict regular expression) Double barreled TLD's would fail on the previous expression. -Update change-password.php (added another field so that user must confirm their password change) -Change models/mail-templates/lost-password-request.txt / corrected sentence structure. -Fix models/classes/class_newmail.php / corrected the headers, this may have prevented emails from being sent correctly. -Addition UserCake now supports table prefixes, very helpful if your integrating into databases with other tables, specially generically named ones like users. You can now set table prefix in models/settings.php the variable is named $db_table_prefix. -Addition Added variable debug_mode in settings.php which will be used in later versions to display explicit errors. -Addition Class_newmail will provide more explicit error messages if debug_mode is set to true. -Change/Fix userLogOut() in models/classesuser-funcs.php function couldn't grab the correct scope of $loggedInUser this has now been resolved. This function has also now been moved to class_loggedinuser.php -Fix Redirect to root level if $website_url isn't specified. -Misc Installer is now smarter looking. *****NOTICE***** By default in this version emailActivation is set to true.