diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac9df712b0..0b467b4715c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Releases -* Unreleased +* v4.0 (3rd December 2021) - Front end improvements: - Multi-page form reporting. - New aerial map toggle. diff --git a/README.md b/README.md index 60472565660..7246ec08478 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 3.1; see CHANGELOG.md for a version history. +Platform is now at version 4.0; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index ae9497aef96..8da51dc3d28 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v3.1} +VERSION=${VERSION_OVERRIDE:-v4.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2021-12-03-v4.0.md b/docs/_posts/2021-12-03-v4.0.md new file mode 100644 index 00000000000..ea482c4b1bb --- /dev/null +++ b/docs/_posts/2021-12-03-v4.0.md @@ -0,0 +1,72 @@ +--- +layout: post +title: Version 4.0 +author: matthew +--- + +
+ +Well, 2021 has certainly been a year, hasn’t it. Apologies for the delay +between releases, but we are now releasing **version 4.0**, with a number of +new features, outlined below. For those who don't want to update immediately, +we are also releasing **version 3.1.1** as an update to 3.1 including a number +of bugfixes and the update necessary to deal with issues caused by the rollover +of the Let’s Encrypt root certificate. + +### Multi-page reporting form + +The main change in this release is the move to a multi-page reporting form, +where you pick the category first, then the subcategory if relevant, any extra +questions for that category, photos, problem details, and then user details +last. Research shows people find a form easier to fill in this way, and it +makes it clearer what is expected at each step of the process. We have also +switched from a category drop-down to radio buttons, as this is easier to use, +especially on mobile. + +