Releases: loduis/teamwork.com-project-management
Releases · loduis/teamwork.com-project-management
v2.0.0
v1.4.1
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- allow tags to be set on time entries by @paulsheldrake in #51
- Fix php notice for array by @paulsheldrake in #49
- Adding field for linking TW Desk Ticket ID to Task Creation by @joesken in #54
New Contributors
- @paulsheldrake made their first contribution in #51
- @joesken made their first contribution in #54
Full Changelog: v1.3.2...v1.4.0
Release 1.3.2
v1.3.2 Prevent "Warning: Invalid argument supplied for foreach() in [...]\ve…
Throw exception in json response
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
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)
* Changes to the notebook call Added ability to update an existing notebook and updated api fields