Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Dec 30, 2021
1 parent 6f77d73 commit 7adca36
Show file tree
Hide file tree
Showing 5 changed files with 795 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "This repository contains GroupDocs.Viewer Cloud SDK for PHP source code.",
"name": "groupdocscloud/groupdocs-viewer-cloud",
"version": "21.10",
"version": "21.12",
"license": "MIT",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/GroupDocs/Viewer/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Configuration
* Version of client SDK
*
*/
protected $clientVersion = '21.10';
protected $clientVersion = '21.12';

/*
* Constructor
Expand Down Expand Up @@ -290,7 +290,7 @@ public function getClientName()
}

/*
* Gets client version, default value is '21.10'
* Gets client version, default value is '21.12'
*
*/
public function getClientVersion()
Expand All @@ -308,7 +308,7 @@ public static function toDebugReport()
$report = 'PHP SDK (GroupDocs\Viewer) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' SDK Package Version: 21.10' . PHP_EOL;
$report .= ' SDK Package Version: 21.12' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
Loading

0 comments on commit 7adca36

Please sign in to comment.