Skip to content

Version 4.3.1

With v4.3.0 we fixed a bug that prevented conditional fields from loading correctly when anonymous answer edition was enabled.

But we were careless and introduced another bug that caused conditioned field to be shown when indeed that should not have been.

Let's hope we've got it right this time!

Upgrade from v4.*.*

Stop LiberaForms

sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs

Fetch version 4.3.1

git fetch origin tag v4.3.1 --no-tags
git checkout v4.3.1 -b v4.3.1
cat VERSION.txt

Upgrade python packages (not required if upgrading from v4.0.1 or later)

source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt

Upgrade the database schema to 35e7820aaf91 (not required if upgrading from v4.3.0)

flask db upgrade

See the installed versions

flask site get-versions

Restart the supervisor processes.

sudo supervisorctl start liberaforms-logs
sudo supervisorctl start liberaforms