Skip to content

Releases: vimeo/vimeo.php

4.0.1

Choose a tag to compare

@aaronm67 aaronm67 released this 23 Oct 15:07
363c3a0

What's Changed

  • update the user-agent in the latest version by @aaronm67 in #344

Full Changelog: 4.0.0...4.0.1

4.0.0

Choose a tag to compare

@aaronm67 aaronm67 released this 22 Oct 13:02
b53c9f8

What's Changed

New Contributors

Full Changelog: 3.0.12...4.0.0

3.0.12

Choose a tag to compare

@aaronm67 aaronm67 released this 04 Jun 18:14
55dfb97

What's Changed

New Contributors

Full Changelog: 3.0.11...3.0.12

3.0.11

Choose a tag to compare

@aaronm67 aaronm67 released this 03 Jun 18:51
58d8093

What's Changed

New Contributors

Full Changelog: 3.0.10...3.0.11

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

Choose a tag to compare

@Sventour Sventour released this 18 Feb 14:38
79885b6

Use HTTP/1.1 protocol for text track uploads.

3.0.9

Choose a tag to compare

@aaronm67 aaronm67 released this 03 Feb 17:52
663614c

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

3.0.8

Choose a tag to compare

@aaronm67 aaronm67 released this 04 May 17:19
d0635c1
  • Update changelogs
  • Fix user-agent

3.0.7

Choose a tag to compare

@aaronm67 aaronm67 released this 28 Apr 16:51
4d3b0d7

Fix an issue with SSL certificates on certain requets.

Support Tus 2.0.0

Choose a tag to compare

@muglug muglug released this 20 Jun 17:37
169b8ea
Merge pull request #259 from mstaack/patch-1

Add TUS 2.0

3.0.5

Choose a tag to compare

@Sventour Sventour released this 12 Dec 17:56

Fixed

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