Skip to content

Commit e2604c4

Browse files
author
Nathan Sutton
committed
Fixed the versions listed in the user agent and throughout the code
1 parent f50a045 commit e2604c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Author: [Nathan Sutton] (nsutton (a) brightcove (.) com)
55

66
Company: [Brightcove/Zencoder](http://www.zencoder.com)
77

8-
Version: 2.2.2
8+
Version: 2.2.3
99

1010
Date: 2014-07-29
1111

@@ -241,6 +241,7 @@ Your [notifications page](https://app.zencoder.com/notifications) will come in h
241241
VERSIONS
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

Services/Zencoder.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category Services
66
* @package Services_Zencoder
77
* @author Michael Christopher <[email protected]>
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 <[email protected]>
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

3434
class 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

0 commit comments

Comments
 (0)