Skip to content

Latest commit

 

History

History
157 lines (126 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

157 lines (126 loc) · 6.38 KB

Changelog

3.0.8 - 2021-05-03

Fixed

  • Fix user-agent in vimeo.php

3.0.7 - 2021-04-28

Fixed

  • Fix an issue with SSL certificates on certain requests (#286)

3.0.6 - 2020-06-20

Fixed

  • Add TUS 2.0

3.0.5 - 2019-12-11

Fixed

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

3.0.4 - 2019-12-02

Fixed

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

3.0.3 - 2019-11-15

Changed

  • Updating ankitpokhrel/tus-php to stable v1.0.0 release.

3.0.2 - 2018-12-18

Fixed

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

3.0.1 - 2018-11-19

Changed

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

3.0.0 - 2018-11-19

Added

  • Added Psalm into our test process for static analysis. (#186)

Changed

  • Rewrote the Tus upload integration to use TusPHP. (#186)

Removed

  • Removed support for <PHP 7.1. (#186)

2.0.5 - 2018-04-27

Changed

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

2.0.4 - 2018-04-24

Added

  • Support for passing your own Authorization header on API requests. (#166)

2.0.3 - 2018-04-02

Changed

  • 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

Added

  • Support for passing API requests through a custom proxy. (#161, @MichalMMac)

2.0.1 - 2018-03-07

Added

  • Initializing a unit test environment. (#143, @peter279k)
  • Support for making HEAD requests. (#160)

2.0.0 - 2018-02-06

Changed

  • 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

Changed

  • Deprecating the upgrade_to_1080 option on video uploads. (#140)

1.2.7 - 2017-10-04

Added

Fixed

  • Updated some bad PHPDoc comments on the upload methods. (#129, @hluup)

Changed

1.2.6 - 2016-12-02

Fixed

  • Updating the user agent so it matches the current release.

1.2.5 - 2016-10-13

Fixed

1.2.4 - 2016-09-13

Added

  • Changelog (@vinkla)
  • Added a new search example. (@greedo)
  • Support for lowercase HTTP verbs. (#108)

Changed

  • Updated some examples to match the new example format.

Fixed

  • 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

Added

  • Handling timeouts for large files.

1.2.2 - 2015-05-11

Fixed

  • Reinstating the upload request. (#72)

1.2.1 - 2015-05-07

Changed

  • Move from pem to cer

1.2.0 - 2015-05-01

Changed

  • 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

  • Added composer support (#6)

1.0.0 - 2014-09-26

Added

  • This is the Vimeo library for version 3 of the Vimeo API.