Releases: protonemedia/laravel-ffmpeg
Releases · protonemedia/laravel-ffmpeg
8.7.1
What's Changed
- Fix "Deprecated: Creation of dynamic property" by @marcialpaulg in #531
- fix: Remove EXT-X-ENDLIST from master playlist file by @dave-nicholas in #519
- [DOC] fix ->getStreams() delivers a array. No first method there. by @ibrainventures in #432
- Fix missing path on setVisibility in Media filesystem by @ateamcms in #459
- fix: 🎨 getFormat not found by @Jandelson in #438
New Contributors
- @marcialpaulg made their first contribution in #531
- @dave-nicholas made their first contribution in #519
- @ateamcms made their first contribution in #459
- @Jandelson made their first contribution in #438
Full Changelog: 8.7.0...8.7.1
8.7.0
8.6.0
8.5.0
8.4.0
What's Changed
- Support for PHP 8.3. Dropped support for Laravel 9 by @pascalbaljet in #513
Full Changelog: 8.3.0...8.4.0
8.3.0
- Support for Laravel 10
- Dropped support for PHP 8.0
8.2.2
- Additional fixes for HLS exports with an Audio Format
8.2.1
- Bugfix for audio-only HLS exports (by @aronquiray)
8.2.0
- Support for PHP 8.2
- Improved
getDurationInMiliseconds()
method (type casting + exception) - thanks @ibrainventures and @rcerljenko! - Dropped Windows OS testing with GitHub Actions
8.1.2
Don't resolve driver until needed.