Skip to content

Commit f6e0fcd

Browse files
committed
Updated sources
1 parent adaa4d1 commit f6e0fcd

File tree

199 files changed

+281
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+281
-251
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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": "24.12",
4+
"version": "25.3",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [

composer.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GroupDocs/Conversion/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="ApiException.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Conversion/AsyncApi.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="AsyncApi.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1295,7 +1295,7 @@ private function _requestToken()
12951295
/*
12961296
* --------------------------------------------------------------------------------------------------------------------
12971297
* <copyright company="Aspose Pty Ltd" file="getOperationResultRequest.php">
1298-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1298+
* Copyright (c) Aspose Pty Ltd
12991299
* </copyright>
13001300
* <summary>
13011301
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1344,7 +1344,7 @@ public function __construct($id)
13441344
/*
13451345
* --------------------------------------------------------------------------------------------------------------------
13461346
* <copyright company="Aspose Pty Ltd" file="getOperationStatusRequest.php">
1347-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1347+
* Copyright (c) Aspose Pty Ltd
13481348
* </copyright>
13491349
* <summary>
13501350
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1393,7 +1393,7 @@ public function __construct($id)
13931393
/*
13941394
* --------------------------------------------------------------------------------------------------------------------
13951395
* <copyright company="Aspose Pty Ltd" file="startConvertRequest.php">
1396-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1396+
* Copyright (c) Aspose Pty Ltd
13971397
* </copyright>
13981398
* <summary>
13991399
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1463,7 +1463,7 @@ public function __construct($format, $file, $fromPage = null, $pagesCount = null
14631463
/*
14641464
* --------------------------------------------------------------------------------------------------------------------
14651465
* <copyright company="Aspose Pty Ltd" file="startConvertAndSaveRequest.php">
1466-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1466+
* Copyright (c) Aspose Pty Ltd
14671467
* </copyright>
14681468
* <summary>
14691469
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Conversion/Configuration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="Configuration.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -95,7 +95,7 @@ class Configuration
9595
* Version of client SDK
9696
*
9797
*/
98-
protected $clientVersion = '24.12';
98+
protected $clientVersion = '25.3';
9999

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

292292
/*
293-
* Gets client version, default value is '24.12'
293+
* Gets client version, default value is '25.3'
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: 24.12' . PHP_EOL;
311+
$report .= ' SDK Package Version: 25.3' . PHP_EOL;
312312
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
313313

314314
return $report;

src/GroupDocs/Conversion/ConvertApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="ConvertApi.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1029,7 +1029,7 @@ private function _requestToken()
10291029
/*
10301030
* --------------------------------------------------------------------------------------------------------------------
10311031
* <copyright company="Aspose Pty Ltd" file="convertDocumentRequest.php">
1032-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1032+
* Copyright (c) Aspose Pty Ltd
10331033
* </copyright>
10341034
* <summary>
10351035
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1078,7 +1078,7 @@ public function __construct($convertSettings)
10781078
/*
10791079
* --------------------------------------------------------------------------------------------------------------------
10801080
* <copyright company="Aspose Pty Ltd" file="convertDocumentDirectRequest.php">
1081-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1081+
* Copyright (c) Aspose Pty Ltd
10821082
* </copyright>
10831083
* <summary>
10841084
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Conversion/FileApi.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="FileApi.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1549,7 +1549,7 @@ private function _requestToken()
15491549
/*
15501550
* --------------------------------------------------------------------------------------------------------------------
15511551
* <copyright company="Aspose Pty Ltd" file="copyFileRequest.php">
1552-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1552+
* Copyright (c) Aspose Pty Ltd
15531553
* </copyright>
15541554
* <summary>
15551555
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1626,7 +1626,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
16261626
/*
16271627
* --------------------------------------------------------------------------------------------------------------------
16281628
* <copyright company="Aspose Pty Ltd" file="deleteFileRequest.php">
1629-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1629+
* Copyright (c) Aspose Pty Ltd
16301630
* </copyright>
16311631
* <summary>
16321632
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1689,7 +1689,7 @@ public function __construct($path, $storageName = null, $versionId = null)
16891689
/*
16901690
* --------------------------------------------------------------------------------------------------------------------
16911691
* <copyright company="Aspose Pty Ltd" file="downloadFileRequest.php">
1692-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1692+
* Copyright (c) Aspose Pty Ltd
16931693
* </copyright>
16941694
* <summary>
16951695
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1752,7 +1752,7 @@ public function __construct($path, $storageName = null, $versionId = null)
17521752
/*
17531753
* --------------------------------------------------------------------------------------------------------------------
17541754
* <copyright company="Aspose Pty Ltd" file="moveFileRequest.php">
1755-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1755+
* Copyright (c) Aspose Pty Ltd
17561756
* </copyright>
17571757
* <summary>
17581758
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1829,7 +1829,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
18291829
/*
18301830
* --------------------------------------------------------------------------------------------------------------------
18311831
* <copyright company="Aspose Pty Ltd" file="uploadFileRequest.php">
1832-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1832+
* Copyright (c) Aspose Pty Ltd
18331833
* </copyright>
18341834
* <summary>
18351835
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Conversion/FolderApi.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="FolderApi.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1469,7 +1469,7 @@ private function _requestToken()
14691469
/*
14701470
* --------------------------------------------------------------------------------------------------------------------
14711471
* <copyright company="Aspose Pty Ltd" file="copyFolderRequest.php">
1472-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1472+
* Copyright (c) Aspose Pty Ltd
14731473
* </copyright>
14741474
* <summary>
14751475
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1539,7 +1539,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
15391539
/*
15401540
* --------------------------------------------------------------------------------------------------------------------
15411541
* <copyright company="Aspose Pty Ltd" file="createFolderRequest.php">
1542-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1542+
* Copyright (c) Aspose Pty Ltd
15431543
* </copyright>
15441544
* <summary>
15451545
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1595,7 +1595,7 @@ public function __construct($path, $storageName = null)
15951595
/*
15961596
* --------------------------------------------------------------------------------------------------------------------
15971597
* <copyright company="Aspose Pty Ltd" file="deleteFolderRequest.php">
1598-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1598+
* Copyright (c) Aspose Pty Ltd
15991599
* </copyright>
16001600
* <summary>
16011601
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1658,7 +1658,7 @@ public function __construct($path, $storageName = null, $recursive = null)
16581658
/*
16591659
* --------------------------------------------------------------------------------------------------------------------
16601660
* <copyright company="Aspose Pty Ltd" file="getFilesListRequest.php">
1661-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1661+
* Copyright (c) Aspose Pty Ltd
16621662
* </copyright>
16631663
* <summary>
16641664
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1714,7 +1714,7 @@ public function __construct($path, $storageName = null)
17141714
/*
17151715
* --------------------------------------------------------------------------------------------------------------------
17161716
* <copyright company="Aspose Pty Ltd" file="moveFolderRequest.php">
1717-
* Copyright (c) 2003-2024 Aspose Pty Ltd
1717+
* Copyright (c) Aspose Pty Ltd
17181718
* </copyright>
17191719
* <summary>
17201720
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Conversion/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="HeaderSelector.php">
5-
* Copyright (c) 2003-2024 Aspose Pty Ltd
5+
* Copyright (c) Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)