Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoyier committed Aug 8, 2011
1 parent f7d8e0c commit 168bac0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 deletions readme.txt
@@ -1,27 +1,26 @@
=== Your Site's Functionality Plugin ===
Requires at least: 3.1
Tested up to: 3.1
Stable tag: 0.1
=== Plugin Name ===

All of the important functionality of your site belongs in this. Describe what it does!
Contributors: Chris Coyier
Plugin Name: Wufoo Shortcode
Plugin URI: http://wufoo.com
Tags: wufoo, form, shortcode
Author URI: http://wufoo.com
Author: Chris Coyier
Requires at least: 2.6
Tested up to: 3.2.1
Stable tag: 1.0
Version: 1.0

Allows the use of a special short code [wufoo] for embedding Wufoo forms.

== Description ==

Plugin description, any special instructions. If nothing else, include the URL of the site that this plugin belongs to.
Allows the use of a special short code [wufoo] for embedding Wufoo forms.

== Important Notes ==

= Something to remember =

Don't forget about this important thing your plugin does!

= Something else to remember =

Don't forget this other part too!
It's best to grab the shortcode from the Wufoo Code Manager (coming soon!).

== Changelog ==
= 0.1 =
* Note what is involved in the new version. Any changes. Include a date like 05/2011.

= 0.0 =
* Don't start your plugin at 0.0. That's just dumb.
1.0 - Initial release.
2 changes: 1 addition & 1 deletion wufoo.php
Expand Up @@ -48,6 +48,6 @@ function createWufooEmbedJS($atts, $content = null) {

}
}
add_shortcode('wufoo_form', 'createWufooEmbedJS');
add_shortcode('wufoo', 'createWufooEmbedJS');

?>

0 comments on commit 168bac0

Please sign in to comment.