Changeset 398
- Timestamp:
- 10/23/2008 02:22:33 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
bp-activity.php (modified) (1 diff)
-
bp-blogs.php (modified) (1 diff)
-
bp-core.php (modified) (1 diff)
-
bp-friends.php (modified) (1 diff)
-
bp-messages.php (modified) (1 diff)
-
bp-wire.php (modified) (1 diff)
-
bp-xprofile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r394 r398 3 3 4 4 define ( 'BP_ACTIVITY_IS_INSTALLED', 1 ); 5 define ( 'BP_ACTIVITY_VERSION', '0. 1.9' );5 define ( 'BP_ACTIVITY_VERSION', '0.2' ); 6 6 7 7 /* How long before activity items in streams are re-cached? */ -
trunk/bp-blogs.php
r394 r398 3 3 4 4 define ( 'BP_BLOGS_IS_INSTALLED', 1 ); 5 define ( 'BP_BLOGS_VERSION', '0.1. 2' );5 define ( 'BP_BLOGS_VERSION', '0.1.3' ); 6 6 7 7 /* These will be moved into admin configurable settings */ -
trunk/bp-core.php
r394 r398 1 1 <?php 2 2 /* Define the current version number for checking if DB tables are up to date. */ 3 define( 'BP_CORE_VERSION', '0.2. 5' );3 define( 'BP_CORE_VERSION', '0.2.6' ); 4 4 5 5 /* These components are accessed via the root, and not under a blog name or home base. -
trunk/bp-friends.php
r394 r398 3 3 4 4 define ( 'BP_FRIENDS_IS_INSTALLED', 1 ); 5 define ( 'BP_FRIENDS_VERSION', '0.1. 4' );5 define ( 'BP_FRIENDS_VERSION', '0.1.5' ); 6 6 7 7 include_once( 'bp-friends/bp-friends-classes.php' ); -
trunk/bp-messages.php
r391 r398 3 3 4 4 define ( 'BP_MESSAGES_IS_INSTALLED', 1 ); 5 define ( 'BP_MESSAGES_VERSION', '0.3. 5' );5 define ( 'BP_MESSAGES_VERSION', '0.3.6' ); 6 6 7 7 include_once( 'bp-messages/bp-messages-classes.php' ); -
trunk/bp-wire.php
r391 r398 3 3 4 4 define ( 'BP_WIRE_IS_INSTALLED', 1 ); 5 define ( 'BP_WIRE_VERSION', '0.1. 1' );5 define ( 'BP_WIRE_VERSION', '0.1.2' ); 6 6 7 7 include_once( 'bp-wire/bp-wire-classes.php' ); -
trunk/bp-xprofile.php
r394 r398 4 4 5 5 define ( 'BP_XPROFILE_IS_INSTALLED', 1 ); 6 define ( 'BP_XPROFILE_VERSION', '0.3. 10' );6 define ( 'BP_XPROFILE_VERSION', '0.3.9.1' ); 7 7 8 8 require_once( 'bp-xprofile/admin-mods/bp-xprofile-admin-mods.php' );
Note: See TracChangeset
for help on using the changeset viewer.