From d3e589c7575e4cb4498dc95a4cdaa35c2ad240e5 Mon Sep 17 00:00:00 2001 From: Florent De'Neve Date: Fri, 20 Nov 2020 17:46:41 +0000 Subject: [PATCH] Update Auth_OpenID_VERSION (#161) This fixes the User-Agent improperly reported as `php-openid/2.2.2` via the `Auth_OpenID_USER_AGENT` define --- Auth/OpenID.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/OpenID.php b/Auth/OpenID.php index 1a4eb8df..ba26c012 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.2.2'); +define('Auth_OpenID_VERSION', '3.0.3'); /** * Require the fetcher code.