diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b8ed9a..3ac2462b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file documents all notable changes made to ITFlow. +## [25.02.3] + +### Fixed +- Fixed notifications being reversed as dismissed notifications. + ## [25.02.2] ### Fixed diff --git a/includes/app_version.php b/includes/app_version.php index 3675c435..49f07d0c 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", "25.02.2"); +DEFINE("APP_VERSION", "25.02.3"); diff --git a/notifications.php b/notifications.php index 283e4ad8..8f5661a9 100644 --- a/notifications.php +++ b/notifications.php @@ -101,14 +101,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Notification - + Dismissed At - + 0) { ?> " @@ -137,10 +137,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + - +