Version 4.1.1 - Numerous Bug Fixes
Email system update, fixed bug with registration page.
- Replaced outdated mail delivery class with PHPMailer.
- Fixed #34 registration undefined index due to variable rename.
- Fixed #32 by disabling the DB Config admin link since this is no longer used.
Fixed account registration / activation issue
- Select query was being run against the wrong database. Corrected the issue which will now allow users to complete the registration process.
- Fixed issue with homepage Server Info & Users Online boxes …
- Fixed issue found where Server Info & Users Online did not display due to variable renaming.
Attempt to fix logout bug reported
- Cannot reproduce the logout issue however, this may fix the issue as seen by some users.
Fixed admin update page issue
- Update page always showed an update available due to file_exists not intended to be used on URLs. Update checks now work as intended.
Fixed issue with admin -> shop items
- Issue found where adding or editing shop items would fail due to type mismatch.
Fixed logout issue
- Fixed issue where users with FireFox browser were unable to logout.
- Rewrote the login/logout code to resolve the issue.