Releases: aspose-tasks-cloud/aspose-tasks-cloud-php
v20.8.1
- Removed unused dependency.
- Fixed file downloading.
v20.8
- Add an ability to specify the non-default path for Project Server's PWA URL.
- Add an ability to modify timephasedData collection in assignments.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+20.8+Release+Notes
v20.6
- Possibility to render comments when saving as image, HTML or PDF.
- Now you has an option to use username and password to connect Project Online (Server) instead of auth token, if you don't have it.
- Now you can add assignments to your project file with specifying its cost.
- Accelerated adding new tasks to project, when calculation mode is set to automatic.
- Provided ability to add project in Microsoft Project Server.
- Improved performance of autorecalculation for large sets of tasks.
- Added support of reading of shared resource assignments.
- Improved performance of timephased data calculation.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+20.6+Release+Notes
v19.12
All imported projects from MS Project Online (Project Server) or database now can be saved as MPP file.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+19.12+Release+Notes
v19.10
New feature has been released! Now you can integrate your software with MS Project Online (Project Server):
* Added new method to get info from available projects on your project online account.
* Added new method which allows you to import project from project online.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+19.10+Release+Notes
v19.4
- SDK updated to ver. 19.4 of Aspose.Tasks Cloud.
SDK now switch to a new (v3.0) version of the API, which contains more functionality:
-
[Breaking] Adding a new file now uses POST (instead of PUT) method, the additional path to the file is now included with filename instead of add. argument
-
[Breaking] Error response was revised and now includes more information.
-
New DELETE method was added to remove unused files.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+19.4+Release+Notes
v18.9
SDK updated to ver. 18.9 of Aspose.Tasks for Cloud.
-
Duration type was added.
-
[Breaking] Changes in ExtendedAttribute type (used in Task.ExtendedAttributes, Resource.ExtendedAttributes, ResourceAssignment.ExtendedAttributes collections):
- 'DurationFormat' field was removed
- 'Value' field was removed
- 'AttributeType' field was added
- Following fields were added: 'DateValue', 'DurationValue', 'NumericValue', 'FlagValue', 'TextValue'.
For example in order to get or set the value of a custom field with 'Date', 'Start' or 'Finish' type one should use 'DateValue' field.
-
GET /{name}/extendedattributes/{index} and DELETE /{name}/extendedattributes/{index} endpoints: index parameter now can be FieldId as well as index of attribute in project.ExtendedAttributes collection.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+18.9+Release+Notes
v18.8
SDK updated to ver. 18.8 of Aspose.Tasks for Cloud. Bitwise enums and array parameters handling is fixed. API changes: - added PostTaskRecurringInfo, PutTaskRecurringInfo operations. - added returnAsZipArchive parameter to PostTaskDocumentWithFormat operation. - added returnAsZipArchive parameter to GetTaskDocumentWithFormat operation.