Changeset 6075
- Timestamp:
- 06/13/2012 06:39:29 PM (14 years ago)
- Location:
- branches/1.5
- Files:
-
- 3 edited
-
bp-loader.php (modified) (1 diff)
-
bp-themes/bp-default/style.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-loader.php
r5946 r6075 18 18 // Define the BuddyPress version 19 19 if ( !defined( 'BP_VERSION' ) ) 20 define( 'BP_VERSION', '1.5. 5' );20 define( 'BP_VERSION', '1.5.6' ); 21 21 22 22 // Define the database version 23 23 if ( !defined( 'BP_DB_VERSION' ) ) 24 define( 'BP_DB_VERSION', 38 20 );24 define( 'BP_DB_VERSION', 3830 ); 25 25 26 26 // Place your custom code (actions/filters) in a file called -
branches/1.5/bp-themes/bp-default/style.css
r5946 r6075 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. 55 * Version: 1.5.6 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
branches/1.5/readme.txt
r5946 r6075 3 3 Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, social, community, networks, networking, cms 4 4 Requires at least: 3.3 5 Tested up to: 3. 3.16 Stable tag: 1.5. 55 Tested up to: 3.4 6 Stable tag: 1.5.6 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.6 = 88 * Compatibility with WordPress 3.4 89 87 90 = 1.5.5 = 88 91 * Security upgrade
Note: See TracChangeset
for help on using the changeset viewer.