=== NumeroCalc ===
Contributors: bankov
Tags: numerology, pythagorean, matrix, calculator, astrology
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.11
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A Pythagorean numerology calculator. Enter a birth date and get the psychomatrix, destiny number, and a life chart.

== Description ==

Discover the hidden patterns in your birth date. NumeroCalc calculates your personal psycho-numerological matrix — a powerful tool that reveals your inner strengths, life path, and energy cycles.

Enter a birth date and instantly get:

* A complete 3×3 psycho-numerological matrix with your personal numbers
* Your Destiny Number
* Male and female digit balance
* A life chart from 0 to 108 years — showing your Fate and Will lines, where they cross, and what that means for your journey

Add the shortcode `[numerocalc]` to any page and it works.

**Languages:** Bulgarian, English, German.

== Installation ==

1. Upload the `numerocalc` folder to `/wp-content/plugins/`
2. Activate the plugin from the WordPress admin panel
3. Add `[numerocalc]` to any page or post

== Frequently Asked Questions ==

= How do I add the calculator to my page? =
Add the shortcode `[numerocalc]` to any page or post content.

= What date formats are supported? =
Enter the date in dd.mm.yyyy format. Years between 1900 and 2049 are supported.

= Is the plugin free? =
Yes, the basic version is completely free under GPL2 license.

== External Services ==

This plugin loads **Chart.js** from the jsDelivr CDN:

* Service: jsDelivr (https://www.jsdelivr.com)
* File: https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js
* Purpose: Rendering the numerology life chart
* License: MIT (https://github.com/chartjs/Chart.js/blob/master/LICENSE.md)
* Privacy policy: https://www.jsdelivr.com/privacy-policy-jsdelivr-net

This file is loaded only on pages that contain the `[numerocalc]` shortcode.
No user data is sent to jsDelivr — it is a static file delivery only.

== Privacy Policy ==

This plugin does not collect, store or transmit any personal data.

* The birth date entered by the user is processed entirely in the browser (JavaScript).
* No data is sent to the server.
* No cookies are set by this plugin.
* No third-party tracking is used.



== Screenshots ==

1. The numerology calculator with filled psychomatrix and life chart
2. The chart showing intersection points between Fate and Will lines
3. Mobile view of the calculator

== Changelog ==

= 1.0.9c =
* Internationalization (i18n) — English and German translations added
* Replaced AnyChart (commercial) with Chart.js (MIT license)
* Improved intersection point positioning
* Hover tooltip showing values for all years
* Reference matrix added
* Unified gold-orange color scheme

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.9c =
Major update: new chart library (Chart.js), full internationalization, improved UI.
