diff --git a/idea-factory.php b/idea-factory.php index 7b04462..cc64d9c 100755 --- a/idea-factory.php +++ b/idea-factory.php @@ -1,17 +1,24 @@ - * @license GPL-2.0+ - * @link http://nickhaskins.com - * @copyright 2015 Your Mom - * - * Plugin Name: Idea Factory - * Plugin URI: http://nickhaskins.com/idea-factory - * Description: Front-end user submission and voting system. - * Version: 0.99 - * Github Plugin URL: https://github.com/bearded-avenger/idea-factory + * + * @package Idea_Factory + * @author Nick Haskins + * @license GPL-2.0+ + * @link http://nickhaskins.com + * @copyright 2015 Your Mom + * + * Plugin Name: Idea Factory + * Plugin URI: http://nickhaskins.com/idea-factory + * Description: Front-end user submission and voting system. + * Version: 1.0 + * GitHub Plugin URI: https://github.com/bearded-avenger/idea-factory + * Author: Nick Haskins + * Author URI: http://nickhaskins.com + * Text Domain: idea-factory + * License: GPL-2.0+ + * License URI: http://www.gnu.org/licenses/gpl-2.0.txt + * Domain Path: /languages + * Github Branch: dev */ // If this file is called directly, abort. @@ -20,7 +27,7 @@ } // Set some constants -define('IDEA_FACTORY_VERSION', '0.99'); +define('IDEA_FACTORY_VERSION', '1.0'); define('IDEA_FACTORY_DIR', plugin_dir_path( __FILE__ )); define('IDEA_FACTORY_URL', plugins_url( '', __FILE__ )); diff --git a/readme.txt b/readme.txt index af66258..a1bba0c 100644 --- a/readme.txt +++ b/readme.txt @@ -49,7 +49,11 @@ Yep. Copy the file from idea-factory/templates/template-ideas into your theme an == Screenshots == -1. Front end votes view. +1. What you see when you visit yoursite.com/ideas +2. User submit new ideas within a popup modal +3. New ideas are logged as a custom post type +4. You can change a few settings here +5. And more settings here == Upgrade Notice ==