Skip to content

Commit 1dc775f

Browse files
committed
Updated sources
1 parent b8a14c1 commit 1dc775f

28 files changed

Lines changed: 1506 additions & 741 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GroupDocs.Conversion Cloud SDK for PHP
1+
# GroupDocs.Conversion Cloud SDK for PHP
22
This repository contains GroupDocs.Conversion Cloud SDK for PHP source code. This SDK allows you to work with GroupDocs.Conversion Cloud REST APIs in your PHP applications.
33

44
## Dependencies

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "This repository contains GroupDocs.Conversion Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/groupdocs-conversion-cloud",
4-
"version": "19.3",
4+
"version": "19.3.1",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
@@ -44,4 +44,4 @@
4444
"classmap": [ "src/", "tests/" ],
4545
"psr-4": { "GroupDocs\\Conversion\\" : "tests/" }
4646
}
47-
}
47+
}

src/GroupDocs/Conversion/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Configuration
9595
* Version of client SDK
9696
*
9797
*/
98-
protected $clientVersion = '19.3';
98+
protected $clientVersion = '19.3.1';
9999

100100
/*
101101
* Constructor
@@ -290,7 +290,7 @@ public function getClientName()
290290
}
291291

292292
/*
293-
* Gets client version, default value is '19.3'
293+
* Gets client version, default value is '19.3.1'
294294
*
295295
*/
296296
public function getClientVersion()
@@ -308,7 +308,7 @@ public static function toDebugReport()
308308
$report = 'PHP SDK (GroupDocs\Conversion) Debug Report:' . PHP_EOL;
309309
$report .= ' OS: ' . php_uname() . PHP_EOL;
310310
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
311-
$report .= ' SDK Package Version: 19.3' . PHP_EOL;
311+
$report .= ' SDK Package Version: 19.3.1' . PHP_EOL;
312312
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
313313

314314
return $report;

0 commit comments

Comments
 (0)