Update readme.txt

This commit is contained in:
SerHack 2019-06-16 10:00:50 +02:00 committed by GitHub
parent 646bcd671a
commit 596a1e29ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,19 @@
=== Monero WooCommerce Extension === === Monero WooCommerce Extension ===
Contributors: Monero Integrations Team, Ryo Currency Project Contributors: SerHack, mosu-forge
Donate link: http://monerointegrations.com/donate.html Donate link: http://monerointegrations.com/donate.html
Tags: monero, woocommerce, integration, payment, merchant, cryptocurrency, accept monero, monero woocommerce Tags: monero, woocommerce, integration, payment, merchant, cryptocurrency, accept monero, monero woocommerce
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 4.9.8 Tested up to: 5.0.1
Stable tag: trunk Stable tag: trunk
License: GPLv2 or later License: MIT license
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: https://github.com/monero-integrations/monerowp/blob/master/LICENSE
Monero WooCommerce Extension is a Wordpress plugin that allows to accept bitcoins at WooCommerce-powered online stores. Monero WooCommerce Extension is a Wordpress plugin that allows to accept monero at WooCommerce-powered online stores.
== Description == == Description ==
An extension to WooCommerce for accepting Monero as payment in your store. Your online store must use WooCommerce platform (free wordpress plugin).
Once you installed and activated WooCommerce, you may install and activate Monero WooCommerce Extension.
= Benefits = = Benefits =
@ -21,17 +22,15 @@ An extension to WooCommerce for accepting Monero as payment in your store.
* Add monero payments option to your existing online store with alternative main currency. * Add monero payments option to your existing online store with alternative main currency.
* Flexible exchange rate calculations fully managed via administrative settings. * Flexible exchange rate calculations fully managed via administrative settings.
* Zero fees and no commissions for monero payments processing from any third party. * Zero fees and no commissions for monero payments processing from any third party.
* Automatic conversion to Monero via real time exchange rate feed and calculations. * Automatic conversion to Monero via realtime exchange rate feed and calculations.
* Ability to set exchange rate calculation multiplier to compensate for any possible losses due to bank conversions and funds transfer fees. * Ability to set exchange rate calculation multiplier to compensate for any possible losses due to bank conversions and funds transfer fees.
== Installation == == Installation ==
1. Install "Monero WooCommerce extension" WordPress plugin just like any other WordPress plugin. 1. Install "Monero WooCommerce extension" wordpress plugin just like any other Wordpress plugin.
2. Activate 2. Activate
3. Setup your monero-wallet-rpc with a view-only wallet 3. Configure it with your wallet rpc address, (username or password not requested), your monero address
4. Add your monero-wallet-rpc host address and Monero address in the settings panel 4. Enjoy it!
5. Click “Enable this payment gateway”
6. Enjoy it!
== Remove plugin == == Remove plugin ==
@ -47,11 +46,32 @@ An extension to WooCommerce for accepting Monero as payment in your store.
= 0.1 = = 0.1 =
* First version ! Yay! * First version ! Yay!
= 0.2 = = 1.0 =
* Bug fixes * Added the view key option
= 2.1 =
* Verify transactions without monero-wallet-rpc
* Optionally accept zero confirmation transactions
* bug fixing
= 2.2 =
* Fix some bugs
= 2.3 =
* Bug fixing
= 3.0.0 =
Huge shoutout to mosu-forge who contributes a lot to make 3.0 possible.
* Ability to set number of confirms: 0 for zero conf, up to 60.
* Amount owed in XMR gets locked in after the order for a configurable amount of time after which the order is invalid, default 60 minutes.
* Shows transactions received along with the number of confirms right on the order success page, auto-updates through AJAX.
* QR code generation is done with Javascript instead of sending payment details to a 3rd party.
* Admin page for showing all transactions made to the wallet.
* Logic is done via cron, instead of the user having to stay on the order page until payment is confirmed.
* Payment details (along with the txid) are always visible on the customer's account dashboard on the my orders section.
* Live prices are also run via cron, shortcodes for showing exchange rates.
* Properly hooks into order confirmation email page.
= 0.3 =
* Complete rewrite of how the plugin handles payments
== Upgrade Notice == == Upgrade Notice ==