- Fix for offices with no email addresses
- Fix page titles
- Fix authentication by properly switching to Laravel 5.2 Auth system.
- Added
.env
variableALLOW_REGISTRATION
to define whether or not registration is allowed.
- Fixed #7 by adding migration to correct the harvests for deleted items where the
library_method
was not using the right method. This has been broken since 1.0.0. - Removed erroneous comment in
DashboardController
- Upgrade to Laravel 5.2
- Fix validation of
pingBefore()
andthenPing()
in Scheduler tasks.
- Version 1.0.3 Introduced a bug in the Scheduler and therefore should not be used.
- Fix #2 by correcting input type of Name field in register form
- Enhance documentation
- Initial Release