Skip to content

v0.10.1

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 02 Mar 00:10
· 1098 commits to master since this release

New Features

  • Invoice option to claim submission
  • Maintenance warning
  • Timestamp for each communication entry

Changes

  • Action links on staff dashboard
  • Store the full message send to claimant when reviewing requests
  • Email icon for fellows on index page only for staffs
  • Use default type of funds and grant from Constance
  • Fix Internal Server Error when login with GitHub
  • Improve language

Upgrade Notes

$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json