Skip to content

Version 4.1.0

Linking to PDFs hosted on some proprietary cloud server hurts, especially when you've made the effort to use Free form software.

Suffer no longer! This release comes with an option to upload PDFs to the media library, and makes it easy to link to them from the markdown editor.

Also includes a new form option that makes a best-effort to stop a form from being answered twice on the same browser.

Thank you @wander, @AimeeMaroux, and @neil. ♥

Enjoy!

Upgrade from v4.0.0

Stop LiberaForms

sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs

Fetch version 4.1.0

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

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

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

Upgrade the database schema to 257a4f31751b (not required if upgrading from v3.5.0 or later)

flask db upgrade

See the installed versions

flask site get-versions

Restart the supervisor processes.

sudo supervisorctl start liberaforms-logs
sudo supervisorctl start liberaforms