Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1617a7

Browse filesBrowse files
author
Justin Greer
committed
Bump version to 2.2.4
1 parent 7e843bb commit f1617a7
Copy full SHA for f1617a7

File tree

2 files changed

+14
-3
lines changed
Filter options

2 files changed

+14
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Zencoder API PHP Library
22
==========================
33

4+
Company: [Brightcove/Zencoder](http://www.zencoder.com)
5+
6+
Version: 2.2.4
7+
8+
Date: 2019-09-05
9+
10+
Repository: <http://github.com/zencoder/zencoder-php/>
11+
12+
HTTP headers are handled in a case-insensitve manner so that they are compatible with HTTP2.
13+
14+
415
Author: [Nathan Sutton] (nsutton (a) brightcove (.) c&#1;om)
516

617
Company: [Brightcove/Zencoder](http://www.zencoder.com)

‎Services/Zencoder.php

Copy file name to clipboardExpand all lines: Services/Zencoder.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category Services
66
* @package Services_Zencoder
77
* @author Michael Christopher <m@zencoder.com>
8-
* @version Release: 2.2.3
8+
* @version Release: 2.2.4
99
* @license http://creativecommons.org/licenses/MIT/MIT
1010
* @link http://github.com/zencoder/zencoder-php
1111
* @access private
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
2626
* @category Services
2727
* @package Services_Zencoder
2828
* @author Michael Christopher <m@zencoder.com>
29-
* @version Release: 2.2.3
29+
* @version Release: 2.2.4
3030
* @license http://creativecommons.org/licenses/MIT/MIT
3131
* @link http://github.com/zencoder/zencoder-php
3232
*/
3333

3434
class Services_Zencoder extends Services_Zencoder_Base
3535
{
36-
const USER_AGENT = 'ZencoderPHP v2.2.3';
36+
const USER_AGENT = 'ZencoderPHP v2.2.4';
3737

3838
/**
3939
* Contains the HTTP communication class

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.