# WordPress Plugin Calculator Builder

A simple way to create online calculator.
WordPress plugin [Calculator Builder](https://wordpress.org/plugins/calculator-builder/)

### Use Cases

#### 1 Finance calculators

* [Loan amount](https://calchub.xyz/loan-amount/)
* [Interest rate](https://calchub.xyz/interest-rate/)
* [Loan monthly payment](https://calchub.xyz/loan-monthly-payment/)
* [And more!](https://calchub.xyz/category/finance/)

#### 2 Health calculators

* [Body Fat](https://calchub.xyz/body-fat/)
* [BAI and BMI](https://calchub.xyz/bai-and-bmi/)
* [Ideal Weight](https://calchub.xyz/ideal-weight/)
* [Lean body mass](https://calchub.xyz/lean-body-mass/)
* [Fat-Free Mass Index](https://calchub.xyz/fat-free-mass-index/)
* [And many more!](https://calchub.xyz/category/health/)


## Extensions

**[Calchub Style](https://calchub.xyz/downloads/calchub-style/)** (free) -  customize the calculator for each individual calculator.

## Support
If you have any questions concerning the plugin ask us at the [WordPress forum](https://wordpress.org/support/plugin/calculator-builder/) or send your requests to [GitHub](https://github.com/wow-company/calculator-builder/issues).

## Changlog

### = 1.2 =
* Added: includes JS and CSS files
* Added: support RTL
* Added: minification script and style

### = 1.1 =
* Added: option for calculation when form load
* Added: variables: fieldset, label, field
* Added: custom functions: hide, show, addClass, removeClass

### = 1.0 =
* Added: button 'New' in page created the calculator
* Changed: create calculator without the button 'Calculate'
* Fixed: selected current tag in filter
* Fixed: item count in List table
  = 0.4.3 =
* Fixed: Obfuscation function

### = 0.4.2 =
* Fixed: saving parameters in database

### = 0.4.1 =
* Fixed: show calculator on page, custom post

### = 0.4 =
* Added: New Fields type: Textarea and Input
* Added: new types to Result: HTML block and textarea
* Added: tag for calculator
* Added: function for copy shortcode
* Improvement: plugin admin style

### = 0.3.5 =
* Fixed: function roundVal

### = 0.3.4 =
* Fixed: minor bug

### = 0.3.3 =
* Fixed: builder options 'addon' and 'required'
* Fixed: minor bug

### = 0.3.2 =
* Added: option 'obfuscation';

### = 0.3.1 =
* Added: the ability to add more than one calculator per page
* Improvement: the work of scripts on the page

### = 0.3 =
* Added: New fields: Title, Separator
* Added: function for Export/Import calculators
* Added: Documentation page
* Added: Changelog page
* Fixed: saving calculators with conditional symbols

### = 0.2 =
* Updated: file for translate .po
* Added: link to the Documantation

### = 0.1 =
* Initial release