v1.1.0
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.