Releases: lesstif/php-jira-rest-client
Releases · lesstif/php-jira-rest-client
Release V5.10.0
Fixed Curl bug and merege new feature Board List
fixed get custom field api's endpoint and made it work.
Fix constructor for Version class
Set types correctly for Version class
Allow NULL field for setParent method
Merged several small PR
add missing field to Version
- added add $startDate, $userStartDate to Version
- change the setter function name with data type postfix, for example setReleaseDateAsDateTime(), setReleaseDateAsString()
improvement PHP 8.2 support
- explicit properties declaration in Version, Project class