Skip to content

Commit 351e812

Browse files
committed
Update Changelog Bump Release
1 parent 0ecd763 commit 351e812

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This file documents all notable changes made to ITFlow.
44

5+
## [26.05] Stable Release
6+
### Bug Fixes
7+
- Stripe Payment: Fix adding saved cards on client portal.
8+
- Various client and module enforments fixes.
9+
- Projects: Fix slow load by using an optimized query to count tickets and tasks.
10+
- Show correct currency for the account balance when adding payment to invoice.
11+
- Expire all Password reset tokens nightly with cron.
12+
- Shared Items via secure link: Do not delete shared items that have not been viewed before cron runs.
13+
- Client: Fix Client Abbreviation being converted to an int on edit.
14+
15+
### New Features & Updates
16+
- Bump TinyMCE from 8.4.0 to 8.5.0.
17+
- Bump TCPDF from 6.11.2 to 6.11.3.
18+
- DeBump stripe-php from 20.0.0 to 19.4.1.
19+
520
## [26.04] Stable Release
621
### Bug Fixes
722
- Racks: Fix Device Removal.

includes/app_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* 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.
66
*/
77

8-
DEFINE("APP_VERSION", "26.04");
8+
DEFINE("APP_VERSION", "26.05");

0 commit comments

Comments
 (0)