Skip to content

Releases: chaplean/kanbanize-api-client-bundle

1.1.0

06 Jun 13:29
a079069
Compare
Choose a tag to compare

Breaking changes:
None

New features:

  • postCreateTask updated:
    • Optional request parameters workflow, workflowid and workflowname added.

Bug fixes:
None

Kanbanize API v1/v2 first release

09 May 10:01
983d8aa
Compare
Choose a tag to compare

First official release of this Kanbanize API Client for Symfony 3/4

New features:

  • Partial implementation of the version 1 and 2 of Kanbanize API
    • For version 1 API, you can:
      • Get projects and boards
      • Get board structure
      • Get full board structure
      • Get board settings
      • Get board activities
      • Create a new task
      • Get details for one task
      • Get details for many task
      • Get all tasks for one board
      • Get log time activities
    • For version 2 API, you can:
      • Get a list of child cards
      • Make a card a child of a given card
      • Get a list of parent cards
      • Make a card a parent of a given card
      • Get a list of predecessor cards
      • Make a card a predecessor of a given card
      • Get a list of successor cards
      • Make a card a successor of a given card

Bug fixes:
None