diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a0a3ec..75c0a8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This file documents all notable changes made to ITFlow. +## [25.03.5] + +### Fixed +- Fixed the user listing issue when copying a trip. +- Corrected the display of recurring invoice amounts on the dashboard. +- Fixed the linking of entities with assets and contacts. +- Resolved the issue with displaying the correct mobile country code in the contact listing. +- Set the default date to `9999-12-31` to ensure future items (like invoices) are displayed by default. +- Fixed the display issue where file folders were not showing properly during document creation. +- Migrated from Dragula to SortableJS for a more modern, mobile-friendly solution. +- Added Handlebars icons for drag-and-drop items. +- Changed behavior to open Contact and Asset Details pages directly instead of using a modal. + ## [25.03.4] ### Fixed diff --git a/README.md b/README.md index 4863620d..d5c52ebe 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ If you want to improve ITFlow, feel free to fork the repo and create a pull requ We’re incredibly grateful to the organizations and individuals who support the project - a big thank you to: - CompuMatter - F1 for HELP +- JetBrains (PhpStorm) ## License ITFlow is distributed "as is" under the GPL License, WITHOUT WARRANTY OF ANY KIND. See [`LICENSE`](https://github.com/itflow-org/itflow/blob/master/LICENSE) for details. diff --git a/admin_settings_ticket.php b/admin_settings_ticket.php index 2d6d4efd..f91cd4c4 100644 --- a/admin_settings_ticket.php +++ b/admin_settings_ticket.php @@ -72,6 +72,31 @@ require_once "includes/inc_all_admin.php"; + +