Skip to content

Commit

Permalink
3.0.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Nov 19, 2018
1 parent 27f13ee commit c65d282
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## [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](https://github.com/vimeo/psalm) into our test process for static analysis. ([#186](https://github.com/vimeo/vimeo.php/pull/186))
- Added [Psalm](https://github.com/vimeo/psalm) into our test process for static analysis. ([#186](https://github.com/vimeo/vimeo.php/pull/186))

### Changed
* Rewrote the Tus upload integration to use [TusPHP](https://github.com/ankitpokhrel/tus-php). ([#186](https://github.com/vimeo/vimeo.php/pull/186))
- Rewrote the Tus upload integration to use [TusPHP](https://github.com/ankitpokhrel/tus-php). ([#186](https://github.com/vimeo/vimeo.php/pull/186))

### Removed
* Removed support for <PHP 7.1. ([#186](https://github.com/vimeo/vimeo.php/pull/186))
0 Removed support for <PHP 7.1. ([#186](https://github.com/vimeo/vimeo.php/pull/186))

## [2.0.5] - 2018-04-27
### Changed
Expand Down Expand Up @@ -97,6 +101,7 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[3.0.1]: https://github.com/vimeo/vimeo.php/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/vimeo/vimeo.php/compare/2.0.5...3.0.0
[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
Expand Down
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 2.0.5; (http://developer.vimeo.com/api/docs)';
const USER_AGENT = 'vimeo.php 3.0.1; (http://developer.vimeo.com/api/docs)';
const CERTIFICATE_PATH = '/certificates/vimeo-api.pem';

/** @var array */
Expand Down

0 comments on commit c65d282

Please sign in to comment.