=== BuddyPress Custom Posts === Contributors: kunalb Tags: BuddyPress, Custom Posts, Custom Components, For Developers Requires at least: 3.0.0 Tested up to: 3.0.1 Stable tag: 0.1.2.2 Provides an API to create custom components in BuddyPress around custom post types in WordPress. == 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.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. Highlights * .pot file included. * Activity bug resolved. = 0.1.1 = Bugfixes: * Removed dependence on folder name. = 0.1 = First version