Changeset 160096
- Timestamp:
- 10/03/2009 01:38:39 AM (17 years ago)
- Location:
- shibboleth/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
shibboleth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shibboleth/trunk/readme.txt
r160093 r160096 105 105 == Changelog == 106 106 107 = version 1.3 ( TBD) =107 = version 1.3 (2009-10-02) = 108 108 - required WordPress version bumped to 2.8 109 109 - much cleaner integration with WordPress authentication system 110 110 - individual user profile fields can be designated as managed by Shibboleth 111 - start of support for i18n. If anyone is willing to provide translations, please contact the plugin author 111 112 112 113 = version 1.2 (2009-04-21) = -
shibboleth/trunk/shibboleth.php
r160057 r160096 30 30 31 31 shibboleth_add_option('shibboleth_login_url', get_option('home') . '/Shibboleth.sso/Login'); 32 shibboleth_add_option('shibboleth_default_login', true);32 shibboleth_add_option('shibboleth_default_login', false); 33 33 shibboleth_add_option('shibboleth_logout_url', get_option('home') . '/Shibboleth.sso/Logout'); 34 34
Note: See TracChangeset
for help on using the changeset viewer.