Skip to content

Commit

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

## [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))

### Changed
* 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))

## [2.0.5] - 2018-04-27
### Changed
- Updating the user agent version string to match the library version.
Expand Down Expand Up @@ -87,6 +97,7 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[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
[2.0.3]: https://github.com/vimeo/vimeo.php/compare/2.0.2...2.0.3
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ $params = ['privacy' => ['view' => 'disable']];
```

## Installation
### Composer

1. Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```bash
Expand All @@ -53,12 +51,6 @@ composer require vimeo/vimeo-api

2. Use the library `$lib = new \Vimeo\Vimeo($client_id, $client_secret)`.

### Manual

1. Download the latest release: [v2.0.5](https://github.com/vimeo/vimeo.php/archive/2.0.5.zip).
2. Include the autoloader `require("/path/to/vimeo.php/autoload.php");`.
3. Use the library `$lib = new \Vimeo\Vimeo($client_id, $client_secret)`.

## Usage
### Generate your access token

Expand Down

0 comments on commit 27f13ee

Please sign in to comment.