v0.6.3 Stable release (NO DB patch)
Please note that the parameters cancel_*
- formerly used to cancel a leave request - are now obsolete as two additional steps have been added to the workflow.
Compatible with PHP 7.2 (beta) so far.
New features:
- Support of greek language.
- New parameter
mandatory_comment_on_reject
to force the manager to comment on rejection. - Minor enhancements in translations, cursors and legends.
Known issues:
- The transition between requested and canceled is missing.
- Calendar/tabular is consumming a lot of memory. A workaround is to increase PHP memory limit.
Bugs fixed:
- Requests/Validation doesn't work if $config['enable_history'] is set to FALSE. Switch it to TRUE to solve the issue.
- LDAP mode is exclusive ; no fallback to internal user.
- Warning message on adding a new comment.
- UK regional variant was broken (choosing english (GB) from login page caused an error).
- Restore compatibility to PHP 5.4 (even if we no longer support versions older than 5.6).