Don't show Checkbox columns when ticket is closed, compact ticket list now matches round pills for status and priority

This commit is contained in:
johnnyq
2025-05-28 17:02:50 -04:00
parent 8631c06731
commit eb5d59623b
4 changed files with 31 additions and 26 deletions

View File

@@ -18,11 +18,17 @@ This file documents all notable changes made to ITFlow.
- Bump TCPDF from 6.8.2 to 6.9.4.
- Bump tinyMCE from 7.7.1 to 7.9.0.
- Bump phpMailer from 6.9.2 to 6.10.0.
- Bump stripe-php from 16.4.0 to 17.2.1.
- Client Portal Add Recurrung Invoices with option to Enable or Disable Auto Pay per recurring Invoice if Stripe is enabled and Client has a payment method. Also when removing saved auto payment methods delete all recurring payments for that client that are Stripe method also added this to the admin settings.
- Limit Stripe to just cards.
- Added Card Details and Payment added to Client Stripe.
- UI / UX updates to guest pay Make use of cards.
### Fixed
- Option SMTP Encrytption None now works as intended.
- Debug: Table Row counts were not very accurate as they were relying on show table status and not actual row counts.
- Show archived categories properly.
## [25.03.6]