=== Mena Booking ===
Contributors: menaai
Tags: booking, appointments, scheduling, therapy, widget
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: Proprietary
License URI: https://mena-ai.pt

Embed the Mena booking widget on your WordPress site via a shortcode or block.

== Description ==

Mena Booking embeds the `<mena-booking>` widget so visitors can book appointments
against your Mena account using only your publishable key. Configure your key,
default locale, and preset on the Settings → Mena Booking screen, then add the
widget with the `[mena_booking]` shortcode or the "Mena Booking" block.

The widget script is loaded from the Mena CDN (`cdn.mena-ai.pt`) with Subresource
Integrity. If your site sends a Content-Security-Policy, allow:
`script-src https://cdn.mena-ai.pt; connect-src https://api.mena-ai.pt;`

No data is stored beyond the plugin settings; the publishable key is public by design.

== Installation ==

1. Upload the plugin zip via Plugins → Add New → Upload, or extract to `wp-content/plugins/`.
2. Activate it.
3. Go to Settings → Mena Booking and enter your publishable key.
4. Add `[mena_booking]` to any page/post, or insert the "Mena Booking" block.

== Frequently Asked Questions ==

= Can I override settings per instance? =
Yes. Shortcode attributes (`publishable-key`, `locale`, `preset`, `therapist-id`,
`service-id`, `api-base`) and the block's inspector controls override the defaults.

== Changelog ==

= 1.0.0 =
* Initial release: settings page, `[mena_booking]` shortcode, and Mena Booking block (widget 1.2.0).
