Skip to content

Commit d381ddd

Browse files
committed
Updated sources
1 parent 5bdf9ed commit d381ddd

55 files changed

Lines changed: 1045 additions & 238 deletions

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2003-2023 Aspose Pty Ltd
3+
Copyright (c) Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.Annotation Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/groupdocs-annotation-cloud",
4-
"version": "23.12",
4+
"version": "25.7",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [

composer.lock

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

src/GroupDocs/Annotation/AnnotateApi.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="AnnotateApi.php">
5-
* Copyright (c) 2003-2023 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
@@ -1281,7 +1281,7 @@ private function _requestToken()
12811281
/*
12821282
* --------------------------------------------------------------------------------------------------------------------
12831283
* <copyright company="Aspose Pty Ltd" file="annotateRequest.php">
1284-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1284+
* Copyright (c) Aspose Pty Ltd
12851285
* </copyright>
12861286
* <summary>
12871287
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1330,7 +1330,7 @@ public function __construct($options)
13301330
/*
13311331
* --------------------------------------------------------------------------------------------------------------------
13321332
* <copyright company="Aspose Pty Ltd" file="annotateDirectRequest.php">
1333-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1333+
* Copyright (c) Aspose Pty Ltd
13341334
* </copyright>
13351335
* <summary>
13361336
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1379,7 +1379,7 @@ public function __construct($options)
13791379
/*
13801380
* --------------------------------------------------------------------------------------------------------------------
13811381
* <copyright company="Aspose Pty Ltd" file="extractRequest.php">
1382-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1382+
* Copyright (c) Aspose Pty Ltd
13831383
* </copyright>
13841384
* <summary>
13851385
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1428,7 +1428,7 @@ public function __construct($fileInfo)
14281428
/*
14291429
* --------------------------------------------------------------------------------------------------------------------
14301430
* <copyright company="Aspose Pty Ltd" file="removeAnnotationsRequest.php">
1431-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1431+
* Copyright (c) Aspose Pty Ltd
14321432
* </copyright>
14331433
* <summary>
14341434
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Annotation/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-2023 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/Annotation/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-2023 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 = '23.12';
98+
protected $clientVersion = '25.7';
9999

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

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

314314
return $report;

src/GroupDocs/Annotation/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-2023 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
@@ -1572,7 +1572,7 @@ private function _requestToken()
15721572
/*
15731573
* --------------------------------------------------------------------------------------------------------------------
15741574
* <copyright company="Aspose Pty Ltd" file="copyFileRequest.php">
1575-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1575+
* Copyright (c) Aspose Pty Ltd
15761576
* </copyright>
15771577
* <summary>
15781578
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1649,7 +1649,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
16491649
/*
16501650
* --------------------------------------------------------------------------------------------------------------------
16511651
* <copyright company="Aspose Pty Ltd" file="deleteFileRequest.php">
1652-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1652+
* Copyright (c) Aspose Pty Ltd
16531653
* </copyright>
16541654
* <summary>
16551655
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1712,7 +1712,7 @@ public function __construct($path, $storageName = null, $versionId = null)
17121712
/*
17131713
* --------------------------------------------------------------------------------------------------------------------
17141714
* <copyright company="Aspose Pty Ltd" file="downloadFileRequest.php">
1715-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1715+
* Copyright (c) Aspose Pty Ltd
17161716
* </copyright>
17171717
* <summary>
17181718
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1775,7 +1775,7 @@ public function __construct($path, $storageName = null, $versionId = null)
17751775
/*
17761776
* --------------------------------------------------------------------------------------------------------------------
17771777
* <copyright company="Aspose Pty Ltd" file="moveFileRequest.php">
1778-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1778+
* Copyright (c) Aspose Pty Ltd
17791779
* </copyright>
17801780
* <summary>
17811781
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1852,7 +1852,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
18521852
/*
18531853
* --------------------------------------------------------------------------------------------------------------------
18541854
* <copyright company="Aspose Pty Ltd" file="uploadFileRequest.php">
1855-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1855+
* Copyright (c) Aspose Pty Ltd
18561856
* </copyright>
18571857
* <summary>
18581858
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Annotation/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-2023 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
@@ -1488,7 +1488,7 @@ private function _requestToken()
14881488
/*
14891489
* --------------------------------------------------------------------------------------------------------------------
14901490
* <copyright company="Aspose Pty Ltd" file="copyFolderRequest.php">
1491-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1491+
* Copyright (c) Aspose Pty Ltd
14921492
* </copyright>
14931493
* <summary>
14941494
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1558,7 +1558,7 @@ public function __construct($srcPath, $destPath, $srcStorageName = null, $destSt
15581558
/*
15591559
* --------------------------------------------------------------------------------------------------------------------
15601560
* <copyright company="Aspose Pty Ltd" file="createFolderRequest.php">
1561-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1561+
* Copyright (c) Aspose Pty Ltd
15621562
* </copyright>
15631563
* <summary>
15641564
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1614,7 +1614,7 @@ public function __construct($path, $storageName = null)
16141614
/*
16151615
* --------------------------------------------------------------------------------------------------------------------
16161616
* <copyright company="Aspose Pty Ltd" file="deleteFolderRequest.php">
1617-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1617+
* Copyright (c) Aspose Pty Ltd
16181618
* </copyright>
16191619
* <summary>
16201620
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1677,7 +1677,7 @@ public function __construct($path, $storageName = null, $recursive = null)
16771677
/*
16781678
* --------------------------------------------------------------------------------------------------------------------
16791679
* <copyright company="Aspose Pty Ltd" file="getFilesListRequest.php">
1680-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1680+
* Copyright (c) Aspose Pty Ltd
16811681
* </copyright>
16821682
* <summary>
16831683
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1733,7 +1733,7 @@ public function __construct($path, $storageName = null)
17331733
/*
17341734
* --------------------------------------------------------------------------------------------------------------------
17351735
* <copyright company="Aspose Pty Ltd" file="moveFolderRequest.php">
1736-
* Copyright (c) 2003-2023 Aspose Pty Ltd
1736+
* Copyright (c) Aspose Pty Ltd
17371737
* </copyright>
17381738
* <summary>
17391739
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/GroupDocs/Annotation/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-2023 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/Annotation/InfoApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="InfoApi.php">
5-
* Copyright (c) 2003-2023 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
@@ -718,7 +718,7 @@ private function _requestToken()
718718
/*
719719
* --------------------------------------------------------------------------------------------------------------------
720720
* <copyright company="Aspose Pty Ltd" file="getInfoRequest.php">
721-
* Copyright (c) 2003-2023 Aspose Pty Ltd
721+
* Copyright (c) Aspose Pty Ltd
722722
* </copyright>
723723
* <summary>
724724
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)