Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2604c4

Browse files
author
Nathan Sutton
committed
Fixed the versions listed in the user agent and throughout the code
1 parentf50a045 commite2604c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

3434
class Services_Zencoderextends Services_Zencoder_Base
3535
{
36-
constUSER_AGENT ='ZencoderPHP v2.2.1';
36+
constUSER_AGENT ='ZencoderPHP v2.2.3';
3737

3838
/**
3939
* Contains the HTTP communication class

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp