Releases: vimeo/vimeo.php
Releases · vimeo/vimeo.php
3.0.10: update curl to use HTTP/1.1 protocol (#311)
Use HTTP/1.1
protocol for text track uploads.
3.0.9
Add the ability to pass a custom TusClientFactory into the Vimeo constructor.
3.0.8
- Update changelogs
- Fix user-agent
3.0.7
Fix an issue with SSL certificates on certain requets.
Support Tus 2.0.0
Merge pull request #259 from mstaack/patch-1
Add TUS 2.0
3.0.5
Fixed
- Fixes
setUrl
method not found error.(#239)
- Adds
TusHelper
class.
3.0.4
Fixed
- Fixes "invalid bucket" error when uploading a new video. (#237)
Update to stable tus-php
3.0.3
update to stable tus-php, fix psalm warning (#211)
3.0.2
Fixed
- Locking our
ankitpokhrel/tus-php
at v0.1.0 instead of a specific commit. (#189)
3.0.1
Changed
- Updating the user agent version string to match the library version.