Skip to content

v4.0.0

Choose a tag to compare

@kdambekalns kdambekalns released this 14 Dec 15:08
· 25 commits to main since this release
v4.0.0
69e2446

This release makes OAuthController::getServiceType() a static public function and therefore requires implementations which subclass OAuthController to be adjusted accordingly. It is changed in order to allow PHP 8 based applications detect service types properly in OAuthController without having to instantiate all client implementations.

Full Changelog: v3.4.0...v4.0.0