=== HTML Helpers ===
Contributors: karevn
Donate link: mailto:karev.n@gmail.com
Tags: html, api, code, php, plugin, simple, template
Requires at least: 1.5
Tested up to: 3.1.2
Stable tag: 0.2
This plugin adds simple HTML tag generation API to WordPress.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `html-helpers` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Use html-helpers API in your plugins and themes.
OR
1. Put html-helpers.php to your plugin or theme folder
2. `require` it
3. Use html-helpers API in your plugins and themes.
== Changelog ==
= 0.2 =
* Initial public release