We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2643a07 commit1cdc0dbCopy full SHA for 1cdc0db
README.md
@@ -3,7 +3,7 @@ Zencoder API PHP Library
3
4
Author:[Zac Shenker] (zshenker (a) brightcove (.) com)
5
Company:[Brightcove/Zencoder](http://www.zencoder.com)
6
-Version: 2.1.3
+Version: 2.2.0
7
Date: 2014-07-24
8
Repository:<http://github.com/zencoder/zencoder-php/>
9
Services/Zencoder.php
@@ -5,7 +5,7 @@
* @category Services
* @package Services_Zencoder
* @author Michael Christopher <m@zencoder.com>
- * @version Release: 2.1.2
+ * @version Release: 2.2.0
* @license http://creativecommons.org/licenses/MIT/MIT
10
* @link http://github.com/zencoder/zencoder-php
11
* @access private
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
26
27
28
29
30
31
32
*/
33
34
class Services_Zencoderextends Services_Zencoder_Base
35
{
36
-constUSER_AGENT ='ZencoderPHP v2.1.2';
+constUSER_AGENT ='ZencoderPHP v2.2.0';
37
38
/**
39
* Contains the HTTP communication class