Skip to content

Commit

Permalink
version to 1.0 and complete readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Dec 11, 2014
1 parent a6760b1 commit 90a5beb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
33 changes: 20 additions & 13 deletions idea-factory.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
<?php
/**
*
* @package Idea_Factory
* @author Nick Haskins <[email protected]>
* @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 <[email protected]>
* @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.
Expand All @@ -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__ ));

Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down

0 comments on commit 90a5beb

Please sign in to comment.