=== WaSMS for WooCommerce ===
Contributors: rapinova
Tags: woocommerce, whatsapp, sms, order notifications, messaging
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later

Send WhatsApp messages from your WooCommerce store on order events. Uses your own WaSMS API key — no per-message fees, no Twilio.

== Description ==

WaSMS for WooCommerce automatically sends WhatsApp messages to your customers when:

* A new order is placed
* Order moves to processing
* Order is completed (shipped)
* Order is cancelled

Each event has a fully customizable message template with variables like {first_name}, {order_number}, {total}, {currency}, {site_name}.

Optionally notify your admin number on every event.

== Installation ==

1. Upload the plugin zip via WordPress Admin → Plugins → Add New → Upload Plugin.
2. Activate.
3. Go to **WaSMS** in your sidebar.
4. Paste your WaSMS API key (get one at wasms.net → Dashboard → API Keys, scope `messages:send`).
5. Toggle Enabled. Save.

Place a test order with your own phone number — you should receive a WhatsApp message within seconds.

== Frequently Asked Questions ==

= Do I need a WaSMS account? =
Yes — sign up free at wasms.net. The plugin uses your API key; we never see your store data.

= Does it cost per message? =
No. Messages go through your own connected WhatsApp number — no per-message fees on our side.

= What if WaSMS is down? =
The plugin logs the failure to WordPress debug log and the order completes normally. We never block checkout.

== Changelog ==

= 1.0.0 =
* Initial release: order created, processing, completed, cancelled hooks.
