Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit d3e589c

Browse files
authored
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
1 parent f68aae1 commit d3e589c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/OpenID.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* The library version string
2222
*/
23-
define('Auth_OpenID_VERSION', '2.2.2');
23+
define('Auth_OpenID_VERSION', '3.0.3');
2424

2525
/**
2626
* Require the fetcher code.

0 commit comments

Comments
 (0)