=== Before and Beyond QR Generator and Manager ===
Contributors: b4bynd, ozankonrot
Donate link: https://b4bynd.com/
Tags: qr-code, redirect, custom-post-type, manager, qr
Requires at least: 6.0
Tested up to: 7.1
Stable tag: 1.1.1
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A reliable WordPress plugin for generating and managing QR codes with built-in redirection support.

== Description ==

**Before and Beyond QR** provides a straightforward way to create, manage, and track QR codes directly inside your WordPress dashboard. Using custom post types, it lets you generate unique QR codes for any link, manage them with categories, and automatically redirect visitors to your target destinations.

### Key Features
* **Dedicated QR Post Type:** Easily create, edit, and organize your QR codes just like regular posts.
* **Built-in Categories:** Group and categorize your QR codes using the built-in taxonomy support.
* **Instant QR Generation:** Automatically displays a ready-to-scan QR code in your post editor sidebar.
* **Automated 302 Redirects:** Assign a destination URL to any QR post, and visitors will be redirected instantly when visiting the link.
* **Multiple Export Formats:** Instantly download generated QR codes as crisp vector SVGs or high-resolution PNG images directly from the editor.

== Installation ==

1. Upload or clone the `b4byndqr` directory into your `/wp-content/plugins/` directory.
2. Install dependencies via terminal if required: `composer install --no-dev`
3. Activate the plugin through the **Plugins** menu in your WordPress administration dashboard.

== Frequently Asked Questions ==

= How do I set up a redirect for a QR code? =
Create a new QR code post, enter your target URL into the designated custom field (`_qr_target_url`), and publish. Visiting that post's link will automatically redirect users to your destination.

= Will my QR codes be deleted if I deactivate the plugin? =
No. Deactivation temporarily disables the plugin without removing your data. Your QR posts and settings are preserved unless you delete the plugin entirely.

== Screenshots ==

1. screenshot-1.png - Post edit screen showing the sidebar QR code generator box.

== Changelog ==

= 1.0.1 =
* Initial release

= 1.1 = 
* Replaced the external API-based QR code provider (api.qrserver.com) with a secure, self-contained internal generator (chillerlan/php-qrcode), eliminating all external third-party data transmission and ensuring full compliance with WordPress review standards.
* Added option to download QR code as SVG and/or PNG

Fixed issues:
* Issue: Use wp_enqueue commands
* Issue: The plugin has problems when it is activated
* Issue: Undocumented use of a 3rd Party / external service

= 1.1.1 =
* Fixed: Loads admin styles only on specific pages