Skip to content

v1.0.0

Compare
Choose a tag to compare
@mzur mzur released this 25 Aug 11:05
· 5145 commits to master since this release

Features:

  • Can statically serve thumbnail images for better performance ( #8 )

Changes:

  • Uses Laravel 5.3 ( #37 )
  • transects/{id}/annotations API endpoint was removed in favor of the export module
  • Annotation coordinates now can be stored as floats ( #42 )

Upgrade

  • Packages handling thumbnail files need to use images.uuid for the filename instead of images.id. The images.cleanup event now supplies an array of image UUIDs instead of an array of IDs.
  • $this->request and $this->user are no longer available in the base controller class. Inject Illuminate\Http\Request or Illuminate\Contracts\Auth\Guard directly to the controller functions instead.