From 41900191afb425344c892357f0bc477daf0bd24e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 10 Aug 2026 11:33:38 -0400 Subject: [PATCH] Bump ITFlow version and update Changelog --- CHANGELOG.md | 15 +++++++++++++++ includes/app_version.php | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b9d3283..bce08774c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ This file documents all notable changes made to ITFlow. +## [26.08.2] Maint Release + +### Upgrading to 26.08.2 + +Update the files from Settings > Update as normal. There is no database change in this release, so nothing else is required. + +### Bug Fixes +- Calendar: fixed the agent calendar showing no events. +- Calendar: shared calendar feeds set to publish busy blocks only were publishing full event titles, locations and descriptions to anyone holding the subscription link. +- Cron: fixed Maintenance > Cron failing to load. Scheduled jobs themselves were unaffected and kept running. +- Exports: restored the missing columns on the ticket, quote, recurring invoice, software and user exports. +- API: restored the full record on the credentials list endpoint. +- Mail: switching an existing install from Standard SMTP/IMAP to Microsoft 365 or Google OAuth no longer leaves the old mail server behind, which stopped sending and ticket email fetching from working. The connection settings for OAuth providers are now fixed by the provider and cleared on save. + + ## [26.08.1] Maint Release ### Upgrading to 26.08.1 diff --git a/includes/app_version.php b/includes/app_version.php index 188420bc1..84f04e0a3 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -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. */ -DEFINE("APP_VERSION", "26.08.1"); +DEFINE("APP_VERSION", "26.08.2");