Skip to:
Content

BuddyPress.org

Changeset 1522


Ignore:
Timestamp:
06/05/2009 10:23:04 PM (16 years ago)
Author:
apeatling
Message:

Bumping internal version numbers to 1.0.1

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r1460 r1522  
    11<?php
    22
    3 define ( 'BP_ACTIVITY_VERSION', '1.0' );
    43define ( 'BP_ACTIVITY_DB_VERSION', '1300' );
    54
  • trunk/bp-blogs.php

    r1518 r1522  
    11<?php
    22
    3 define ( 'BP_BLOGS_VERSION', '1.0' );
    43define ( 'BP_BLOGS_DB_VERSION', '1300' );
    54
  • trunk/bp-core.php

    r1521 r1522  
    11<?php
    22/* Define the current version number for checking if DB tables are up to date. */
    3 define( 'BP_CORE_VERSION', '1.0' );
    43define( 'BP_CORE_DB_VERSION', '1300' );
    54
  • trunk/bp-forums.php

    r1521 r1522  
    11<?php
    2 
    3 define ( 'BP_FORUMS_VERSION', '1.0' );
    42
    53/* Define the parent forum ID */
  • trunk/bp-friends.php

    r1518 r1522  
    11<?php
    22
    3 define ( 'BP_FRIENDS_VERSION', '1.0' );
    43define ( 'BP_FRIENDS_DB_VERSION', '1300' );
    54
  • trunk/bp-groups.php

    r1518 r1522  
    11<?php
    22
    3 define ( 'BP_GROUPS_VERSION', '1.0' );
    43define ( 'BP_GROUPS_DB_VERSION', '1300' );
    54
  • trunk/bp-loader.php

    r1521 r1522  
    55Description: BuddyPress will add social networking features to a new or existing WordPress MU installation.
    66Author: The BuddyPress Community
    7 Version: 1.0
     7Version: 1.0.1
    88Author URI: http://buddypress.org/developers/
    99Site Wide Only: true
    1010*/
    1111
    12 define( 'BP_VERSION', '1.0' );
     12define( 'BP_VERSION', '1.0.1' );
    1313
    1414/***
  • trunk/bp-messages.php

    r1521 r1522  
    11<?php
    22
    3 define ( 'BP_MESSAGES_VERSION', '1.0' );
    43define ( 'BP_MESSAGES_DB_VERSION', '1300' );
    54
  • trunk/bp-themes/bphome/style.css

    r1460 r1522  
    33Theme URI: http://buddypress.com/
    44Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress.
    5 Version: 1.0
     5Version: 1.0.1
    66Author: Andy Peatling
    77Author URI: http://apeatling.wordpress.com
  • trunk/bp-themes/bpmember/style.css

    r1460 r1522  
    33Theme URI: http://buddypress.org
    44Description: The default member theme for BuddyPress. This theme handles all non-blog pages.
    5 Version: 1.0
     5Version: 1.0.1
    66Author: Andy Peatling
    77Author URI: http://apeatling.wordpress.com
  • trunk/bp-wire.php

    r1460 r1522  
    11<?php
    2 
    3 define( 'BP_WIRE_VERSION', '1.0' );
    42
    53/* Define the slug for the component */
  • trunk/bp-xprofile.php

    r1518 r1522  
    11<?php
    22
    3 define ( 'BP_XPROFILE_VERSION', '1.0' );
    43define ( 'BP_XPROFILE_DB_VERSION', '1300' );
    54
Note: See TracChangeset for help on using the changeset viewer.