Skip to:
Content

BuddyPress.org

Changeset 5056


Ignore:
Timestamp:
08/30/2011 01:02:50 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 1.5-beta-3. Update readme.txt changelog.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r4961 r5056  
    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-2
     7 * Version:     1.5-beta-3
    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-2' );
     20    define( 'BP_VERSION', '1.5-beta-3' );
    2121
    2222// Define the database version
    2323if ( !defined( 'BP_DB_VERSION' ) )
    24     define( 'BP_DB_VERSION', 3806 );
     24    define( 'BP_DB_VERSION', 3816 );
    2525
    2626// Place your custom code (actions/filters) in a file called
  • trunk/bp-themes/bp-default/functions.php

    r5051 r5056  
    140140function bp_dtheme_enqueue_scripts() {
    141141    // Bump this when changes are made to bust cache
    142     $version = '20110818';
     142    $version = '20110830';
    143143
    144144    // Enqueue the global JS - Ajax will not work without it
     
    179179function bp_dtheme_enqueue_styles() {
    180180    // Bump this when changes are made to bust cache
    181     $version = '20110829';
     181    $version = '20110830';
    182182
    183183    // Default CSS
  • trunk/bp-themes/bp-default/rtl.css

    r4924 r5056  
    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-2
     5 * Version: 1.5-beta-3
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • trunk/bp-themes/bp-default/style.css

    r4924 r5056  
    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-2
     5 * Version: 1.5-beta-3
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • trunk/readme.txt

    r5042 r5056  
    44Requires at least: 3.2
    55Tested up to: 3.2.1
    6 Stable tag: 1.5-beta-2
     6Stable tag: 1.5-beta-3
    77
    88Social networking in a box. Build a social network for your company, school, sports team or niche community.
     
    8585== Upgrade Notice ==
    8686
     87= 1.5-beta-3 =
     88Fixed debug notices
     89Fixed user spam/unspam issues
     90Fixed single-site activity stream actions
     91Added responsive CSS to bp-default
     92Refreshed screenshots
     93Updated readme.txt
     94RTL improvements
     95
    8796= 1.5-beta-2 =
    8897Fixed debug notices
Note: See TracChangeset for help on using the changeset viewer.