Releases: stevenmaguire/trello-php
Releases · stevenmaguire/trello-php
1.0.0
0.5.3
Added
- Nothing
Deprecated
- Nothing
Fixed
- Update updateCardCustomField method to use send request as JSON with body
Removed
- Nothing
Security
- Nothing
0.5.2
Added
- Nothing
Deprecated
- Nothing
Fixed
- Update path mapping for updateCardCustomField method
Removed
- Nothing
Security
- Nothing
0.5.1
Added
- Added support for getting a custom fields for a given card
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.5.0
Added
- Added support for custom fields - https://developers.trello.com/docs/getting-started-custom-fields
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.4.1
0.4.0
Added
- Add support for HTTP proxy configuration.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.3.6
Added
- Add support for RequestExceptions that do not have a Response object.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.3.5
Added
- Update Http client to handle file upload successfully.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.3.4
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