=== People Profile CPT === Contributors: WP Dev Shed Tags: custom post type, theme Requires at least: 3.2 Tested up to: 3.8.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Creates "People" custom post type. == Description == Creates "People" custom post type. Additional meta boxes will be available in "Add New People" section - job title, phone number, linkedin, twitter, facebook, google+, avvo, and email address. == Installation == 1. Download the plugin. 2. Extract the folder. 3. Upload the People Profile CPT plugin folder to the '/wp-content/plugins/' directory. 4. Activate the plugin through the 'Plugins' menu in WordPress. An item called "People" will be added to the left menu. == Screenshots == 1. screenshot-1.png displays the "Add New People" section 2. screenshot-2.png displays all the entries for "People" post type 3. screenshot-3.png displays the "People Category" section == Changelog == = 1.1 = * Changed version number to 1.1, this seems to fix the plugin update notice not appearing in plugins section in the WP admin panel even though a new version is already available in WPORG repository. = 1.0.1 = * Fixed some function names and variables that caused the Google+ meta textbox to not display at all = 1.0 = * First release