Skip to content

Commit

Permalink
add changelogs for 3.0.6-3.0.8, fix user agent (#291)
Browse files Browse the repository at this point in the history
* add changelogs for 3.0.6-3.0.8, fix user agent

* Update CHANGELOG.md

Co-authored-by: Tommy Penner <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Tommy Penner <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Tommy Penner <[email protected]>

Co-authored-by: Aaron Marasco <[email protected]>
Co-authored-by: Tommy Penner <[email protected]>
  • Loading branch information
3 people authored May 4, 2021
1 parent 4d3b0d7 commit d0635c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 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](https://github.com/vimeo/vimeo.php/issues/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](https://github.com/vimeo/vimeo.php/pull/239))
Expand Down Expand Up @@ -117,6 +129,9 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[3.0.8]: https://github.com/vimeo/vimeo.php/compare/3.0.7...3.0.8
[3.0.7]: https://github.com/vimeo/vimeo.php/compare/3.0.6...3.0.7
[3.0.6]: https://github.com/vimeo/vimeo.php/compare/3.0.5...3.0.6
[3.0.5]: https://github.com/vimeo/vimeo.php/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/vimeo/vimeo.php/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/vimeo/vimeo.php/compare/3.0.2...3.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Vimeo
const CLIENT_CREDENTIALS_TOKEN_ENDPOINT = '/oauth/authorize/client';
const VERSIONS_ENDPOINT = '/versions';
const VERSION_STRING = 'application/vnd.vimeo.*+json; version=3.4';
const USER_AGENT = 'vimeo.php 3.0.5; (http://developer.vimeo.com/api/docs)';
const USER_AGENT = 'vimeo.php 3.0.8; (http://developer.vimeo.com/api/docs)';

/** @var array */
protected $_curl_opts = array();
Expand Down

0 comments on commit d0635c1

Please sign in to comment.