Changeset 4924
- Timestamp:
- 08/04/2011 08:05:26 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
bp-loader.php (modified) (2 diffs)
-
bp-themes/bp-default/functions.php (modified) (2 diffs)
-
bp-themes/bp-default/rtl.css (modified) (1 diff)
-
bp-themes/bp-default/style.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r4893 r4924 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- 17 * Version: 1.5-beta-2 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- 1' );20 define( 'BP_VERSION', '1.5-beta-2' ); 21 21 22 22 // Define the database version -
trunk/bp-themes/bp-default/functions.php
r4914 r4924 137 137 138 138 // Bump this when changes are made to bust cache 139 $version = '20110 729';139 $version = '20110804'; 140 140 141 141 // Enqueue the global JS - Ajax will not work without it … … 169 169 170 170 // Bump this when changes are made to bust cache 171 $version = '20110 731b';171 $version = '20110804'; 172 172 173 173 // Default CSS -
trunk/bp-themes/bp-default/rtl.css
r4907 r4924 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- 15 * Version: 1.5-beta-2 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/bp-themes/bp-default/style.css
r4893 r4924 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- 15 * Version: 1.5-beta-2 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/readme.txt
r4893 r4924 38 38 You will need to enable permalink support in your WordPress installation for BuddyPress pages to function correctly. You can set this up using the "Settings > Permalinks" menu in your WordPress admin area. 39 39 40 Finally, you will need to activate a BuddyPress compatible theme. Two BuddyPress themes are bundled with the plugin, you can activate theseusing the "Appearance > Themes" menu in your WordPress admin area. To install other BuddyPress compatible themes, use the "Appearance > Add New Themes" menu and select the "buddypress" checkbox before hitting the "Find Themes" button.40 Finally, you will need to activate a BuddyPress compatible theme. BuddyPress comes with one, and you can activate it using the "Appearance > Themes" menu in your WordPress admin area. To install other BuddyPress compatible themes, use the "Appearance > Add New Themes" menu and select the "buddypress" checkbox before hitting the "Find Themes" button. 41 41 42 42 --- Forums Support --- … … 111 111 == Upgrade Notice == 112 112 113 = 1.5-beta-2 = 114 Fixed debug notices 115 Fixed bp-pages issues 116 Fixed group extension messages 117 Fixed login redirect handling 118 Fixed incorrect BP_Component action names 119 Fixed references to 1.2 in PHPDoc 120 RTL improvements 121 Removed sidebar gradient from bp-default 122 113 123 114 124 = 1.5-beta-1 =
Note: See TracChangeset
for help on using the changeset viewer.