File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 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)
55
66Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
77
8- Version: 2.2.2
8+ Version: 2.2.3
99
1010Date: 2014-07-29
1111
@@ -241,6 +241,7 @@ Your [notifications page](https://app.zencoder.com/notifications) will come in h
241241VERSIONS
242242---------
243243
244+ Version 2.2.3 - 2014-07-29 Fixed the versions listed in the user agent and throughout the code
244245 Version 2.2.2 - 2014-07-29 Fixed a bug where api_key was set as api_version in the http connection options
245246 Version 2.2.1 - 2014-07-29 Support setting CURLOPT_CAPATH and CURLOPT_CAINFO on cURL connections.
246247 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 55 * @category Services
66 * @package Services_Zencoder
77 * @author Michael Christopher <m@zencoder.com>
8- * @version Release: 2.2.1
8+ * @version Release: 2.2.3
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.1
29+ * @version Release: 2.2.3
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.1 ' ;
36+ const USER_AGENT = 'ZencoderPHP v2.2.3 ' ;
3737
3838 /**
3939 * Contains the HTTP communication class
You can’t perform that action at this time.
0 commit comments