Skip to content

v0.15

Compare
Choose a tag to compare
@voodoorai2000 voodoorai2000 released this 25 May 17:04
· 9917 commits to master since this release
06772a7

Here is v0.15 release with:

  • ⚙️ Globalization, Unread notifications

Check the Changelog to see all the changes, or just scroll down to "Release changelog". Please take your time reading all referenced PR's and issues to understand new features & changes.

Updating your fork

Check how to keep your fork updated, if you're updating from v0.14 release you can just:

git checkout master
git pull
git checkout -b upstream
git fetch upstream
git merge v0.15

⚠️

  • To maintain the document upload feature please run this command in your production environment:
    bin/rake settings:create_attached_documents_setting RAILS_ENV=production
    #2585

  • To maintain your current timezone, please edit your secrets.yml with your timezone
    #2468