Changeset 2212500
- Timestamp:
- 12/15/2019 06:45:04 PM (6 years ago)
- Location:
- crypto-donations/trunk
- Files:
-
- 2 edited
-
crypto-donations.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
crypto-donations/trunk/crypto-donations.php
r2212498 r2212500 4 4 * Plugin URI: https://www.b1ue.tech/crypto-donations/ 5 5 * Description: This plugin allows to create Crypto Donations 6 * Version: 1.0. 16 * Version: 1.0.4 7 7 * Author: b1ue 8 8 * Author URI: https://www.b1ue.tech -
crypto-donations/trunk/readme.txt
r2212499 r2212500 15 15 Crypto Donations is a WordPress Plugin which allows you to receive Donations with Crypto Currencies like Bitcoin, Litecoin or Ethereum. It updates also automatically the amount of received donations. 16 16 17 Just use the shortcode to embed your donations button like: [crypto-donations type= \\\"bitcoin\\\"]17 Just use the shortcode to embed your donations button like: [crypto-donations type="bitcoin"] 18 18 Following types are available: 19 19 - bitcoin … … 21 21 - litecoin 22 22 23 **What \\\'s next?**23 **What's next?** 24 24 Lightning is currently under development. Other currencies like Bitcoin Cash are going to be added later. 25 25 … … 28 28 29 29 == Installation == 30 1. Upload this plugin to the \"/wp-content/plugins/\" directory or install the plugin on your administration interface of WordPress directly through plugins marketplace.31 2. Activate the plugin through the \"Plugins\" menu in WordPress.30 1. Upload this plugin to the "/wp-content/plugins/" directory or install the plugin on your administration interface of WordPress directly through plugins marketplace. 31 2. Activate the plugin through the "Plugins" menu in WordPress. 32 32 33 33 == Frequently Asked Questions == 34 34 = Which Crypto Currencies are supported currently? = 35 Bitcoin, Litecoin and Ethereum. We \'re working on Lightning and Bitcoin Cash.35 Bitcoin, Litecoin and Ethereum. We're working on Lightning and Bitcoin Cash. 36 36 37 37 = How does the shortcode looks like to embed a donation widget? = 38 [crypto-donations type= \"coin\"]38 [crypto-donations type="coin"] 39 39 40 40 Coin can be: … … 49 49 50 50 == Changelog == 51 = 1.0. 1=51 = 1.0.3 = 52 52 * Decimal Fix for Ethereum 53 53 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.