Releases: lesstif/php-jira-rest-client
Releases · lesstif/php-jira-rest-client
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
Support monolog v2/v3 both
Support PHP 8.2
Adapt to PHP 8.2's new feature - Dynamic Properties are deprecated, See #486 , #487