=== Barcode QRcode Generator ===
Contributors: Hiroaki Miyashita
Donate link: http://www.cmswp.jp/plugins/barcode_qrcode_generator/
Tags: barcode, generator, maker, ean, jan
Requires at least: 3.0
Tested up to: 4.9.4
Stable tag: 1.0.1
License: GPLv2 or later

This plugin adds the functionality to output barcodes and qrcodes by use of the shortcodes.

== Description ==

The Barcode QRcode Generator plugin adds the functionality to output barcodes and qrcodes by use of the shortcodes &#91;barcode&#93; and &#91;qrcode&#93;.

= How to use &#91;barcode&#93; =

In order to output barcodes, &#91;barcode&#93; will be used. There are some attributes for &#91;barcode&#93;.

text ... A text that should be in the image barcode. 

type ... The barcode type: code39, int25, ean13, upca, upce, code128, ean8, and postnet. Default: ean13

imgtype ... The image type that will be generated: gif, jpg, and png. Default: png

height ... The image height (px). Default: 60

width ... The image width. Default: 1

showText ... The text should be placed under barcode. Default: 1

rotation ... The rotation angle. Default: 0

transparency ... The transparent background. Default: 0

remake ... The barcode will be regenerated every time. Default: 0

textfilename ... The text value will be the file name. Default: 0

Ex) &#91;barcode text=4930127000019 height=100 wdith=2 transparency=1&#93;

= How to use &#91;qrcode&#93; =

In order to output qrcodes, &#91;qrcode&#93; will be used. There are some attributes for &#91;qrcode&#93;.

text ... A text that should be in the image qrcode. 

eclevel ... Error correction level. 0(Level L), 1(Level M), 2(Level Q), and 3(Level H) Default: 3 

height ... The image height (px). Default: 60

width ... The image width (px). Default: 60

transparency ... The transparent background. Default: 0

remake ... The barcode will be regenerated every time. Default: 0

textfilename ... The text value will be the file name. Default: 0

Ex) &#91;qrcode text=4930127000019 height=100 width=100 transparency=1&#93;

= Documentation in Japanese =

[Barcode QRcode Generator](http://www.cmswp.jp/plugins/barcode_qrcode_generator/)

== Installation ==

1. Copy the `barcode-qrcode-generator` directory into your `wp-content/plugins` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. That's it! :)

== Frequently Asked Questions ==

Nothing.

== Screenshots ==

1. Output Sample

== Changelog ==

= 1.0.1 =
* Code cleaning.

= 1.0 =
* Initial release.

== Upgrade Notice ==

Nothing.

== Uninstall ==

1. Deactivate the plugin
2. That's it! :)
