Releases: phpcollab/phpcollab
Release list
v2.10.3
v2.10.2
Release Notes
Fixed a bug that was preventing adding a new client if there were no existing clients.
Full list of changes:
v2.10.1
Release Notes
Patch release to fix some bugs that popped up in v2.10.0
Full list of changes:
v2.10.0
Release Notes
Additional security fixes, bug squashing, and code refactoring to improve stability and performance.
Full list of changes:
v2.9.0
Release Notes
Squashing additional bugs, cleaning up code, continuation of code clean up and trying to set the stage for future versions.
Full list of changes:
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.
Full list of changes:
v2.8.1
- Fixed a couple issues in the v2.8.0 release.
- Refactored the setup process
- Changed the log level for non-critical entries
- few other changes to the code
Full list of changes:
Additional Notes:
As always, please open an issue if you find any problems.
v2.8.0
Release Notes
Continuation of solidifying the codebase.
Fixed a few security issues.
Refactored "reset password" functionality so it no longer send password via email.
Full list of changes:
Additional Notes:
As always, please open an issue if you find any problems.
v2.7.2
Release Notes
Updated the linked content functionality to fix some issues where files were getting overwritten. Also added new notifications when linked content is modified.
Refactored subtasks to clean the code up and to make it more maintainable for future versions.
Also closed several issues: #34, #39, #41, #42, #20, #37, & #38
Full list of changes:
As always, please open an issue if you find any problems.
v2.7.1
Release Notes
Patch release to fix a few issues:
- Issue with the login method. If MD5 was used, it was not honoring it and it was forcing CRYPT instead.
- Unable to update settings on the admin view.
As always, please open an issue if you find any problems.