# Crypto QR Code WP #

[![Build Status](https://travis-ci.org/KSym04/crypto-qr-code-wp.svg?branch=master)](https://travis-ci.org/KSym04/crypto-qr-code-wp)

**Contributors:** ksym04\
**Tags:** crypto, bitcoin, cryptocurrency, qr code\
**Requires at least:** 4.7\
**Tested up to:** 5.4\
**Stable tag:** 1.0.2\
**License:** GPLv3\
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)

Add cryptocurrencies QR code donate with tooltip.

## Description ##

Crypto QR Code WP - Creates an element consist of a label and link with tooltip popup QR code by setting up the cryptocurrency name and its public key wallet address.

Disclaimer: Only used your wallet public key address and never ever reveal your private key, any misuse results from loss of balance is not our liabilities.

## Installation ##

1. Download the plugin via WordPress.org
2. Upload the `crypto-qr-code-wp` directory to the `/wp-content/plugins/` directory via FTP
3. Activate the plugin through the 'Plugins' menu in WordPress

## Frequently Asked Questions ##

### How to use the Crypto QR Code generator shortcode ###

The shortcode 'cqcw_generator' has three parameters - heading, label and address. Sample: `[cqcw_generator heading="Donate" label="BTC" address="1GJpyaLZjQ8JKaKih3UCwpuJAV15fTy9Rq"]`

## Translations ##

* English (en_US)

## Changelog ##

### 1.0.2 - Mar 27, 2019 ###

* Fix - Widget issues
* Tweak - Improved CSS theme compatibility

### 1.0.1 - Mar 26, 2019 ###

* New - Added 'Crypto QR Code' widget
* Tweak - Enhanced file security

### 1.0.0 - Mar 24, 2019 ###

* Initial Release