=== BuddyPress Custom Posts === Contributors: kunalb Tags: BuddyPress, Custom Posts, Custom Components, For Developers Requires at least: WordPress 3.1, BuddyPress 1.2.8 Tested up to: 3.1 Stable tag: 0.1.2.5 Provides an API to create custom components in BuddyPress around custom post types in WordPress. This plugin is meant to be used by developers to map custom post types to custom components in BuddyPress. == Description == Project details, feature requests, the latest builds -- all available at http://code.google.com/p/buddypress-custom-posts/. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Why is there no UI for adding custom posts? = This plugin is aimed at developers wanting to extend BuddyPress and provides a function to allow for easy integration of custom post types and the buddypress frontend instead of having to reinvent the wheel every time; there are no plans for making a UI to map custom posts to custom components at this point of time. = Why? = Because. == Changelog == = 0.1.2.5 = * Modified the editor to not appear broken with the new full screen editor. * NOTE: The full screen editor is not supported in this release! * Corrected create/edit activity stream errors. = 0.1.2.4 = * Minor changes -- cleaned up js/css includes. Added support for WP3.1. = 0.1.2.3 = * Fixes the register button bug. = 0.1.2.2 = * See http://code.google.com/p/buddypress-custom-posts/issues/list?can=1&q=label%3AMilestone-0.1.2.2 for complete changes. = 0.1.2.1 = * Solved another capability problem that cropped up. = 0.1.2 = * See http://code.google.com/p/buddypress-custom-posts/issues/list?can=1&q=label%3AMilestone-0.1.2 for complete changes. * .pot file included. * Activity bug resolved. = 0.1.1 = * Removed dependence on folder name. = 0.1 = * First version