File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
Zencoder API PHP Library
2
2
==========================
3
3
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
+
4
15
Author: [ Nathan Sutton] (nsutton (a) brightcove (.) c ; om)
5
16
6
17
Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
Original file line number Diff line number Diff line change 5
5
* @category Services
6
6
* @package Services_Zencoder
7
7
* @author Michael Christopher <[email protected] >
8
- * @version Release: 2.2.3
8
+ * @version Release: 2.2.4
9
9
* @license http://creativecommons.org/licenses/MIT/MIT
10
10
* @link http://github.com/zencoder/zencoder-php
11
11
* @access private
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
26
26
* @category Services
27
27
* @package Services_Zencoder
28
28
* @author Michael Christopher <[email protected] >
29
- * @version Release: 2.2.3
29
+ * @version Release: 2.2.4
30
30
* @license http://creativecommons.org/licenses/MIT/MIT
31
31
* @link http://github.com/zencoder/zencoder-php
32
32
*/
33
33
34
34
class Services_Zencoder extends Services_Zencoder_Base
35
35
{
36
- const USER_AGENT = 'ZencoderPHP v2.2.3 ' ;
36
+ const USER_AGENT = 'ZencoderPHP v2.2.4 ' ;
37
37
38
38
/**
39
39
* Contains the HTTP communication class
You can’t perform that action at this time.
0 commit comments