=== Simple BMI Form ===
Contributors:      lorro
Tags:              BMI, health, weight, obesity
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
Stable tag:        1.0.15
License:           GPLv3
License URI:       https://www.gnu.org/licenses/gpl-3.0.html

BMI calculator form. The visitor may select Imperial, US or Metric units.

== Description ==
Simple BMI calculator form. The visitor may select Imperial, US or Metric units. Works as a sidebar widget or in content using a shortcode. Translation ready.

== Installation ==
Go to Dashboard > Plugins > Add new
Select the plugin
Click: Activate

To install as a widget, go to:
Dashboard > Appearance > Widgets
and drag and drop the widget to one of your theme's widget areas.

To install in content, use the shortcode: [simple_bmi_form]
The shortcode does not take parameters.

Go to:
Dashboard > Settings > Simple BMI Form
and set the settings to suit yourself.

== Frequently Asked Questions ==
= There are other BMI calculators in the plugin repository. What's different about this one? =

It allows the visitor to the site to select Imperial units ( user weight in stones and pounds ), US units ( user weight in pounds ) and metric units.

== Screenshots ==
1. Site visitor view of Simple BMI Form
2. Simple BMI Form settings

== Changelog ==
= 1.0.15
* Fixed some bugs

= 1.0.14
* Updated the code to comply with WordPress security requirements
* Tested with WP 6.7

= 1.0.13
* Fix: Undefined array key "title"

= 1.0.12 =
* Bug fix

= 1.0.11 =
* Tested with WP 5.8

= 1.0.10 =
* Tweak to styling to limit form width on a content page.

= 1.0.9 =
* Button spacing increased slightly.
* Introduction of a "Very Severely Underweight" category, and modification of the limit of the "Severely Underweight" category, both in accordance with an update to the relevant Wikipedia page.
* Tested with WP 5.5.1.
* File readme.txt updated.

= 1.0.8 =
* First release on WordPress.org.

= 1.0.6 =
* Submitted to WordPress.org for review.

== Upgrade Notice ==

= 1.0.15
* Fixed some bugs