- Method `fobi.contrib.plugins.form_handlers.db_store.base.DBStoreHandlerPlugin.run` now returns created `fobi.contrib.plugins.form_handlers.db_store.models.SavedFormDataEntry`.
0.19.7
------ 2022-12-21
- Fix incorrect urls for files in emails. - Drop Python 3.6 support.
0.19.6
------ 2022-11-28
- Tested against Python 3.10 and 3.11. Note that ATM, Python 3.11 tests do pass on SQLite only due to Python 3.11 issue with postgres bindings. - Tested against Django 4.1. - Drop Python 3.5 support.
0.19.5
------ 2022-11-20
- Enable accidentally forgotten login-required permission on the Dashboard view.