From 9113f843bdda6f98f1f5124af0809c52861edd67 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 10 Jan 2020 16:20:19 +0800 Subject: [PATCH] 1.5.3: Fixes a bug in the user update functionality if password is not changed. --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 93d22398..67a19797 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -72,3 +72,4 @@ - User IP addresses are now logged. Introduce registration throttle. - users_add_ip_address.php 1.5.2: Whitespace from usernames is now trimmed, allowed for username to be added to Reset Password mail templates. +1.5.3: Fixes a bug in the user update functionality if password is not changed. Added highlighting for banned users in user list.