Skip to content

Version 4.11.1

Just a quick bug fix that prevented site Moderators and Admins from sending new user invitations from mono-lingual sites.

Thanks

To all of you who use LiberaForms.

Enjoy!

Upgrade

Upgrade notes

We keep a history of configuration changes here.

Please check for any changes made since your current version (if any).

Stop LiberaForms

sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs

Fetch version 4.11.1

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

Upgrade python packages

Not required if upgrading from v4.9.0

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

Upgrade the database

Not required if upgrading from v4.11.0

Upgrade schema to 7aed2f3ec089

flask db upgrade

Check the installed versions

flask site get-versions

Start the supervisor processes.

sudo supervisorctl start liberaforms-logs
sudo supervisorctl start liberaforms