Skip to content

Commit 0c76104

Browse files
Merge branch 'master' into release
2 parents 1017593 + 2fbfdbb commit 0c76104

25 files changed

+6086
-19
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This repository contains Aspose.Words Cloud SDK for Java source code. This SDK a
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 23.2
17+
18+
- Added operations to manipulate with Structure Document Tags (SDT) in documents.
19+
20+
1621
## Enhancements in Version 23.1
1722

1823
- Various changes related to stability and performance
@@ -265,7 +270,7 @@ Add this dependency to your project's POM:
265270
<dependency>
266271
<groupId>com.aspose</groupId>
267272
<artifactId>aspose-words-cloud</artifactId>
268-
<version>23.1.0</version>
273+
<version>23.2.0</version>
269274
</dependency>
270275
</dependencies>
271276
```
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-words-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>AsposeWordsCloud</name>
7-
<version>23.1.0</version>
7+
<version>23.2.0</version>
88
<url>https://www.aspose.cloud/</url>
99
<description>Aspose Words Java SDK</description>
1010
<scm>

src/main/java/com/aspose/words/cloud/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ApiClient {
5959
private String apiVersion = "v4.0";
6060
private String baseUrl = "https://api.aspose.cloud";
6161
private String basePath = baseUrl + "/" + apiVersion;
62-
private String clientVersion = "23.1";
62+
private String clientVersion = "23.2";
6363
private boolean debugging = false;
6464
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
6565
private String tempFolderPath = null;

src/main/java/com/aspose/words/cloud/api/WordsApi.java

Lines changed: 743 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)