=== Healthy BMI Calculator ===

Contributors: ourvalley
Author URI: http://sandymcfadden.com
Plugin URI: http://sandymcfadden.com/2014/07/16/healthy-bmi-calculator-wordpress-plugin/
Tags: widget, shortcode, health
Stable tag: 1.2.1.1
Requires at least: 3.5
Tested up to: 4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a shortcode and widget that will display a simple BMI Calculator on your site. Works with both metric and US style measurements. 

== Description ==

This is a very simple plugin which requires almost no configuration.

All you need to do is go to the Appearence then Widgets area in the Admin Dashboard.
Once you are there drag the BMI Calculator widget onto the widget area you would like it added to.

The only two settings are the title and the color. The color is the hex color you would like the results background to be.

A lot of the code was adapted from 
[Stack Exchange Thread](http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi "Inspiration Code")

== Installation ==

Install from the WordPress plugin page in the admin dashboard. Search for Healthy BMI Calculator.
Or you can download the zip file and upload it while on the add new plugin page.

Then you just need to either add the widget or the shortcode to where you would like it on your site.

== Frequently Asked Questions ==

1. Can I have more than one calculator per page?
    **No maybe in a future upgrade.**
2. What shortcode do I use?
   **[sm_bmi_calculator]**
   
== Screenshots ==

1. Fill in widget settings
2. Example front end look
3. Front end with results
4. Adding shortcode to post

== Changelog ==

= 1.2 =
* Updating readme.txt file with proper version and URI fields.