Skip to content

Version 0.6.1

Compare
Choose a tag to compare
@belgattitude belgattitude released this 12 Jul 11:23
· 575 commits to master since this release

Added

  • New method for video conversion params ConvertParams::withoutParam(string $paramName).
  • New method for video thumbnail params ThumbParams::withoutParam(string $paramName).

Changed

  • Internal AdapterInterface becomes ConverterAdapterInterface.
  • Internal FFMpegConverterAdapter becomes FFMpegAdapter.

Improved

  • Documentation site !!!

Fixed

  • Fixed exception MissingTimeException, that was missing ;)