Skip to content

Adyen PHP API Library v28.3.1

Choose a tag to compare

@andrej-gajduk-adyen andrej-gajduk-adyen released this 24 Jul 08:39
· 100 commits to main since this release

What's Changed

Fixes ⛑️

  • Guards the two curl_close($ch) calls in CurlClient.php with is_resource($ch) so they only run on PHP < 8.0, avoiding the PHP 8.5 deprecation notice while preserving cleanup on older PHP versions (fixes #918)

Full Changelog: v28.3.0...v28.3.1