Changeset 123
- Timestamp:
- 11/12/07 20:29:14 (1 year ago)
- Files:
-
- branches/RB-0.9/wp-infocard/pw-config.php (modified) (1 diff)
- branches/RB-0.9/wp-infocard/wp-infocard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RB-0.9/wp-infocard/pw-config.php
r115 r123 8 8 define ('PW_PLUGINPATH', '/wp-content/plugins/wp-infocard'); 9 9 define ('PW_VERSION', 'v0.9'); 10 define ('PW_VERSION_DATE', '1 0/10/07');10 define ('PW_VERSION_DATE', '11/12/07'); 11 11 define ('PW_USECAPTCHAS', false ); 12 12 define ('PW_DEBUG_ON', get_settings('pw_debug_on')); branches/RB-0.9/wp-infocard/wp-infocard.php
r117 r123 4 4 Plugin URI: http://code.pamelaproject.com/wiki/PWwordpress 5 5 Description: This plugin adds functionality to register and login with "information cards", part of the Identity Metasystem web services framework. Once it is activated, go to the "Options" menu and click on "Information Cards" to see what to do next. 6 Version: v0.9 R1 176 Version: v0.9 R122 7 7 Author: K. Cameron, P. Dingle, and more 8 8 Author URI: https://pamelaproject.com/svn/pw/pwcommon/legal/CONTRIBUTORS
