Skip to content

v1.3

Latest

Choose a tag to compare

@mauromsl mauromsl released this 12 Jul 10:26
· 4 commits to master since this release

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.py to their django project settings.py (in preparation for https://github.com/BirkbeckCTP/janeway/projects/15)

What's Changed

  • #6 portico plugin now uses SFTP in #7

New Contributors

Full Changelog: v1.2...v1.3