Actions
Bug #8411
closedGuzzle 7 removed ClientInterface::VERSION
Description
This makes version checking Guzzle a lot harder now. A MAJOR_VERSION constant was added to at least know what major version is loaded. AWS uses the below which we should turn into a utility function to solve this issue.
https://github.com/aws/aws-sdk-php/blob/master/src/functions.php#L318
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1635
Note the fix only adds the utility function and fixes usages in core CB. The following plugins will need to use the function once available.
CB Auto Actions (Request action)
CB Connect (Provider classes)
CB Paid Subscriptions (Guzzle HTTP function)
Actions