Changeset 6254
- Timestamp:
- 08/14/2012 12:35:06 AM (12 years ago)
- Location:
- branches/1.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-loader.php
r6226 r6254 15 15 * Author: The BuddyPress Community 16 16 * Author URI: http://buddypress.org/community/members/ 17 * Version: 1.6 17 * Version: 1.6.1 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 53 53 * @var string BuddyPress version 54 54 */ 55 public $version = '1.6 ';55 public $version = '1.6.1'; 56 56 57 57 /** -
branches/1.6/bp-themes/bp-default/rtl.css
r6226 r6254 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.6 5 * Version: 1.6.1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
branches/1.6/bp-themes/bp-default/style.css
r6226 r6254 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.6 5 * Version: 1.6.1 6 6 * Author: the BuddyPress team 7 7 * Author URI: http://buddypress.org -
branches/1.6/readme.txt
r6229 r6254 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4.1 6 Stable tag: 1.6 6 Stable tag: 1.6.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Upgrade Notice == 88 88 89 = 1.6.1 = 90 Fixes 4 bugs 91 89 92 = 1.6 = 90 93 See: http://codex.buddypress.org/releases/version-1-6/
Note: See TracChangeset
for help on using the changeset viewer.