Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Greer committed Sep 5, 2019
1 parent 7e843bb commit f1617a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Zencoder API PHP Library
==========================

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

Version: 2.2.4

Date: 2019-09-05

Repository: <http://github.com/zencoder/zencoder-php/>

HTTP headers are handled in a case-insensitve manner so that they are compatible with HTTP2.


Author: [Nathan Sutton] (nsutton (a) brightcove (.) c&#1;om)

Company: [Brightcove/Zencoder](http://www.zencoder.com)
Expand Down
6 changes: 3 additions & 3 deletions Services/Zencoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category Services
* @package Services_Zencoder
* @author Michael Christopher <[email protected]>
* @version Release: 2.2.3
* @version Release: 2.2.4
* @license http://creativecommons.org/licenses/MIT/MIT
* @link http://github.com/zencoder/zencoder-php
* @access private
Expand All @@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
* @category Services
* @package Services_Zencoder
* @author Michael Christopher <[email protected]>
* @version Release: 2.2.3
* @version Release: 2.2.4
* @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.2.3';
const USER_AGENT = 'ZencoderPHP v2.2.4';

/**
* Contains the HTTP communication class
Expand Down

0 comments on commit f1617a7

Please sign in to comment.