From 2e5b0d1429a395e30148b9a3094e5f16384b09f8 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 30 Jan 2025 14:17:08 -0500 Subject: [PATCH] Increased version to 25.01.1 for a hotfix release --- admin_mail_queue.php | 10 ++-------- includes/app_version.php | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/admin_mail_queue.php b/admin_mail_queue.php index c662ebe7..841695fc 100644 --- a/admin_mail_queue.php +++ b/admin_mail_queue.php @@ -102,11 +102,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - ID - - Queued @@ -137,7 +132,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Attempts - Action + Action @@ -175,14 +170,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - $email_from_name"?> $email_recipient_name"?> - + diff --git a/includes/app_version.php b/includes/app_version.php index b4263e0b..7588b7c5 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -2,7 +2,7 @@ /* * ITFlow * This file defines the current ITFlow release/version - * Update this file each time we merge develop into master. Format is YY.M (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", "25.01"); +DEFINE("APP_VERSION", "25.01.1");