Skip to:
Content

BuddyPress.org

Changeset 4893


Ignore:
Timestamp:
07/29/2011 03:06:40 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump version numbers to 1.5-beta-1.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

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

    r4884 r4893  
    137137   
    138138    // Bump this when changes are made to bust cache
    139     $version = '20110727';
     139    $version = '20110729';
    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 = '20110727';
     171    $version = '20110729';
    172172   
    173173    // Default CSS
  • trunk/bp-themes/bp-default/style.css

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

    r4523 r4893  
    22Contributors: apeatling, johnjamesjacoby, MrMaz, DJPaul, boonebgorges
    33Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, social, community, networks, networking, cms
    4 Requires at least: 3.1
     4Requires at least: 3.2
    55Tested up to: 3.2
    6 Stable tag: 1.2.7
     6Stable tag: 1.5-beta-1
    77
    88== Description ==
     
    6666= Where can I report a bug? =
    6767
    68 Bugs can be reported here: http://trac.buddypress.org/newticket/
     68Bugs can be reported here: http://buddypress.trac.wordpress.org/newticket/
    6969
    7070= Where can checkout the latest bleeding edge? =
    7171
    72 BuddyPress subversion trunk can be found at: http://svn.buddypress.org/trunk/
     72BuddyPress subversion trunk can be found at: http://buddypress.svn.wordpress.org/trunk/
    7373
    7474== Screenshots ==
     
    81816. **Discussion Forums** - Full powered discussion forums built directly into groups allow for more conventional in-depth conversations.
    82827. **WordPress Blogging** - Start a blog built on the best blogging software in the world. Even allow each of your users to start their own full powered WordPress blog (with WordPress MU). Track new posts and comments across your site.
     838. **User Settings** - Allow your users to adjust their profile and notification settings right from within their accounts, with full theme integration and the ability to disable it.
    8384
    8485== Languages ==
     
    110111== Upgrade Notice ==
    111112
    112 = 1.2.7 =
     113
     114= 1.5-beta-1 =
     115792 tickets closed
     116494 confirmed bug fixes
     1172,161 total code changes since
     118484 pizzas consumed
     119
     120= 1.2.9 =
     121Compatibility with WordPress 3.2
     122
     123= 1.2.8 =
     124Compatibility with WordPress 3.1= 1.2.7 =
    113125Fixes over 10 bugs.
    114126
Note: See TracChangeset for help on using the changeset viewer.