Update Changelog

This commit is contained in:
johnnyq 2025-03-26 17:53:33 -04:00
parent 5b89e3dbee
commit bbb0db2f4f
1 changed files with 9 additions and 2 deletions

View File

@ -10,13 +10,13 @@ This file documents all notable changes made to ITFlow.
- Ensure all Tables and fields use CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci on update and new installs.
- Convert service_domains to use InnoDB instead of MyISAM.
- Fixed intials function from breaking when using UTF8 characters which caused contacts to break.
-
- Allow interfaces to start with 0.
### Added / Changed
- Added Bulk Delete Asset Functionality.
- Ability to redact ticket replies after a ticket is closed.
- Ability to redact text while ticket is open.
- Switched File upload unique file naming to md5 instead of SGHA256 for a huge speed boost.
- Switched File upload unique file naming to md5 instead of SHA256 for a huge speed boost.
- Added the ability to assign Multiple Assets to a ticket.
- Updated all many to many table to use Cascading Deletion with Foreign key associations to reduce error and enhance efficiency abd performance while preserving data integrity.
- Turned on Caching for the new AJAX Modals to increase performance to reduce the amount of items it needs to reload into the browser each time the ajax modal is called.
@ -27,6 +27,13 @@ This file documents all notable changes made to ITFlow.
- Orgainzed Theme colors by primary color and then associated color in rows.
- Added User icon next to contact if they have a user account.
- New Image file uploads by default are converted to optimized webp files and original images are no longer saved. Existing images will be untouched.
- Added International Phone Number Support throughout.
- Added User Signature to prerferences, in which will be appended on all ticket replies.
- Dont show all tags unless defined.
- Added Projects to the client side navigation.
- Added Create New Ticket while in project details section.
- Brought back Batch Payment in client invoices.
### Breaking Changes
- ATTENTION: TO UPDATE TO THIS VERSION YOU MUST USE: update_cli.php and update_cli.php --db_update from the command line to update or else you will break your install. Keep running update_cli.php --db_update until there are no more updates. BACKUP BEFORE UPDATING TO THIS VERSION. There have been many many backend changes to help us move further with development.