Skip to content

Releases: aspose-tasks-cloud/aspose-tasks-cloud-php

v20.8.1

04 Sep 11:43
Compare
Choose a tag to compare
  • Removed unused dependency.
  • Fixed file downloading.

v20.8

11 Aug 11:41
Compare
Choose a tag to compare
  • 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

03 Jul 11:02
Compare
Choose a tag to compare
  • 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

13 Dec 11:03
Compare
Choose a tag to compare

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

31 Oct 10:31
Compare
Choose a tag to compare

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

31 Jul 12:25
Compare
Choose a tag to compare
  • 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:
  1. [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

  2. [Breaking] Error response was revised and now includes more information.

  3. 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

23 Oct 18:15
Compare
Choose a tag to compare

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.

  1. 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

11 Sep 18:21
Compare
Choose a tag to compare
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.

v18.02

30 Mar 07:52
Compare
Choose a tag to compare
Initial commit