mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 13:05:12 +00:00
Update Changelog Bump Release
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
This file documents all notable changes made to ITFlow.
|
This file documents all notable changes made to ITFlow.
|
||||||
|
|
||||||
|
## [26.05] Stable Release
|
||||||
|
### Bug Fixes
|
||||||
|
- Stripe Payment: Fix adding saved cards on client portal.
|
||||||
|
- Various client and module enforments fixes.
|
||||||
|
- Projects: Fix slow load by using an optimized query to count tickets and tasks.
|
||||||
|
- Show correct currency for the account balance when adding payment to invoice.
|
||||||
|
- Expire all Password reset tokens nightly with cron.
|
||||||
|
- Shared Items via secure link: Do not delete shared items that have not been viewed before cron runs.
|
||||||
|
- Client: Fix Client Abbreviation being converted to an int on edit.
|
||||||
|
|
||||||
|
### New Features & Updates
|
||||||
|
- Bump TinyMCE from 8.4.0 to 8.5.0.
|
||||||
|
- Bump TCPDF from 6.11.2 to 6.11.3.
|
||||||
|
- DeBump stripe-php from 20.0.0 to 19.4.1.
|
||||||
|
|
||||||
## [26.04] Stable Release
|
## [26.04] Stable Release
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Racks: Fix Device Removal.
|
- Racks: Fix Device Removal.
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
* 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.
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DEFINE("APP_VERSION", "26.04");
|
DEFINE("APP_VERSION", "26.05");
|
||||||
|
|||||||
Reference in New Issue
Block a user