107 lines
4.4 KiB
Markdown
107 lines
4.4 KiB
Markdown
# Changelog
|
|
|
|
## [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](https://github.com/vimeo/vimeo.php/pull/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](https://github.com/vimeo/vimeo.php/pull/163))
|
|
|
|
## [2.0.2] - 2018-03-20
|
|
### Added
|
|
- Support for passing API requests through a custom proxy. ([#161](https://github.com/vimeo/vimeo.php/pull/161), [@MichalMMac](https://github.com/MichalMMac))
|
|
|
|
## [2.0.1] - 2018-03-07
|
|
### Added
|
|
- Initializing a unit test environment. ([#143](https://github.com/vimeo/vimeo.php/pull/143), [@peter279k](https://github.com/peter279k))
|
|
- Support for making `HEAD` requests. ([#160](https://github.com/vimeo/vimeo.php/pull/160))
|
|
|
|
## [2.0.0] - 2018-02-06
|
|
### Changed
|
|
- Moving API requests over to use API v3.4. ([#144](https://github.com/vimeo/vimeo.php/pull/144))
|
|
- Moving uploads over to using the new tus protocol. ([#144](https://github.com/vimeo/vimeo.php/pull/144))
|
|
|
|
## [1.3.0] - 2017-10-25
|
|
### Changed
|
|
- Deprecating the `upgrade_to_1080` option on video uploads. ([#140](https://github.com/vimeo/vimeo.php/pull/140))
|
|
|
|
## [1.2.7] - 2017-10-04
|
|
### Added
|
|
- Support for supplying custom HTTP headers. ([#136](https://github.com/vimeo/vimeo.php/pull/136), [@davekiss](https://github.com/davekiss))
|
|
|
|
### Fixed
|
|
- Updated some bad PHPDoc comments on the upload methods. ([#129](https://github.com/vimeo/vimeo.php/pull/129), [@hluup](https://github.com/hluup))
|
|
|
|
### Changed
|
|
- PSR-2 code style. ([#117](https://github.com/vimeo/vimeo.php/pull/117), [@peter279k](https://github.com/peter279k))
|
|
|
|
## [1.2.6] - 2016-12-02
|
|
### Fixed
|
|
- Updating the user agent so it matches the current release.
|
|
|
|
## [1.2.5] - 2016-10-13
|
|
### Fixed
|
|
- Some namespace gremlins. ([#112](https://github.com/vimeo/vimeo.php/pull/112), [@Spudley](https://github.com/Spudley))
|
|
|
|
## [1.2.4] - 2016-09-13
|
|
### Added
|
|
- Changelog (@vinkla)
|
|
- Added a new search example. ([@greedo](https://github.com/greedo))
|
|
- Support for lowercase HTTP verbs. ([#108](https://github.com/vimeo/vimeo.php/issues/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](https://github.com/vimeo/vimeo.php/issues/76))
|
|
- Correctly handing headers when parsing them. ([#110](https://github.com/vimeo/vimeo.php/pull/110), [@qzminski](https://github.com/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](https://github.com/vimeo/vimeo.php/pull/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](https://github.com/vimeo/vimeo.php/pull/66))
|
|
- Better error messages when curl errors ([#68](https://github.com/vimeo/vimeo.php/pull/68))
|
|
- Root cert is included to help with curl errors ([#69](https://github.com/vimeo/vimeo.php/pull/69))
|
|
|
|
## [1.1.0] - 2014-10-23
|
|
### Added
|
|
- Added composer support ([#6](https://github.com/vimeo/vimeo.php/pull/6))
|
|
|
|
## 1.0.0 - 2014-09-26
|
|
### Added
|
|
- This is the Vimeo library for version 3 of the Vimeo API.
|
|
|
|
[2.0.5]: https://github.com/vimeo/vimeo.php/compare/2.0.4...2.0.5
|
|
[2.0.4]: https://github.com/vimeo/vimeo.php/compare/2.0.3...2.0.4
|
|
[2.0.3]: https://github.com/vimeo/vimeo.php/compare/2.0.2...2.0.3
|
|
[2.0.2]: https://github.com/vimeo/vimeo.php/compare/2.0.1...2.0.2
|
|
[2.0.1]: https://github.com/vimeo/vimeo.php/compare/2.0.0...2.0.1
|
|
[2.0.0]: https://github.com/vimeo/vimeo.php/compare/1.3.0...2.0.0
|
|
[1.3.0]: https://github.com/vimeo/vimeo.php/compare/1.2.7...1.3.0
|
|
[1.2.7]: https://github.com/vimeo/vimeo.php/compare/1.2.6...1.2.7
|
|
[1.2.6]: https://github.com/vimeo/vimeo.php/compare/1.2.5...1.2.6
|
|
[1.2.4]: https://github.com/vimeo/vimeo.php/compare/1.2.5...1.2.6
|
|
[1.2.5]: https://github.com/vimeo/vimeo.php/compare/1.2.4...1.2.5
|
|
[1.2.4]: https://github.com/vimeo/vimeo.php/compare/1.2.3...1.2.4
|
|
[1.2.3]: https://github.com/vimeo/vimeo.php/compare/1.2.2...1.2.3
|
|
[1.2.2]: https://github.com/vimeo/vimeo.php/compare/1.2.1...1.2.2
|
|
[1.2.1]: https://github.com/vimeo/vimeo.php/compare/1.2.0...1.2.1
|
|
[1.2.0]: https://github.com/vimeo/vimeo.php/compare/1.1.0...1.2.0
|
|
[1.1.0]: https://github.com/vimeo/vimeo.php/compare/1.0.0...1.1.0
|