|
From: Greg M. <bli...@us...> - 2008-07-11 16:23:31
|
Update of /cvsroot/phpwebsite-comm/modules/openid/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31841/docs Modified Files: ChangeLog INSTALL Log Message: Adding remove_user.php to support new User mod feature. Index: INSTALL =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/docs/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- INSTALL 11 Jul 2008 16:23:33 -0000 1.2 *************** *** 5,10 **** ===== IMPORTANT ===== ! This version of the OpenID module requires phpWebSite 1.2.0 or higher. You ! have to install phpWebSite >= 1.2.0 first - earlier versions of phpWebSite will not work. --- 5,10 ---- ===== IMPORTANT ===== ! This version of the OpenID module requires phpWebSite 1.5.2 or higher. You ! have to install phpWebSite >= 1.5.2 first - earlier versions of phpWebSite will not work. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/docs/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 24 May 2008 14:53:55 -0000 1.3 --- ChangeLog 11 Jul 2008 16:23:33 -0000 1.4 *************** *** 3,6 **** --- 3,10 ---- + *cvs + + RFE #1988287: Added remove_user.php to support new User mod feature. + *openid-1.0.1 (24 May 2008) |