Skip to:
Content

BuddyPress.org

Changeset 398


Ignore:
Timestamp:
10/23/2008 02:22:33 PM (18 years ago)
Author:
apeatling
Message:

Updating internal component versions

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r394 r398  
    33
    44define ( 'BP_ACTIVITY_IS_INSTALLED', 1 );
    5 define ( 'BP_ACTIVITY_VERSION', '0.1.9' );
     5define ( 'BP_ACTIVITY_VERSION', '0.2' );
    66
    77/* How long before activity items in streams are re-cached? */
  • trunk/bp-blogs.php

    r394 r398  
    33
    44define ( 'BP_BLOGS_IS_INSTALLED', 1 );
    5 define ( 'BP_BLOGS_VERSION', '0.1.2' );
     5define ( 'BP_BLOGS_VERSION', '0.1.3' );
    66
    77/* These will be moved into admin configurable settings */
  • trunk/bp-core.php

    r394 r398  
    11<?php
    22/* Define the current version number for checking if DB tables are up to date. */
    3 define( 'BP_CORE_VERSION', '0.2.5' );
     3define( 'BP_CORE_VERSION', '0.2.6' );
    44
    55/* These components are accessed via the root, and not under a blog name or home base.
  • trunk/bp-friends.php

    r394 r398  
    33
    44define ( 'BP_FRIENDS_IS_INSTALLED', 1 );
    5 define ( 'BP_FRIENDS_VERSION', '0.1.4' );
     5define ( 'BP_FRIENDS_VERSION', '0.1.5' );
    66
    77include_once( 'bp-friends/bp-friends-classes.php' );
  • trunk/bp-messages.php

    r391 r398  
    33
    44define ( 'BP_MESSAGES_IS_INSTALLED', 1 );
    5 define ( 'BP_MESSAGES_VERSION', '0.3.5' );
     5define ( 'BP_MESSAGES_VERSION', '0.3.6' );
    66
    77include_once( 'bp-messages/bp-messages-classes.php' );
  • trunk/bp-wire.php

    r391 r398  
    33
    44define ( 'BP_WIRE_IS_INSTALLED', 1 );
    5 define ( 'BP_WIRE_VERSION', '0.1.1' );
     5define ( 'BP_WIRE_VERSION', '0.1.2' );
    66
    77include_once( 'bp-wire/bp-wire-classes.php' );
  • trunk/bp-xprofile.php

    r394 r398  
    44
    55define ( 'BP_XPROFILE_IS_INSTALLED', 1 );
    6 define ( 'BP_XPROFILE_VERSION', '0.3.10' );
     6define ( 'BP_XPROFILE_VERSION', '0.3.9.1' );
    77
    88require_once( 'bp-xprofile/admin-mods/bp-xprofile-admin-mods.php' );
Note: See TracChangeset for help on using the changeset viewer.