=== Tori Codes ===
Contributors: alvinmuthui
Donate link: https://profiles.wordpress.org/alvinmuthui/
Tags: QR Codes
Requires at least: 3.0.1
Tested up to: 6.9.1
Stable tag: 1.0.2
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Tori Codes adds QR barcodes to your site with ease. Provides UI to edit the QR content and display it on numerous pages using a shortcode.

== Description ==

**Tori Codes** provides an easier way to add **QR codes** to your site and display them using **shortcodes**. Also, one can use a single QR code on multiple **pages/posts** by adding the QR shortcode to the desired pages or posts.


== Installation ==

1. Upload `toric.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates

== Frequently Asked Questions ==

= How to add a QR code =

Go to WordPress Admin-> All Codes, filling in the info then copy the shortcode and place it in your page.

== Screenshots ==

1. Tori Code menu and barcode list
2. Barcode edit User Interface(UI)
3. Adding Tori Code shortcode to a post
4. Front end view of QR code

== Changelog ==

= 1.0.0 =
* The beginning of Tori Codes.

= 1.0.1 =
Added live preview while editing the code value.

== Upgrade Notice ==

= 1.0.1 =
Added live preview while editing the code value.

= 1.0.2 =
* Tested with WordPress 6.9.1
* Fixed JS issue for copy to clipboard.