Skip to content

Releases: loduis/teamwork.com-project-management

v2.0.0

17 Oct 22:32
Compare
Choose a tag to compare

v1.4.1

11 Mar 23:00
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Jan 06:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

Release 1.3.2

21 Nov 23:36
75ffade
Compare
Choose a tag to compare
v1.3.2

Prevent "Warning: Invalid argument supplied for foreach() in [...]\ve…

Throw exception in json response

03 Aug 22:00
Compare
Choose a tag to compare
throw catchable exception instead of exit in JSON response (#46)

throw catchable exception instead of exit in JSON response

New classes for the Portfolio Board endpoints

28 Jan 13:03
Compare
Choose a tag to compare
Adding Classes for the Portfolio Board endpoints (#45)

* Add Portfolio Board Model

Add the Model for the /portfolio/boards endpoints for the Teamwork API
https://developer.teamwork.com/projects/portfolio-boards/boards-in-portfolio-view

* Add Portfolio Column Model

Add the Model for the /portfolio/columns endpoints for the Teamwork API
https://developer.teamwork.com/projects/portfolio-boards/columns-inside-a-portfolio-board

gatAll / insert use this end point: /portfolio/boards/{boardId}/columns

* Change getAll to getAllForBoard in Column

The getAll method wasn't really correct, as there isn't a get all method.

You can only get all columns for a given board (the ID of which was
already being passed in), so added ForBoard to the function name

* Add Portfolio Card Model

Add the Model for the /portfolio/cards endpoints for the Teamwork API

Some use special endpoints:
- getAllForColumn: portfolio/columns/{columnId}/cards
- insert: portfolio/columns/{columnId}/cards (this adds a project as a card on the given column)
- update - portfolio/cards/{cardId}/move (this moves the card from one column to another)

v1.2.0: Changes to the notebook call (#39)

05 Oct 10:53
Compare
Choose a tag to compare
* Changes to the notebook call

Added ability to update an existing notebook and updated api fields