Skip to content

Releases: vimeo/vimeo.php

3.0.10: update curl to use HTTP/1.1 protocol (#311)

18 Feb 14:38
79885b6
Compare
Choose a tag to compare

Use HTTP/1.1 protocol for text track uploads.

3.0.9

03 Feb 17:52
663614c
Compare
Choose a tag to compare

Add the ability to pass a custom TusClientFactory into the Vimeo constructor.

3.0.8

04 May 17:19
d0635c1
Compare
Choose a tag to compare
  • Update changelogs
  • Fix user-agent

3.0.7

28 Apr 16:51
4d3b0d7
Compare
Choose a tag to compare

Fix an issue with SSL certificates on certain requets.

Support Tus 2.0.0

20 Jun 17:37
169b8ea
Compare
Choose a tag to compare
Merge pull request #259 from mstaack/patch-1

Add TUS 2.0

3.0.5

12 Dec 17:56
Compare
Choose a tag to compare

Fixed

  • Fixes setUrl method not found error.(#239)
  • Adds TusHelper class.

3.0.4

03 Dec 14:06
Compare
Choose a tag to compare

Fixed

  • Fixes "invalid bucket" error when uploading a new video. (#237)

Update to stable tus-php

15 Nov 19:19
Compare
Choose a tag to compare
3.0.3

update to stable tus-php, fix psalm warning (#211)

3.0.2

18 Dec 15:57
Compare
Choose a tag to compare

Fixed

  • Locking our ankitpokhrel/tus-php at v0.1.0 instead of a specific commit. (#189)

3.0.1

19 Nov 19:02
Compare
Choose a tag to compare

Changed

  • Updating the user agent version string to match the library version.