Changeset 6874
- Timestamp:
- 03/27/2013 07:14:27 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-loader.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r6847 r6874 17 17 * Author: The BuddyPress Community 18 18 * Author URI: http://buddypress.org/community/members/ 19 * Version: 1.7- beta219 * Version: 1.7-rc1 20 20 * Text Domain: buddypress 21 21 * Domain Path: /bp-languages/ … … 279 279 /** Versions **********************************************************/ 280 280 281 $this->version = '1.7- beta2-6846';281 $this->version = '1.7-rc1-6874'; 282 282 $this->db_version = 6067; 283 283 -
trunk/readme.txt
r6862 r6874 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, twitter, facebook, social, community, networks, networking, cms 4 4 Requires at least: 3.5 5 Tested up to: 3. 55 Tested up to: 3.6 6 6 Stable tag: 1.6.5 7 7 License: GPLv2 or later … … 74 74 1. **Activity Streams** - Global, personal and group activity streams with threaded commenting, direct posting, favoriting and @mentions. All with full RSS feeds and email notification support. 75 75 2. **Extended Profiles** - Fully editable profile fields allow you to define the fields users can fill in to describe themselves. Tailor profile fields to suit your audience. 76 3. **Extensible Groups** - Powerful public, private or hidden groups allow your users to break the discussion down into specific topics. Extend groups with your own custom features using the group extension API. 77 4. **Friend Connections** - Let your users make connections so they can track the activity of others, or filter on only those users they care about the most. 78 5. **Private Messaging** - Private messaging will allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, your users can send messages to multiple recipients. 79 6. **Discussion Forums** - Full powered discussion forums built directly into groups allow for more conventional in-depth conversations. 80 7. **WordPress Blogging** - Allow your users to start their own blogs using WordPress's Multisite feature, and track posts and comments from across your blog network in the activity stream. 81 8. **User Settings** - Give your users complete control over profile and notification settings. Settings are fully integrated into your theme, and can be disabled by the administrator. 76 3. **User Settings** - Give your users complete control over profile and notification settings. Settings are fully integrated into your theme, and can be disabled by the administrator. 77 4. **Extensible Groups** - Powerful public, private or hidden groups allow your users to break the discussion down into specific topics. Extend groups with your own custom features using the group extension API. 78 5. **Friend Connections** - Let your users make connections so they can track the activity of others, or filter on only those users they care about the most. 79 6. **Private Messaging** - Private messaging will allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, your users can send messages to multiple recipients. 80 7. **Blogging Network** - Allow your users to start their own blogs using WordPress's Multisite feature, and track posts and comments from across your blog network in the activity stream. 82 81 83 82 == Languages == … … 86 85 87 86 == Upgrade Notice == 87 88 = 1.7 = 89 See: http://codex.buddypress.org/releases/version-1-7/ 90 91 = 1.6.5 = 92 See: http://codex.buddypress.org/releases/version-1-6-5/ 88 93 89 94 = 1.6.4 =
Note: See TracChangeset
for help on using the changeset viewer.