Skip to:
Content

BuddyPress.org

Changeset 6075


Ignore:
Timestamp:
06/13/2012 06:39:29 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump 1.5 branch to 1.5.6.

Location:
branches/1.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-loader.php

    r5946 r6075  
    1818// Define the BuddyPress version
    1919if ( !defined( 'BP_VERSION' ) )
    20     define( 'BP_VERSION', '1.5.5' );
     20    define( 'BP_VERSION', '1.5.6' );
    2121
    2222// Define the database version
    2323if ( !defined( 'BP_DB_VERSION' ) )
    24     define( 'BP_DB_VERSION', 3820 );
     24    define( 'BP_DB_VERSION', 3830 );
    2525
    2626// Place your custom code (actions/filters) in a file called
  • branches/1.5/bp-themes/bp-default/style.css

    r5946 r6075  
    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.5
     5 * Version: 1.5.6
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • branches/1.5/readme.txt

    r5946 r6075  
    33Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, social, community, networks, networking, cms
    44Requires at least: 3.3
    5 Tested up to: 3.3.1
    6 Stable tag: 1.5.5
     5Tested up to: 3.4
     6Stable tag: 1.5.6
    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.6 =
     88* Compatibility with WordPress 3.4
     89
    8790= 1.5.5 =
    8891* Security upgrade
Note: See TracChangeset for help on using the changeset viewer.