Changeset 974
- Timestamp:
- 01/29/2009 09:59:55 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r960 r974 3 3 4 4 define ( 'BP_ACTIVITY_IS_INSTALLED', 1 ); 5 define ( 'BP_ACTIVITY_VERSION', '1.0b 1.1' );5 define ( 'BP_ACTIVITY_VERSION', '1.0b2' ); 6 6 define ( 'BP_ACTIVITY_DB_VERSION', '937' ); 7 7 -
trunk/bp-blogs.php
r960 r974 2 2 require_once( 'bp-core.php' ); 3 3 4 define ( 'BP_BLOGS_VERSION', '1.0b 1' );4 define ( 'BP_BLOGS_VERSION', '1.0b2' ); 5 5 define ( 'BP_BLOGS_DB_VERSION', '937' ); 6 6 -
trunk/bp-core.php
r972 r974 2 2 3 3 /* Define the current version number for checking if DB tables are up to date. */ 4 define( 'BP_CORE_VERSION', '1.0b 1' );4 define( 'BP_CORE_VERSION', '1.0b2' ); 5 5 define( 'BP_CORE_DB_VERSION', '937' ); 6 6 -
trunk/bp-forums.php
r970 r974 9 9 require_once( 'bp-core.php' ); 10 10 11 define ( 'BP_FORUMS_VERSION', '1.0b 1' );11 define ( 'BP_FORUMS_VERSION', '1.0b2' ); 12 12 13 13 include_once( 'bp-forums/bp-forums-admin.php' ); -
trunk/bp-friends.php
r960 r974 3 3 4 4 define ( 'BP_FRIENDS_IS_INSTALLED', 1 ); 5 define ( 'BP_FRIENDS_VERSION', '1.0b 1' );5 define ( 'BP_FRIENDS_VERSION', '1.0b2' ); 6 6 define ( 'BP_FRIENDS_DB_VERSION', '937' ); 7 7 -
trunk/bp-groups.php
r971 r974 3 3 4 4 define ( 'BP_GROUPS_IS_INSTALLED', 1 ); 5 define ( 'BP_GROUPS_VERSION', '1.0b 1' );5 define ( 'BP_GROUPS_VERSION', '1.0b2' ); 6 6 define ( 'BP_GROUPS_DB_VERSION', '951' ); 7 7 -
trunk/bp-messages.php
r960 r974 3 3 4 4 define ( 'BP_MESSAGES_IS_INSTALLED', 1 ); 5 define ( 'BP_MESSAGES_VERSION', '1.0b 1' );5 define ( 'BP_MESSAGES_VERSION', '1.0b2' ); 6 6 define ( 'BP_MESSAGES_DB_VERSION', '948' ); 7 7 -
trunk/bp-wire.php
r960 r974 3 3 4 4 define ( 'BP_WIRE_IS_INSTALLED', 1 ); 5 define ( 'BP_WIRE_VERSION', '1.0b 1' );5 define ( 'BP_WIRE_VERSION', '1.0b2' ); 6 6 7 7 define ( 'BP_WIRE_SLUG', apply_filters( 'bp_wire_slug', 'wire' ) ); -
trunk/bp-xprofile.php
r960 r974 3 3 4 4 /* Set the version number */ 5 define ( 'BP_XPROFILE_VERSION', '1.0b 1' );5 define ( 'BP_XPROFILE_VERSION', '1.0b2' ); 6 6 define ( 'BP_XPROFILE_DB_VERSION', '948' ); 7 7 -
trunk/buddypress-theme/buddypress-home/style.css
r727 r974 2 2 Theme Name: BuddyPress Home Theme 3 3 Theme URI: http://buddypress.com/ 4 Description: The theme for the home of an install5 Version: 1.0b 14 Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress. 5 Version: 1.0b2 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com -
trunk/buddypress-theme/member-themes/buddypress-member/style.css
r768 r974 2 2 Theme Name: BuddyPress Member Theme 3 3 Theme URI: http://buddypress.org 4 Description: The default member theme for BuddyPress. <strong>DO NOT ACTIVATE THIS THEME.</strong> It will be activated automatically for members.5 Version: 1.0b 14 Description: The default member theme for BuddyPress. This theme handles all non-blog pages. 5 Version: 1.0b2 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com
Note: See TracChangeset
for help on using the changeset viewer.