Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Sep 9, 2015
1 parent 841c525 commit e38e518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Kaltura PHP 5.3 API Client Library for usage with namespace.
Compatible with Kaltura server version 10.20.0 and above.
4 changes: 2 additions & 2 deletions library/Kaltura/Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ public function __construct(Configuration $config)
{
parent::__construct($config);

$this->setClientTag('php5:15-09-08');
$this->setApiVersion('3.2.0');
$this->setClientTag('php5:15-09-09');
$this->setApiVersion('3.3.0');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
*/
class IntegrationProviderType extends \Kaltura\Client\EnumBase
{
const CIELO24 = "cielo24.Cielo24";
const VOICEBASE = "voicebase.Voicebase";
}

0 comments on commit e38e518

Please sign in to comment.