Skip to content

v1.1.0

Compare
Choose a tag to compare
@mzur mzur released this 20 Oct 12:55
· 5114 commits to master since this release

Features:

  • Annotation sessions (see biigle/volumes#12 and the manual)

  • Generic routes for tutorials and documentation:

    • {{route('manual-tutorials', 'xyz')}} will return /manual/tutorials/xyz
    • {{route('manual-tutorials', ['module', 'xyz'])}} will return /manual/tutorials/module/xyz

    This works analogously for the manual-documentation route.

Changes:

  • Dias\Project::addTransectId was deprecated. Use $project->transects()->attach($transect) instead.

Upgrade

Run php artisan migrate after you have pulled the new version.