Skip to:
Content

BuddyPress.org

Changeset 5629


Ignore:
Timestamp:
01/10/2012 05:55:15 PM (13 years ago)
Author:
boonebgorges
Message:

Bumps version numbers to 1.5.3

Location:
branches/1.5
Files:
5 edited

Legend:

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

    r5543 r5629  
    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.2
     7 * Version:     1.5.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.2' );
     20    define( 'BP_VERSION', '1.5.3' );
    2121
    2222// Define the database version
  • branches/1.5/bp-themes/bp-default/functions.php

    r5538 r5629  
    140140function bp_dtheme_enqueue_scripts() {
    141141    // Bump this when changes are made to bust cache
    142     $version = '20111013';
     142    $version = '20120110';
    143143
    144144    // Enqueue the global JS - Ajax will not work without it
     
    183183   
    184184    // Bump this when changes are made to bust cache
    185     $version = '20111013';
     185    $version = '20120110';
    186186
    187187    // Register our main stylesheet
  • branches/1.5/bp-themes/bp-default/rtl.css

    r5543 r5629  
    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.2
     5 * Version: 1.5.3
    66 * Author: the BuddyPress team
    77 * Author URI: http://buddypress.org
  • branches/1.5/bp-themes/bp-default/style.css

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

    r5543 r5629  
    44Requires at least: 3.3
    55Tested up to: 3.3
    6 Stable tag: 1.5.2
     6Stable tag: 1.5.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.3 =
     88* Fixes 6 minor bugs/notices
     89* See http://codex.buddypress.org/releases/version-1-5-3/
     90
    8791= 1.5.2 =
    8892* Compatibility with WordPress 3.3
Note: See TracChangeset for help on using the changeset viewer.