From d3a07edfcb3739e30032dc96fc2a55944dfc3387 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 26 Oct 2021 11:18:45 +0000 Subject: [PATCH] Update changelog v4.0.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d63624..3165c807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# **4.0.0** (2021-10-26) + +- fix RegisterUserProfile password confirmation field +- Much better support for frontend field validation +- Fix css injection order +- Makes the download output predictable. This fixes the case where GitHub redirects and wget was trying to download a filename called "15.0.2", and then unzip wouldn't pick it up. +Changes wget to curl because curl is awesome. -L is to follow the GitHub redirects. +- Remove duplicates + ### **3.0.2** (2021-10-18) - Scan deeper to retreive user attribute