Update of /cvsroot/phpwebsite-comm/modules/openid/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27790/boost
Modified Files:
boost.php update.php
Log Message:
Preparing for 1.0.1 release
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/boost.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** boost.php 4 Feb 2008 04:54:30 -0000 1.1.1.1
--- boost.php 24 May 2008 14:53:54 -0000 1.2
***************
*** 24,28 ****
$proper_name = 'OpenID';
! $version = '1.0.0';
$register = FALSE;
$unregister = FALSE;
--- 24,28 ----
$proper_name = 'OpenID';
! $version = '1.0.1';
$register = FALSE;
$unregister = FALSE;
***************
*** 32,36 ****
$version_http = 'http://www.meiste.com/phpws_updates/openid.xml';
$about = TRUE;
! $priority = 50;
$dependency = TRUE;
--- 32,36 ----
$version_http = 'http://www.meiste.com/phpws_updates/openid.xml';
$about = TRUE;
! $priority = 15;
$dependency = TRUE;
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/update.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** update.php 4 Feb 2008 04:54:30 -0000 1.1.1.1
--- update.php 24 May 2008 14:53:54 -0000 1.2
***************
*** 27,31 ****
switch ($currentVersion)
{
! /* No updates. */
}
--- 27,33 ----
switch ($currentVersion)
{
! case version_compare($currentVersion, '1.0.1', '<'):
! $content[] = '- Changed module priority so it starts sooner.';
! $content[] = '- Now using PHP OpenID 2.0.1 library.';
}
|