Version 4.9.2¶
Fixes rate limiting when requested URLs contain non-ascii characters.
Thanks!
Upgrade from v4.7.0 or later¶
Important
If you are upgrading from a version prior to v4.7.0 please read those upgrade notes first.
Stop LiberaForms
sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs
Fetch version 4.9.2
git fetch origin tag v4.9.2 --no-tags
git checkout v4.9.2 -b v4.9.2
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 schema to c9a9428490fa (not required if upgrading from v4.9.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