=== Qrexora QR Generator ===
Contributors: shehzadbaqir
Tags: qr code, qr generator, qrcode, wifi qr, vcard
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.2
Stable tag: 1.0.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add a privacy-friendly frontend QR code generator to your site with a simple shortcode. QR codes are created locally in the browser.

== Description ==

Qrexora QR Generator lets your visitors create QR codes directly on your website using the `[qrexora_qr_generator]` shortcode. Everything happens locally in the browser with a bundled, GPL-compatible JavaScript library — no external APIs, CDNs, tracking, or network requests.

Plugin homepage: [https://www.qrscanner.org/](https://www.qrscanner.org/)

Visitors can generate QR codes for:

* URL
* Plain text
* vCard
* Email (address, subject, message)
* Phone number
* SMS (number and message)
* Wi-Fi (SSID, password, encryption, hidden network)

Features:

* QR type tabs for faster switching
* Live QR preview
* Automatic QR updates when you change tab, content, or settings
* Preview clears when the active tab has empty required values
* Custom foreground and background colors
* Adjustable QR size
* Selectable error correction level (L, M, Q, H)
* Reset button
* Save the QR code as a PNG image (button under preview)
* Save the QR code as an SVG image (button under preview)
* Responsive, mobile-friendly, keyboard-accessible design

A settings page (Settings → Qrexora QR Generator) lets site administrators choose the default size, colors, error correction, and which QR types are enabled.

== Privacy ==

This plugin does not collect, store, or transmit any personal data. QR codes are generated entirely in the visitor's browser. The plugin makes no external HTTP requests and loads no third-party scripts.

== Third-Party Libraries ==

This plugin bundles the following GPL-compatible third-party library:

* qrcode.js by davidshimjs (based on QR Code for JavaScript by Kazuhiko Arase) — MIT License.
  Source: https://github.com/davidshimjs/qrcodejs
  License text: assets/js/lib/LICENSE-qrcode.txt

The word "QR Code" is a registered trademark of DENSO WAVE INCORPORATED.

== Installation ==

1. Upload the `qrexora-qr-generator` folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress Plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. (Optional) Go to Settings → Qrexora QR Generator to configure defaults.
4. Add the shortcode `[qrexora_qr_generator]` to any page or post.

== Usage ==

Basic:

`[qrexora_qr_generator]`

With optional attributes:

`[qrexora_qr_generator size="320" fg="#000000" bg="#ffffff" ecc="M"]`

Attributes:

* `size` — QR size in pixels (64–1000). Defaults to the setting value.
* `fg` — Foreground (dark) hex color. Defaults to the setting value.
* `bg` — Background (light) hex color. Defaults to the setting value.
* `ecc` — Error correction level: L, M, Q, or H. Defaults to the setting value.

== Frequently Asked Questions ==

= Does this plugin send data to any external service? =

No. QR codes are generated locally in the visitor's browser. No external requests are made.

= Can I use it multiple times on one page? =

Yes. Each instance of the shortcode works independently.

= Which QR content types are supported? =

URL, text, vCard, email, phone, SMS, and Wi-Fi. Administrators can enable or disable types on the settings page.

== Screenshots ==

1. Frontend QR code generator with live preview.
2. Settings page with default size, colors, error correction, and enabled types.

== Changelog ==

= 1.0.2 =
* Renamed plugin branding to Qrexora QR Generator.
* Updated slug, text domain, and shortcode to the Qrexora naming.
* Updated bundled asset dependency metadata to align with the 1.0.2 release.

= 1.0.1 =
* Updated plugin slug references for WordPress directory submission consistency.
* Updated plugin metadata for directory submission consistency.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.2 =
Branding and identifier update: use the new shortcode `[qrexora_qr_generator]`.

= 1.0.1 =
Maintenance update for slug alignment and metadata consistency.

= 1.0.0 =
Initial release.
