Skip to content

Commit f1617a7

Browse files
author
Justin Greer
committed
Bump version to 2.2.4
1 parent 7e843bb commit f1617a7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

+11
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category Services
66
* @package Services_Zencoder
77
* @author Michael Christopher <[email protected]>
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 <[email protected]>
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)