Skip to content

v3.10.2

Compare
Choose a tag to compare
@azamorano azamorano released this 20 May 13:41
· 53140 commits to master since this release

3.10.2 (2015-05-20)

  • Ongoing backend refactor and migration from Sequel to ActiveRecord.
  • Frontend assets cleaning PR 3563.

Steps to avoid problems with submodules changes

# Before get last changes from master, let's remove the 
# common submodule
git submodule deinit app/assets/stylesheets/common
# Clean tmp sass folder, avoiding possible compass problems
rm -rf tmp/sass/*
git pull origin master
git submodule sync
git submodule update --init

Bugfixes:

  • Create import view throws uncaught error on canceling selected a file (2nd time) #3379.