=== ChatVendor SMS ===
Contributors: chatvendor
Tags: sms, woocommerce, notifications, otp, gateway
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Send SMS from WordPress through your own Android phone and SIM card.

== Description ==

Pair an Android phone with ChatVendor, install this plugin, and WordPress can
send SMS through that phone's own SIM — no per-message carrier contract.

* Text customers when a WooCommerce order changes status
* Text yourself when a new order arrives
* Send from your own code with one function call
* A short log of recent sends, so a failure is visible rather than silent

= Consent =

You are the sender. Only message people who agreed to hear from you, and honour
opt-out requests. Possession of a phone number is not permission to text it.

= Requirements =

* A ChatVendor account and an API key
* An Android phone paired with your workspace, running the ChatVendor app

== Installation ==

1. Upload the plugin and activate it.
2. Go to Settings → ChatVendor SMS.
3. Paste an API key from your ChatVendor dashboard.
4. Send a test message to confirm the setup.

== Frequently Asked Questions ==

= Does it need Composer or any other plugin? =

No. It uses the WordPress HTTP API and ships no third-party libraries, so it
cannot collide with another plugin's copy of the same dependency.

= What happens if no phone is online? =

The message queues on the server and is sent as soon as a phone is available.
It does not fail.

= Why did my message cost two SMS? =

Non-Latin characters drop the per-message limit from 160 to 70. A single emoji
does the same to the whole message.

= Can I test without sending real messages? =

Yes. Use an sms_test_ key. The whole flow runs, nothing reaches a SIM.

== Changelog ==

= 1.0.0 =
* First release.
