Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: phpcollab/phpcollab

v2.10.3

Choose a tag to compare

@mindblender mindblender released this 09 Oct 21:31
51f0d75

Release Notes

Fixed a few bugs

Full list of changes:

Commit Log

Download phpCollab

v2.10.2

Choose a tag to compare

@mindblender mindblender released this 08 Sep 00:48
43051a3

Release Notes

Fixed a bug that was preventing adding a new client if there were no existing clients.

Full list of changes:

Commit Log

Download phpCollab

v2.10.1

Choose a tag to compare

@mindblender mindblender released this 18 Aug 22:45
90d7588

Release Notes

Patch release to fix some bugs that popped up in v2.10.0

Full list of changes:

Commit Log

Download phpCollab

v2.10.0

Choose a tag to compare

@mindblender mindblender released this 16 Aug 16:53
d0d371b

Release Notes

Additional security fixes, bug squashing, and code refactoring to improve stability and performance.

Full list of changes:

Download phpCollab

v2.9.0

Choose a tag to compare

@mindblender mindblender released this 17 Jul 01:42
ceb4f95

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:

Download phpCollab

v2.8.2

Choose a tag to compare

@mindblender mindblender released this 25 Sep 16:24
44498b0

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:

Download phpCollab

v2.8.1

Choose a tag to compare

@mindblender mindblender released this 14 Sep 20:18
10bf9f6
  • 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.

Download phpCollab

v2.8.0

Choose a tag to compare

@mindblender mindblender released this 09 Sep 19:42
c18c46b

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.

Download phpCollab

v2.7.2

Choose a tag to compare

@mindblender mindblender released this 13 Feb 17:10
810c11e

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.

Download phpCollab

v2.7.1

Choose a tag to compare

@mindblender mindblender released this 07 Jan 00:16
aa6c3c6

Release Notes

Patch release to fix a few issues:

  1. Issue with the login method. If MD5 was used, it was not honoring it and it was forcing CRYPT instead.
  2. Unable to update settings on the admin view.

As always, please open an issue if you find any problems.

Download phpCollab