Changeset 5056
- Timestamp:
- 08/30/2011 01:02:50 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r4961 r5056 5 5 * 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. 6 6 * Author: The BuddyPress Community 7 * Version: 1.5-beta- 27 * Version: 1.5-beta-3 8 8 * Author URI: http://buddypress.org/community/members/ 9 9 * Network: true … … 18 18 // Define the BuddyPress version 19 19 if ( !defined( 'BP_VERSION' ) ) 20 define( 'BP_VERSION', '1.5-beta- 2' );20 define( 'BP_VERSION', '1.5-beta-3' ); 21 21 22 22 // Define the database version 23 23 if ( !defined( 'BP_DB_VERSION' ) ) 24 define( 'BP_DB_VERSION', 38 06 );24 define( 'BP_DB_VERSION', 3816 ); 25 25 26 26 // Place your custom code (actions/filters) in a file called -
trunk/bp-themes/bp-default/functions.php
r5051 r5056 140 140 function bp_dtheme_enqueue_scripts() { 141 141 // Bump this when changes are made to bust cache 142 $version = '201108 18';142 $version = '20110830'; 143 143 144 144 // Enqueue the global JS - Ajax will not work without it … … 179 179 function bp_dtheme_enqueue_styles() { 180 180 // Bump this when changes are made to bust cache 181 $version = '201108 29';181 $version = '20110830'; 182 182 183 183 // Default CSS -
trunk/bp-themes/bp-default/rtl.css
r4924 r5056 3 3 * Theme URI: http://buddypress.org/extend/themes/ 4 4 * 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- 25 * Version: 1.5-beta-3 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/bp-themes/bp-default/style.css
r4924 r5056 3 3 * Theme URI: http://buddypress.org/extend/themes/ 4 4 * 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- 25 * Version: 1.5-beta-3 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/readme.txt
r5042 r5056 4 4 Requires at least: 3.2 5 5 Tested up to: 3.2.1 6 Stable tag: 1.5-beta- 26 Stable tag: 1.5-beta-3 7 7 8 8 Social networking in a box. Build a social network for your company, school, sports team or niche community. … … 85 85 == Upgrade Notice == 86 86 87 = 1.5-beta-3 = 88 Fixed debug notices 89 Fixed user spam/unspam issues 90 Fixed single-site activity stream actions 91 Added responsive CSS to bp-default 92 Refreshed screenshots 93 Updated readme.txt 94 RTL improvements 95 87 96 = 1.5-beta-2 = 88 97 Fixed debug notices
Note: See TracChangeset
for help on using the changeset viewer.