v2.8.2
Release Notes::
Continuation of securing the code and reducing the number of bugs.
New Features
Forgot Password: Now instead of sending the password in plain text via email, a link with a password reset token is sent. When the user visits the link, the token is verified as being valid and within the specified time frame, and if valid then the user may submit a password reset. Also, a confirmation email is sent to the user alerting them that a password reset was performed.
Installation: Rewrote the way the installation is handled to break it down into manageable pieces.
Administration Settings: Rewrote the way the settings.php file is generated to one place that is used by the installation process and the update settings feature. It will also attempt to create a backup of your settings file prior tp updating. Moving forward, this will make it easier to add and maintain new settings as needed.