Changeset 4893
- Timestamp:
- 07/29/2011 03:06:40 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r4817 r4893 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. 3-bleeding7 * Version: 1.5-beta-1 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. 3-bleeding' );20 define( 'BP_VERSION', '1.5-beta-1' ); 21 21 22 22 // Define the database version 23 23 if ( !defined( 'BP_DB_VERSION' ) ) 24 define( 'BP_DB_VERSION', 3 706 );24 define( 'BP_DB_VERSION', 3806 ); 25 25 26 26 // Place your custom code (actions/filters) in a file called -
trunk/bp-themes/bp-default/functions.php
r4884 r4893 137 137 138 138 // Bump this when changes are made to bust cache 139 $version = '2011072 7';139 $version = '20110729'; 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 = '2011072 7';171 $version = '20110729'; 172 172 173 173 // Default CSS -
trunk/bp-themes/bp-default/style.css
r4366 r4893 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. 3-bleeding5 * Version: 1.5-beta-1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
trunk/readme.txt
r4523 r4893 2 2 Contributors: apeatling, johnjamesjacoby, MrMaz, DJPaul, boonebgorges 3 3 Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, social, community, networks, networking, cms 4 Requires at least: 3. 14 Requires at least: 3.2 5 5 Tested up to: 3.2 6 Stable tag: 1. 2.76 Stable tag: 1.5-beta-1 7 7 8 8 == Description == … … 66 66 = Where can I report a bug? = 67 67 68 Bugs can be reported here: http:// trac.buddypress.org/newticket/68 Bugs can be reported here: http://buddypress.trac.wordpress.org/newticket/ 69 69 70 70 = Where can checkout the latest bleeding edge? = 71 71 72 BuddyPress subversion trunk can be found at: http:// svn.buddypress.org/trunk/72 BuddyPress subversion trunk can be found at: http://buddypress.svn.wordpress.org/trunk/ 73 73 74 74 == Screenshots == … … 81 81 6. **Discussion Forums** - Full powered discussion forums built directly into groups allow for more conventional in-depth conversations. 82 82 7. **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. 83 8. **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. 83 84 84 85 == Languages == … … 110 111 == Upgrade Notice == 111 112 112 = 1.2.7 = 113 114 = 1.5-beta-1 = 115 792 tickets closed 116 494 confirmed bug fixes 117 2,161 total code changes since 118 484 pizzas consumed 119 120 = 1.2.9 = 121 Compatibility with WordPress 3.2 122 123 = 1.2.8 = 124 Compatibility with WordPress 3.1= 1.2.7 = 113 125 Fixes over 10 bugs. 114 126
Note: See TracChangeset
for help on using the changeset viewer.