Skip to content

V1.0.1 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 09 Jul 16:36
· 819 commits to master since this release

Some of the changes:

  • 5 new translations for German, Spanish, French, Polish and Portuguese-Brazilian (thanks to our translators)

  • Retina and auto scale support

  • Version naming

  • Screen upload optimizations

  • Minor fixes related to hotspots and comments position

  • REST API docs and tests review

Notes
Don't forget to run the migration script after pulling the latest changes from the repository.

# apply app DB migrations
$ php yii migrate/up

# apply tests DB migrations (optional)
$ php yii_test migrate/up