mirror of https://github.com/itflow-org/itflow
Update Changelog, Bump App Release
This commit is contained in:
parent
97958d5e22
commit
3014bba66d
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
This file documents all notable changes made to ITFlow.
|
||||
|
||||
## [26.02.1] Maint Release
|
||||
### Bug Fixes
|
||||
- Credentials: Fix Password Generator.
|
||||
- Calendar: Restrict Events for client restricted agents.
|
||||
- Ticket Merge: Fix.
|
||||
- Asset Transfer: Fix.
|
||||
|
||||
### New Features & Updates
|
||||
- Report: Added Client Detail Auditing.
|
||||
- API: Added Endpoint to retrieve time worked by agent.
|
||||
- ajax-modal: Revert to previous JS implementation before 26.02 release.
|
||||
|
||||
## [26.02] Stable Release
|
||||
### Bug Fixes
|
||||
- Mail Parser - Do not automatically send new ticket notifications to noreply/donotreply addresses.
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
||||
*/
|
||||
|
||||
DEFINE("APP_VERSION", "26.02");
|
||||
DEFINE("APP_VERSION", "26.02.1");
|
||||
|
|
|
|||
Loading…
Reference in New Issue