File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11Zencoder 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+
415Author: [ Nathan Sutton] (nsutton (a) brightcove (.) c ; om)
516
617Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
Original file line number Diff line number Diff line change 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
3434class 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
You can’t perform that action at this time.
0 commit comments