Skip to content

v1.3.1

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 11 May 14:13
· 932 commits to master since this release

New Features

  • Staffs can set expiration date for inaugural year grant.

Changes

  • Make money unavailable after inaugural year.

    The expiration date is available at the dashboard.

  • Request submitted date is available at dashboard.

  • Fix missing tweet at email template.

  • Use a different icon for event website link

Upgrade Guide

$ 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
$ bash bootstrap.sh