Skip to:
Content

BuddyPress.org

Changeset 4924


Ignore:
Timestamp:
08/04/2011 08:05:26 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump to 1.5-beta-2

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r4893 r4924  
    55 * Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    66 * Author:      The BuddyPress Community
    7  * Version:     1.5-beta-1
     7 * Version:     1.5-beta-2
    88 * Author URI:  http://buddypress.org/community/members/
    99 * Network:     true
     
    1818// Define the BuddyPress version
    1919if ( !defined( 'BP_VERSION' ) )
    20     define( 'BP_VERSION', '1.5-beta-1' );
     20    define( 'BP_VERSION', '1.5-beta-2' );
    2121
    2222// Define the database version
  • trunk/bp-themes/bp-default/functions.php

    r4914 r4924  
    137137   
    138138    // Bump this when changes are made to bust cache
    139     $version = '20110729';
     139    $version = '20110804';
    140140   
    141141    // Enqueue the global JS - Ajax will not work without it
     
    169169
    170170    // Bump this when changes are made to bust cache
    171     $version = '20110731b';
     171    $version = '20110804';
    172172   
    173173    // Default CSS
  • trunk/bp-themes/bp-default/rtl.css

    r4907 r4924  
    33 * Theme URI: http://buddypress.org/extend/themes/
    44 * Description: Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor.
    5  * Version: 1.5-beta-1
     5 * Version: 1.5-beta-2
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • trunk/bp-themes/bp-default/style.css

    r4893 r4924  
    33 * Theme URI: http://buddypress.org/extend/themes/
    44 * Description: Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor.
    5  * Version: 1.5-beta-1
     5 * Version: 1.5-beta-2
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • trunk/readme.txt

    r4893 r4924  
    3838You will need to enable permalink support in your WordPress installation for BuddyPress pages to function correctly. You can set this up using the "Settings > Permalinks" menu in your WordPress admin area.
    3939
    40 Finally, you will need to activate a BuddyPress compatible theme. Two BuddyPress themes are bundled with the plugin, you can activate these using the "Appearance > Themes" menu in your WordPress admin area. To install other BuddyPress compatible themes, use the "Appearance > Add New Themes" menu and select the "buddypress" checkbox before hitting the "Find Themes" button.
     40Finally, you will need to activate a BuddyPress compatible theme. BuddyPress comes with one, and you can activate it using the "Appearance > Themes" menu in your WordPress admin area. To install other BuddyPress compatible themes, use the "Appearance > Add New Themes" menu and select the "buddypress" checkbox before hitting the "Find Themes" button.
    4141
    4242--- Forums Support ---
     
    111111== Upgrade Notice ==
    112112
     113= 1.5-beta-2 =
     114Fixed debug notices
     115Fixed bp-pages issues
     116Fixed group extension messages
     117Fixed login redirect handling
     118Fixed incorrect BP_Component action names
     119Fixed references to 1.2 in PHPDoc
     120RTL improvements
     121Removed sidebar gradient from bp-default
     122
    113123
    114124= 1.5-beta-1 =
Note: See TracChangeset for help on using the changeset viewer.