File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "description" : " This repository contains GroupDocs.Viewer for Cloud SDK for PHP source code." ,
33 "name" : " groupdocscloud/viewer-sdk-php" ,
4- "version" : " 18.2" ,
4+ "version" : " 18.2.1 " ,
55 "license" : " MIT" ,
66 "type" : " library" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class Configuration
135135 * Version of client SDK
136136 *
137137 */
138- protected $ clientVersion = '18.2 ' ;
138+ protected $ clientVersion = '18.2.1 ' ;
139139
140140 /*
141141 * Constructor
@@ -522,7 +522,7 @@ public static function toDebugReport()
522522 $ report = 'PHP SDK (GroupDocs\Viewer) Debug Report: ' . PHP_EOL ;
523523 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
524524 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
525- $ report .= ' SDK Package Version: 18.2 ' . PHP_EOL ;
525+ $ report .= ' SDK Package Version: 18.2.1 ' . PHP_EOL ;
526526 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
527527
528528 return $ report ;
You can’t perform that action at this time.
0 commit comments