Skip to content

Releases: cybex-gmbh/laravel-transmorpher-client

v0.4.0

13 Sep 12:21
cfa15ba
Compare
Choose a tag to compare

What's Changed

  • fix an issue where overwriting uploads would fail by @mszulik in #37 and #39
  • fix an issue where unintended requests where sent when the wrong mimetype was dropped in a video dropzone by @mszulik in #38
  • published configs won't have "web" middleware added by @mszulik in #36
  • api responses now provide media type specific urls by @mszulik in #35

Full Changelog: v0.3.0...v0.4.0

Full Release Notes: CHANGELOG.md

v0.3.0

17 Jul 10:06
1a1850c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Nov 13:02
8b1d099
Compare
Choose a tag to compare

What's Changed

  • provide the possibility to configure the route middleware for the package routes by @mszulik in #22

Full Changelog: v0.1.0...v0.2.0

Initial release

24 Oct 13:12
23aa776
Compare
Choose a tag to compare

Initial release of the Laravel Transmorpher Client

Included features:

  • connects your application to a Transmorpher media server
  • extends Laravel models with the capability to have images and videos
  • provides a Dropzone Blade component for image/video uploads