=== VRLPRO Deeplinks & Dynamic QR Engine ===
Contributors: virallimbachiya4
Tags: deep linking, qr code generator, universal links, app links, mobile attribution
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generate dynamic deep links, print-ready vector QR codes, and optional app reorder links for store products, blog posts, and order emails.

== Description ==

VRLPRO Deeplinks connects WordPress and WooCommerce stores to [VRLPRO Infrastructure](https://vrlpro.in) for mobile deep links, dynamic QR codes, and app checkout routing.

### Key Features:
* **Optional Product Deep Links**: Generate mobile deep links for products, blog posts, and pages after connecting a VRLPRO API key.
* **Vector QR Code Exports**: Generate print-ready SVG, EPS, and high-DPI PNG QR codes directly inside your admin panel.
* **Optional App Reorder Order Emails**: Store owners can opt in to embed mobile app reorder QR codes in customer order emails.
* **Device-Aware Routing**: Auto-detects iOS, Android, and Desktop devices with sub-2ms edge latency.
* **Privacy-Aware Settings**: External service features require a VRLPRO connection, and order email QR embedding is disabled by default.

== Third-Party Services ==

This plugin connects to external third-party servers operated by **VRLPRO Infrastructure** (`https://vrlpro.in`) to perform dynamic link shortening, vector QR artwork generation, and device detection routing.

* **Service Domain**: `https://vrlpro.in`
* **Terms of Service**: [https://vrlpro.in/terms](https://vrlpro.in/terms)
* **Privacy Policy**: [https://vrlpro.in/privacy](https://vrlpro.in/privacy)
* **Data Transmitted During 1-Click Connection**: Site URL, Site Name, Admin Email, and the generated VRLPRO API Key.
* **Data Transmitted During Link Generation**: Product/Post/Page ID, title, target URL, content type, and VRLPRO API Key.
* **Optional Order Email QR Data**: If the store owner explicitly enables order email QR embedding, the customer email loads a QR image from `https://vrlpro.in` using the WooCommerce order ID in the URL path. This setting is disabled by default. No sensitive customer financial data is transmitted.

== Installation ==

1. Upload the `vrlpro-deeplinks-dynamic-qr-engine` folder to the `/wp-content/plugins/` directory (or install via **Plugins > Add New > Upload Plugin**).
2. Activate the plugin through the **Plugins** menu.
3. Go to **VRLPRO Engine** in your admin menu.
4. Click **Connect Store in 1-Click** (or enter your 256-bit API Key).
5. Review the automation settings and enable only the features you want.
6. Open any product or blog post to export dynamic short links and vector QR codes.

== Frequently Asked Questions ==

= Do I need a VRLPRO account to use this plugin? =
Yes. You can register for a free account at [https://vrlpro.in/signup](https://vrlpro.in/signup). A free tier (100 links/month) is included.

= Where do I find my API key? =
Log into your VRLPRO console, navigate to **Settings > API Keys**, and generate a new key.

= Will this slow down my website? =
No. Link generation calls are made asynchronously, and short link redirection happens on VRLPRO's global Cloudflare edge network in sub-2ms.

== Screenshots ==

1. Product Editor Meta Box displaying short link and vector QR code.
2. VRLPRO Admin Settings Panel.
3. Optional customer order email with embedded mobile app reorder QR code.

== Changelog ==

= 1.2.1 =
* Updated plugin URI to the public WordPress plugin documentation page.
* Enqueued admin JavaScript through WordPress APIs.
* Made order email QR embedding opt-in and disabled by default.
* Expanded third-party service data disclosure.
* Added the submitting WordPress.org username to contributors.

= 1.2.0 =
* Plugin Directory release.
* Added 1-Click Store Connection Handshake.
* Added Product, Blog Post, and Page Meta Box integration.
* Added opt-in Order Email QR insertion.
