3.0.5 - 2019-12-11
- Fixes
setUrl
method not found error.(#239) - Adds
TusHelper
class.
3.0.4 - 2019-12-02
- Fixes "invalid bucket" error when uploading a new video. (#237)
3.0.3 - 2019-11-15
- Updating
ankitpokhrel/tus-php
to stablev1.0.0
release.
3.0.2 - 2018-12-18
- Locking our
ankitpokhrel/tus-php
at v0.1.0 instead of a specific commit. (#189)
3.0.1 - 2018-11-19
- Updating the user agent version string to match the library version.
3.0.0 - 2018-11-19
- Removed support for <PHP 7.1. (#186)
2.0.5 - 2018-04-27
- Updating the user agent version string to match the library version.
2.0.4 - 2018-04-24
- Support for passing your own
Authorization
header on API requests. (#166)
2.0.3 - 2018-04-02
- Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to
/me/videos
. (#163)
2.0.2 - 2018-03-20
- Support for passing API requests through a custom proxy. (#161, @MichalMMac)
2.0.1 - 2018-03-07
- Initializing a unit test environment. (#143, @peter279k)
- Support for making
HEAD
requests. (#160)
2.0.0 - 2018-02-06
- Moving API requests over to use API v3.4. (#144)
- Moving uploads over to using the new tus protocol. (#144)
1.3.0 - 2017-10-25
- Deprecating the
upgrade_to_1080
option on video uploads. (#140)
1.2.7 - 2017-10-04
- PSR-2 code style. (#117, @peter279k)
1.2.6 - 2016-12-02
- Updating the user agent so it matches the current release.
1.2.5 - 2016-10-13
1.2.4 - 2016-09-13
- Updated some examples to match the new example format.
- Fixed some bad documentation in the README.
- Fixed a bad VOD example. (#76)
- Correctly handing headers when parsing them. (#110, @qzminski)
1.2.3 - 2015-06-02
- Handling timeouts for large files.
1.2.2 - 2015-05-11
- Reinstating the upload request. (#72)
1.2.1 - 2015-05-07
- Move from pem to cer
1.2.0 - 2015-05-01
- Better error messages when uploading (#66)
- Better error messages when curl errors (#68)
- Root cert is included to help with curl errors (#69)
1.1.0 - 2014-10-23
- Added composer support (#6)
- This is the Vimeo library for version 3 of the Vimeo API.