Upgrade Notes
The portico plugin has been updated to send archives over SFTP rather than FTP (as the latter is being deprecated by portico).
- In order to support SFTP there are new requirements that need to be installed (
pip install -r /path/to/portico/plugin/requirements.txt) - Those upgrading from v1.2 will need to move their portico settings from
plugin_settings.pyto their django projectsettings.py(in preparation for https://github.com/BirkbeckCTP/janeway/projects/15)
What's Changed
New Contributors
Full Changelog: v1.2...v1.3