Version 4.4.0¶
LiberaForms speaks Ukrainian!
Now available in English, Spanish, Basque, Catalan, French, Galician, German, Russian, Tamil, and Ukrainian.
Thank you to all the translators, and to @Maksim2005UKR for making this release possible!
Enjoy!
Upgrade from v4.*.*
¶
Stop LiberaForms
sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs
Fetch version 4.4.0
git fetch origin tag v4.4.0 --no-tags
git checkout v4.4.0 -b v4.4.0
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