We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6771f commit 86abe1eCopy full SHA for 86abe1e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v8.2.1
4
+
5
+* Added events for worktime correction proposals: `WorktimeCorrectionProposed`
6
+* Sanitized outputs to prevent XSS attacks
7
+* Added a link to the documentation within the settings page
8
9
## v8.2
10
11
* Users are now able to propose corrections to worktimes when they have been marked as for "in review".
VERSION
@@ -1 +1 @@
-8.2
+8.2.1
composer.json
@@ -3,7 +3,7 @@
"description": "TimeTrack is a PHP-written time recording tool for small businesses",
"type": "software",
"license": "GNU GPL",
- "version": "8.2",
+ "version": "8.2.1",
"authors": [
{
"name": "Bryan Boehnke-Avan",
0 commit comments