Skip to:
Content

BuddyPress.org

Changeset 1878


Ignore:
Timestamp:
09/14/2009 09:03:41 PM (17 years ago)
Author:
apeatling
Message:

Updated internal version numbers to 1.1-beta

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r1844 r1878  
    11<?php
    22
    3 define ( 'BP_ACTIVITY_DB_VERSION', '1750' );
     3define ( 'BP_ACTIVITY_DB_VERSION', '1800' );
    44
    55/* Define the slug for the component */
  • trunk/bp-blogs.php

    r1852 r1878  
    11<?php
    22
    3 define ( 'BP_BLOGS_DB_VERSION', '1700' );
     3define ( 'BP_BLOGS_DB_VERSION', '1800' );
    44
    55/* Define the slug for the component */
  • trunk/bp-core.php

    r1877 r1878  
    22
    33/* Define the current version number for checking if DB tables are up to date. */
    4 define( 'BP_CORE_DB_VERSION', '1700' );
     4define( 'BP_CORE_DB_VERSION', '1800' );
    55
    66/***
  • trunk/bp-friends.php

    r1852 r1878  
    11<?php
    22
    3 define ( 'BP_FRIENDS_DB_VERSION', '1700' );
     3define ( 'BP_FRIENDS_DB_VERSION', '1800' );
    44
    55/* Define the slug for the component */
  • trunk/bp-groups.php

    r1858 r1878  
    11<?php
    22
    3 define ( 'BP_GROUPS_DB_VERSION', '1711' );
     3define ( 'BP_GROUPS_DB_VERSION', '1800' );
    44
    55/* Define the slug for the component */
  • trunk/bp-loader.php

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

    r1809 r1878  
    11<?php
    22
    3 define ( 'BP_MESSAGES_DB_VERSION', '1700' );
     3define ( 'BP_MESSAGES_DB_VERSION', '1800' );
    44
    55/* Define the slug for the component */
  • trunk/bp-themes/bp-default/style.css

    r1843 r1878  
    33Theme URI: http://buddypress.org/extend/themes/
    44Description: The default theme for BuddyPress.
    5 Version: 1.1-pre
     5Version: 1.1-beta
    66Author: BuddyPress.org
    77Author URI: http://buddypress.org
  • trunk/bp-themes/bp-sn-parent/style.css

    r1661 r1878  
    33Theme URI: http://buddypress.org/extend/themes/
    44Description: The social network theme framework for BuddyPress. This theme should not be activated and used directly. BuddyPress themes can be downloaded at: <a href="http://buddypress.org/extend/themes/">http://buddypress.org/extend/themes/</a>
    5 Version: 1.1-pre
     5Version: 1.1-beta
    66Author: BuddyPress.org
    77Author URI: http://buddypress.org
  • trunk/bp-xprofile.php

    r1877 r1878  
    11<?php
    2 define ( 'BP_XPROFILE_DB_VERSION', '1705' );
     2define ( 'BP_XPROFILE_DB_VERSION', '1800' );
    33
    44/* Define the slug for the component */
  • trunk/readme.txt

    r1698 r1878  
    44Requires at least: 2.8.4
    55Tested up to: 2.8.4
    6 Stable tag: 1.1-pre
     6Stable tag: 1.1-beta
    77
    88BuddyPress is a suite of WordPress MU social networking plugins and themes.
     
    2929--- Themes: ---
    3030
    31 1. Move "/wp-content/plugins/buddypress/bp-themes/bp-sn-framework" and
     311. Move "/wp-content/plugins/buddypress/bp-themes/bp-sn-parent" and
    3232   "/wp-content/plugins/buddypress/bp-themes/bp-default" to "/wp-content/themes/"
    3333
Note: See TracChangeset for help on using the changeset viewer.