Aspose Words Cloud 25.2 Release Notes
The page contains release notes for Aspose.Words Cloud 25.2 – API Reference.
Important Changes and New Features
Words Cloud Changes
IdPrefix
andRemoveJavaScriptFromLinks
properties have been added to theHtmlFixedSaveOptions
andSvgSaveOptions
classes:IdPrefix
: a custom prefix can now be specified for all element IDs in the output document, ensuring unique and conflict-free IDs.RemoveJavaScriptFromLinks
: JavaScript can now be removed from hyperlinks in the output, improving security and compliance.
- Batch processing logic in the PHP SDK has been updated:
- All requests, including the initial
SearchRequest
, are now correctly added to the batch array. - Internal request handling has been improved to ensure that all operations in the batch are executed as expected, even if one request encounters an error.
- All requests, including the initial
- Compatibility with PHP 8.1 has been ensured by properly handling array keys to prevent warnings or exceptions.
All changes
# | Summary | Category |
---|---|---|
WORDSCLOUD-2912 | Add support for IdPrefix , RemoveJavaScriptFromLinks properties to HtmlFixed and Svg save options | New Feature |
WORDSCLOUD-2345 | PHP SDK: batch processing doesn’t work as expected | Bug |
WORDSCLOUD-2908 | Superscript doesn’t work with Arial font | Bug |
WORDSCLOUD-2931 | PHP API: undefined array key ‘Content-Type’ exception is thrown when batch operations are performed | Bug |
WORDSCLOUD-2947 | Problem integrating Swift SDK into macOS/iOS projects using Swift Package Manager (SPM) | Bug |