Skip to content

Commit cf56688

Browse files
[TASKSCLOUD-682] - Deployed new 22.12 version
1 parent 02b44d1 commit cf56688

9 files changed

+1435
-28
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/t
3434
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
3535

3636

37+
## Enhancements in Version 22.12
38+
- Added new ability to read Primavera-specific task's properties.
39+
- Provided the ability to read more document properties.
40+
3741
## Enhancements in Version 20.11
3842
- Support for the batch creation of tasks (i.e. the ability to create multiple tasks in a single *API* call).
3943

src/Aspose/Tasks/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Configuration
135135
* Version of Aspose.Tasks Cloud API
136136
*
137137
*/
138-
protected $clientVersion = '22.7';
138+
protected $clientVersion = '22.12';
139139

140140
/*
141141
* Constructor

0 commit comments

Comments
 (0)