=== Monkeez Financial Calculators ===
Contributors: internetmonkeez
Tags: calculator, mortgage, loan, finance, compound interest, retirement, shortcode, block, AEO, schema
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Beautiful, embeddable financial calculators with shortcodes and a Gutenberg block. AEO-friendly with FAQ + HowTo schema built in.

== Description ==

Monkeez Financial Calculators adds four production-ready financial calculators to any WordPress site:

* **Mortgage / Home Loan** – principal, rate, term, monthly repayment & total interest
* **Personal / Auto Loan** – amount, rate, term, monthly repayment breakdown
* **Compound Interest / Savings** – deposit, contributions, growth, future value
* **Retirement / Superannuation** – current balance, contributions, projected balance at retirement age

Every calculator is:

* Fully responsive and keyboard accessible
* Themed to your brand (accent color + currency in settings)
* Rendered server-side then enhanced with vanilla JS — no jQuery, no framework
* Wrapped in valid JSON-LD (FAQPage + HowTo) so Google and AI answer engines can cite it

= Shortcodes =

* `[monkeez_mortgage_calc]`
* `[monkeez_loan_calc]`
* `[monkeez_compound_calc]`
* `[monkeez_retirement_calc]`

= Gutenberg Block =

Search for **Monkeez Calculator** in the block inserter and pick the type.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** screen.
3. Visit **Settings → Monkeez Calculators** to set currency and accent color.
4. Drop a shortcode into any page/post.

== Changelog ==

= 1.0.0 =
* Initial release: four calculators, shortcodes, block, settings page, JSON-LD schema.
