Releases: bizley/timeclock
Releases · bizley/timeclock
2.4.1
Added PHP 8 support and tests.
2.4.0
- Added German translations thanks to @niclasku .
- Modified date displays to use formatter config thanks to @niclasku .
- Fixed some minor bugs.
- Added Github workflow in place of Travis service.
2.3.1
Fixed bug with inactive users still displayed on the project manager's list as IDs.
2.3.0
- vacations requests
- projects
- sessions time CSV download for admins
- deactivating accounts for admins
2.2.1
Sessions history is now displayed in descending order with summary row at the top.
2.2.0
- New API endpoint added
/api/sessions/summary
to get sessions time summed up in selected time period.
- Sessions history view now groups same day sessions with option to display them in details.
- Sessions history view displays now number of sessions made during the month and number of days with at least one session.
2.1.1
- Fixed error with API sessions and off-time validating against whole DB instead of just user's data.
- Added validation rules to check if session or off-time is not added on top of other closed periods.
- Added Travis service.
2.1.0
Added overloaded goBack
method to properly return to correct action in specific cases thanks to @rNiedzwiecki
2.0.0
Bootstrap layout upgraded to version 4.
1.7.2
Fixed error with timezone conversion.
All previous versions set to timezone different than UTC are affected, please update.