You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,46 @@
2
2
3
3
This file documents all notable changes made to ITFlow.
4
4
5
+
## [26.03] Stable Release
6
+
### Bug Fixes
7
+
- Ticket Templates: Fix Task Sorting.
8
+
- Ticket: Lower autoclose setting minimum value from 48 to 24 Hours.
9
+
- Ticket: Fix Task Approval.
10
+
- Recurring Ticket: add empty value placeholder for Ticket Frequency.
11
+
- Documents/Files: Fix redirect after File Upload to redirect to files instead of the non existent documents.
12
+
- Setup: Fix base url tacking on /setup when not installing via script.
13
+
14
+
15
+
### New Features & Updates
16
+
- Clients: Net Terms: Added common 45 and 15 Days, removed 14 Days not as common.
17
+
- Clients: Bulk Action Set Net Terms Added.
18
+
- Clients: Swapped location and contact column, add PopOver with Details such as created, abbreviation, DB ID instead of taking up space underneath client, rounded tag pills and increased padding, removed info badges and added one info badge that displays a popover with details.
19
+
- Clients: Added New Ticket to Client Top Header Menu.
20
+
- Clients: Client Overview: UI Sprucing.
21
+
- Invoice: Send reminder 1 day after due date.
22
+
- Invoices/Quotes/Recurring Invoices: Split Items tables into their own POST logic and Modal UIs and tables (quote_items, invoice_items, recurring_items).
23
+
- Tickets: New Ticket Parsing - Anyone CC'ed onto the original email that created the ticket is added as a ticket watcher.
24
+
- Ticket/Quotes: Quotes can now be associated with a ticket.
25
+
- Networks: Removed Subnet Mask Field, Use CIDR instead.
26
+
- Networks: Rearranged fields, Updated placeholders, Add/Edit/list for better flow.
27
+
- Networks: Renamed DHCP to IP Range to allow for you use of both DHCP and or Usable IPs.
28
+
- Assets: Rearranged fields, Updated placeholders, Add/Edit/list for better flow.
29
+
- Assets: Added IPv6 if available under IP, Make and Model are now one line with Serial Underneath. Added OS under Type. use pill for status.
30
+
- Calendar: Event thats are cut off can now be viewed as a tooltip on hover.
31
+
- Calendar: Renamed System Calendars to built-in calendars and added the names and color dot for reference.
32
+
- Calendar: You can now delete a custom calendar.
33
+
- Report: Client Ticket Time Detail Audit: Selectable Billing Time Increment, will later be avauilable globally.
34
+
- Roles/Permissions: Now complete and is out of beta all permission roles are strictly enforced, except for in Trips and Calendar, new enforce modules will be added for these at a later date.
35
+
- Project Templates: Ticket Template order can now be dragged and dropped.
36
+
- Global: Introduced new checkbox class to all Checkbox select columns to keep consistency and reduce space and enhance ui.
37
+
- Global: CSRF Checks everywhere instead of just deletion calls.
38
+
- Global: Renamed the rest of the unarchive post and label calls to restore.
39
+
- Files: Allow upload of .unifi extension.
40
+
- Bump Libraries:
41
+
- stripe-php from 19.0.0 to 19.4.1.
42
+
- fullcalendar from 6.1.19 to 6.1.20
43
+
- TCPDF from 6.10.1 to 6.11.2
44
+
5
45
## [26.02.1] Maint Release
6
46
### Bug Fixes
7
47
- Credentials: Fix Password Generator.
@@ -12,7 +52,7 @@ This file documents all notable changes made to ITFlow.
12
52
- Ticket Details: Deny access to client restricted agents to view tickets without client_id in uri.
13
53
- Tickets: Allow agents with restricted client access to view and edit tickets without a client.
14
54
- Ticket Change client: Limit selection for agents with restricted client access.
15
-
- Ticket Details: Don't display Updated at when null.
55
+
- Ticket Details: Don't display updated at when null.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ We track the implementation of confirmed features and bugs via [TaskFlow](https:
82
82
For help using ITFlow, bugs, feature requests, and general ideas / discussions please use the community [forum](https://forum.itflow.org).
83
83
84
84
### Contributing
85
-
If you want to improve ITFlow, feel free to fork the repo and create a pull reques. Make sure to discuss significant changes or new features with fellow contributors on the forum first. This helps ensure that your contributions are aligned with project goals, and saves time for everyone. All contributions should follow our [code standards](https://docs.itflow.org/code_standards). See the [contributing guide](https://docs.itflow.org/contribute).
85
+
We have temporarily paused PRs from the community.
0 commit comments