=== YOOPharmacy ===
Contributors: yoopixel
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 0.4.5
License: GPLv2 or later

Pharmacy marketplace vendor application for WordPress (YOOPixel).

== Installation ==

1. Upload the `yoopharmacy` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Visit Settings → Permalinks and click Save once to flush rewrite rules if routes 404 (do this again after changing the URL base or updating rewrite rules).

== Development ==

Frontend routes use a single pretty base (default `app`): `/app/`, `/app/login`, `/app/register`, etc. Optional: set `YOOPHARMACY_URL_BASE` in `wp-config.php`, or filter `yoopharmacy_front_base_slug`.

See `MASTER-PLAN.md` in the development repo for full specification.

== Approving a test vendor ==

New vendors have user meta `yoopharmacy_account_status` = `pending`. To allow dashboard access in development, set it to `approved` (e.g. via WP-CLI `wp user meta update USER_ID yoopharmacy_account_status approved` or User edit screen with a meta plugin).
