Changeset 1522
- Timestamp:
- 06/05/2009 10:23:04 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r1460 r1522 1 1 <?php 2 2 3 define ( 'BP_ACTIVITY_VERSION', '1.0' );4 3 define ( 'BP_ACTIVITY_DB_VERSION', '1300' ); 5 4 -
trunk/bp-blogs.php
r1518 r1522 1 1 <?php 2 2 3 define ( 'BP_BLOGS_VERSION', '1.0' );4 3 define ( 'BP_BLOGS_DB_VERSION', '1300' ); 5 4 -
trunk/bp-core.php
r1521 r1522 1 1 <?php 2 2 /* Define the current version number for checking if DB tables are up to date. */ 3 define( 'BP_CORE_VERSION', '1.0' );4 3 define( 'BP_CORE_DB_VERSION', '1300' ); 5 4 -
trunk/bp-forums.php
r1521 r1522 1 1 <?php 2 3 define ( 'BP_FORUMS_VERSION', '1.0' );4 2 5 3 /* Define the parent forum ID */ -
trunk/bp-friends.php
r1518 r1522 1 1 <?php 2 2 3 define ( 'BP_FRIENDS_VERSION', '1.0' );4 3 define ( 'BP_FRIENDS_DB_VERSION', '1300' ); 5 4 -
trunk/bp-groups.php
r1518 r1522 1 1 <?php 2 2 3 define ( 'BP_GROUPS_VERSION', '1.0' );4 3 define ( 'BP_GROUPS_DB_VERSION', '1300' ); 5 4 -
trunk/bp-loader.php
r1521 r1522 5 5 Description: BuddyPress will add social networking features to a new or existing WordPress MU installation. 6 6 Author: The BuddyPress Community 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: http://buddypress.org/developers/ 9 9 Site Wide Only: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.0 ' );12 define( 'BP_VERSION', '1.0.1' ); 13 13 14 14 /*** -
trunk/bp-messages.php
r1521 r1522 1 1 <?php 2 2 3 define ( 'BP_MESSAGES_VERSION', '1.0' );4 3 define ( 'BP_MESSAGES_DB_VERSION', '1300' ); 5 4 -
trunk/bp-themes/bphome/style.css
r1460 r1522 3 3 Theme URI: http://buddypress.com/ 4 4 Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress. 5 Version: 1.0 5 Version: 1.0.1 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com -
trunk/bp-themes/bpmember/style.css
r1460 r1522 3 3 Theme URI: http://buddypress.org 4 4 Description: The default member theme for BuddyPress. This theme handles all non-blog pages. 5 Version: 1.0 5 Version: 1.0.1 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com -
trunk/bp-wire.php
r1460 r1522 1 1 <?php 2 3 define( 'BP_WIRE_VERSION', '1.0' );4 2 5 3 /* Define the slug for the component */ -
trunk/bp-xprofile.php
r1518 r1522 1 1 <?php 2 2 3 define ( 'BP_XPROFILE_VERSION', '1.0' );4 3 define ( 'BP_XPROFILE_DB_VERSION', '1300' ); 5 4
Note: See TracChangeset
for help on using the changeset viewer.