File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file documents all notable changes made to ITFlow.
4
4
5
+ ## [ 25.03.5]
6
+
7
+ ### Fixed
8
+ - Fixed the user listing issue when copying a trip.
9
+ - Corrected the display of recurring invoice amounts on the dashboard.
10
+ - Fixed the linking of entities with assets and contacts.
11
+ - Resolved the issue with displaying the correct mobile country code in the contact listing.
12
+ - Set the default date to ` 9999-12-31 ` to ensure future items (like invoices) are displayed by default.
13
+ - Fixed the display issue where file folders were not showing properly during document creation.
14
+ - Migrated from Dragula to SortableJS for a more modern, mobile-friendly solution.
15
+ - Added Handlebars icons for drag-and-drop items.
16
+ - Changed behavior to open Contact and Asset Details pages directly instead of using a modal.
17
+
5
18
## [ 25.03.4]
6
19
7
20
### Fixed
Original file line number Diff line number Diff line change 244
244
data-ajax-id="<?php echo $ asset_id ; ?> ">
245
245
<i class="fas fa-fw fa-edit"></i>
246
246
</button>
247
- <h3 class="text-bold"><i class="fa fa-fw text-secondary fa-<?php echo $ device_icon ; ?> mr-3"></i><?php echo $ asset_name ; ?> </h3 >
247
+ <h4 class="text-bold"><i class="fa fa-fw text-secondary fa-<?php echo $ device_icon ; ?> mr-3"></i><?php echo $ asset_name ; ?> </h4 >
248
248
<?php if ($ asset_photo ) { ?>
249
249
<img class="img-fluid img-circle p-3" alt="asset_photo" src="<?php echo "uploads/clients/ $ client_id/ $ asset_photo " ; ?> ">
250
250
<?php } ?>
405
405
406
406
<div class="card card-dark">
407
407
<div class="card-header py-2">
408
- <h3 class="card-title mt-2"><i class="fa fa-fw fa-ethernet mr-2"></i><?php echo $ asset_name ; ?> Network Interfaces</h3>
408
+ <h3 class="card-title mt-2"><i class="fa fa-fw fa-ethernet mr-2"></i>Interfaces</h3>
409
409
<div class="card-tools">
410
410
<div class="btn-group">
411
411
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#addAssetInterfaceModal">
Original file line number Diff line number Diff line change 5
5
* 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.
6
6
*/
7
7
8
- DEFINE ("APP_VERSION " , "25.03.4 " );
8
+ DEFINE ("APP_VERSION " , "25.03.5 " );
You can’t perform that action at this time.
0 commit comments