Skip to content

Commit 021a324

Browse files
Merge branch 'master' into release
2 parents 0b75a7b + d3e1c11 commit 021a324

File tree

742 files changed

+4723
-2937
lines changed

Some content is hidden

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

742 files changed

+4723
-2937
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,23 @@ This repository contains Aspose.Words Cloud SDK for PHP source code. This SDK al
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 24.1
17+
18+
- Added support for InsertAfterNode in the insert API without NodePath.
19+
- Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.
20+
- Added support for transparency in the Watermark API.
21+
- Added support for password and encryptedPassword fields in FileReference.
22+
- Fixed missing href value in document responses.
23+
24+
1625
## Enhancements in Version 23.12
1726

1827
- Properties Name, Text, StartRange, EndRange marked as required for InsertBookmark operation.
1928
- Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.
2029
- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.
2130
- Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.
31+
- Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
32+
- Removed parameter encryptedPassword2 from CompareDocument method. Please use FileReference password instead.
2233

2334

2435
## Enhancements in Version 23.11

src/Aspose/Words/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" file="ApiException.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Configuration.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" file="Configuration.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -134,7 +134,7 @@ class Configuration
134134
* Version of Aspose.Words Cloud API
135135
*
136136
*/
137-
protected $clientVersion = '23.12';
137+
protected $clientVersion = '24.1';
138138

139139
/*
140140
* Stores timeout in seconds
@@ -539,7 +539,7 @@ public static function toDebugReport()
539539
$report = 'PHP SDK (Aspose\Words) Debug Report:' . PHP_EOL;
540540
$report .= ' OS: ' . php_uname() . PHP_EOL;
541541
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
542-
$report .= ' OpenAPI Spec Version: 23.12' . PHP_EOL;
542+
$report .= ' OpenAPI Spec Version: 24.1' . PHP_EOL;
543543
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
544544

545545
return $report;

src/Aspose/Words/Encryptor.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" file="Encryptor.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/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" file="HeaderSelector.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Model/ApiError.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" file="ApiError.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Model/AvailableFontsResponse.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" file="AvailableFontsResponse.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Model/BaseEntry.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" file="BaseEntry.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Model/BaseEntryList.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" file="BaseEntryList.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/Aspose/Words/Model/BmpSaveOptionsData.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" file="BmpSaveOptionsData.php">
5-
* Copyright (c) 2023 Aspose.Words for Cloud
5+
* Copyright (c) 2024 Aspose.Words for Cloud
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)