Skip to content

Releases: stevenmaguire/trello-php

1.0.0

27 Oct 17:53
b7d689d
Compare
Choose a tag to compare

Added

  • Support for PHP 8 and Guzzle 7

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.5.3

29 Mar 16:44
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Update updateCardCustomField method to use send request as JSON with body

Removed

  • Nothing

Security

  • Nothing

0.5.2

27 Mar 00:45
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Update path mapping for updateCardCustomField method

Removed

  • Nothing

Security

  • Nothing

0.5.1

26 Mar 16:56
Compare
Choose a tag to compare

Added

  • Added support for getting a custom fields for a given card

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.5.0

23 Mar 15:35
984e43f
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.4.1

23 Mar 02:02
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • HTTP client now omits multipart request option when multipart resources are not present - thanks @dragonee

Removed

  • Nothing

Security

  • Nothing

0.4.0

23 Sep 17:26
Compare
Choose a tag to compare

Added

  • Add support for HTTP proxy configuration.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.3.6

26 Oct 18:08
Compare
Choose a tag to compare

Added

  • Add support for RequestExceptions that do not have a Response object.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.3.5

19 Oct 19:37
Compare
Choose a tag to compare

Added

  • Update Http client to handle file upload successfully.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.3.4

05 Oct 15:37
Compare
Choose a tag to compare

Added

  • Add parameters to all Http methods. "Despite using POST and PUT, the Trello API actually expects the values to be in the query string rather than in the request body."
  • Improve thrown exception to check if response body is valid json.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing