You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* SDK updated to ver. 18.9 of Aspose.Tasks for Cloud.
1) Duration type was added.
2) [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.
3) 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
"description" : "This repository contains Aspose Tasks SDK for PHP source code. Aspose Tasks Cloud SDK for PHP lets PHP developers manipulate or convert Microsoft Project documents hosted on a cloud platform quickly and easily.",
"description": "This repository contains Aspose Tasks SDK for PHP source code. Aspose Tasks Cloud SDK for PHP lets PHP developers manipulate or convert Microsoft Project documents hosted on a cloud platform quickly and easily.",
0 commit comments