Releases: cybex-gmbh/laravel-transmorpher-client
Releases · cybex-gmbh/laravel-transmorpher-client
v0.4.0
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
v0.2.0
Initial release
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