-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from zencoder/remove_ca_cert_bundle
Bumping version to 2.2.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @category Services | ||
* @package Services_Zencoder | ||
* @author Michael Christopher <[email protected]> | ||
* @version Release: 2.1.2 | ||
* @version Release: 2.2.0 | ||
* @license http://creativecommons.org/licenses/MIT/MIT | ||
* @link http://github.com/zencoder/zencoder-php | ||
* @access private | ||
|
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className) | |
* @category Services | ||
* @package Services_Zencoder | ||
* @author Michael Christopher <[email protected]> | ||
* @version Release: 2.1.2 | ||
* @version Release: 2.2.0 | ||
* @license http://creativecommons.org/licenses/MIT/MIT | ||
* @link http://github.com/zencoder/zencoder-php | ||
*/ | ||
|
||
class Services_Zencoder extends Services_Zencoder_Base | ||
{ | ||
const USER_AGENT = 'ZencoderPHP v2.1.2'; | ||
const USER_AGENT = 'ZencoderPHP v2.2.0'; | ||
|
||
/** | ||
* Contains the HTTP communication class | ||
|