File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Author: [Nathan Sutton] (nsutton (a) brightcove (.) com)
5
5
6
6
Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
7
7
8
- Version: 2.2.2
8
+ Version: 2.2.3
9
9
10
10
Date: 2014-07-29
11
11
@@ -241,6 +241,7 @@ Your [notifications page](https://app.zencoder.com/notifications) will come in h
241
241
VERSIONS
242
242
---------
243
243
244
+ Version 2.2.3 - 2014-07-29 Fixed the versions listed in the user agent and throughout the code
244
245
Version 2.2.2 - 2014-07-29 Fixed a bug where api_key was set as api_version in the http connection options
245
246
Version 2.2.1 - 2014-07-29 Support setting CURLOPT_CAPATH and CURLOPT_CAINFO on cURL connections.
246
247
Version 2.2.0 - 2014-07-24 Removing the bundled CA chain to address expiring intermediate certificate
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.1
8
+ * @version Release: 2.2.3
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.1
29
+ * @version Release: 2.2.3
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.1 ' ;
36
+ const USER_AGENT = 'ZencoderPHP v2.2.3 ' ;
37
37
38
38
/**
39
39
* Contains the HTTP communication class
You can’t perform that action at this time.
0 commit comments