Index: trunk/extensions/OpenID/OpenID.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | |
35 | 35 | require_once("SpecialPage.php"); |
36 | 36 | |
37 | | - define('MEDIAWIKI_OPENID_VERSION', '0.6.1'); |
| 37 | + define('MEDIAWIKI_OPENID_VERSION', '0.7.0'); |
38 | 38 | |
39 | 39 | $wgExtensionFunctions[] = 'setupOpenID'; |
40 | 40 | $wgExtensionCredits['other'][] = array('name' => 'OpenID', |
Index: trunk/extensions/OpenID/README |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | MediaWiki OpenID extension |
3 | 3 | |
4 | | -version 0.6.1 |
5 | | -29 Nov 2006 |
| 4 | +version 0.7.0 |
| 5 | +14 Sep 2007 |
6 | 6 | |
7 | 7 | This is the README file for the OpenID extension for MediaWiki |
8 | 8 | software. The extension is only useful if you've got a MediaWiki |
— | — | @@ -55,24 +55,22 @@ |
56 | 56 | |
57 | 57 | == Pre-requisites == |
58 | 58 | |
59 | | -This software has been tested in production with MediaWiki 1.6.x, |
60 | | -1.7.x and 1.8.x. It may or may not work with earlier or later |
61 | | -versions, but I'm interested in making later versions work, and I'd be |
62 | | -happy to make minor changes to make older, unsupported versions work |
63 | | -too. |
| 59 | +This software has been tested in production with MediaWiki 1.10.x. It |
| 60 | +may or may not work with earlier or later versions, but I'm interested |
| 61 | +in making later versions work, and I'd be happy to make minor changes |
| 62 | +to make older, unsupported versions work too. |
64 | 63 | |
65 | 64 | The software depends on the OpenIDEnabled.com PHP library for OpenID, |
66 | 65 | which in turn depends on the OpenIDEnabled.com PHP library for YADIS. |
67 | 66 | At the time of this writing, info on installing these libraries was |
68 | 67 | available here: |
69 | 68 | |
70 | | - http://www.openidenabled.com/openid/libraries/php |
71 | | - http://www.openidenabled.com/yadis/libraries/php |
| 69 | + http://www.openidenabled.com/php-openid/ |
72 | 70 | |
73 | | -The last version tested with is 1.2.0. There are also some required |
74 | | -extensions; see the OpenIDEnabled documentation for details. This |
75 | | -software has been tested with the gmp and curl extension installed, |
76 | | -and it's recommended that you install them, too. |
| 71 | +The last version tested with is 1.2.3 and 2.0.0 rc2. There are also |
| 72 | +some required extensions; see the OpenIDEnabled documentation for |
| 73 | +details. This software has been tested with the gmp and curl PHP |
| 74 | +extensions installed, and it's recommended that you install them, too. |
77 | 75 | |
78 | 76 | Note that some versions of MediaWiki overwrite the PHP library path in |
79 | 77 | LocalSettings.php. You may need to add the path to your PHP library |