diff --git a/LICENSE b/LICENSE index 1dba848..73f6c24 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2018, Ryo Currency Project -Portions Copyright (c) 2017-2018, Monero Integrations +Copyright (c) 2017-2018, Monero Integrations +Copyright (c) 2018, Fireice Trust Fund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f714348..a973881 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ ## Installing the plugin +### Automatic Method + +In the "Add Plugins" section of the WordPress admin UI, search for "monero" and click the Install Now button next to "Monero WooCommerce Extension" by SerHack. This will enable auto-updates, but only for official releases, so if you need to work from git master or your local fork, please use the manual method below. + +### Manual Method + * Download the plugin from the [releases page](https://github.com/monero-integrations/monerowp) or clone with `git clone https://github.com/monero-integrations/monerowp` * Unzip or place the `monero-woocommerce-gateway` folder in the `wp-content/plugins` directory. * Activate "Monero Woocommerce Gateway" in your WordPress admin dashboard. @@ -61,7 +67,7 @@ Note on security: using this option, while the most secure, requires you to run * `Monero wallet RPC port` (if confirmation type is `monero-wallet-rpc`) - Port the wallet rpc is bound to with the `--rpc-bind-port` argument. (Default 18080) * `Testnet` - Check this to change the blockchain explorer links to the testnet explorer. (Default: unchecked) * `SSL warnings` - Check this to silence SSL warnings. (Default: unchecked) -* `Show QR Code` - Show payment QR codes. There is no Monero software that can read QR codes at this time (Default: unchecked) +* `Show QR Code` - Show payment QR codes. (Default: unchecked) * `Show Prices in Monero` - Convert all prices on the frontend to Monero. Experimental feature, only use if you do not accept any other payment option. (Default: unchecked) * `Display Decimals` (if show prices in Monero is enabled) - Number of decimals to round prices to on the frontend. The final order amount will not be rounded and will be displayed down to the nanoMonero. (Default: 12) diff --git a/assets/images/monero-accepted-here.png b/assets/images/monero-accepted-here.png deleted file mode 100644 index 27ba0c3..0000000 Binary files a/assets/images/monero-accepted-here.png and /dev/null differ diff --git a/assets/images/monero-icon-admin.png b/assets/images/monero-icon-admin.png deleted file mode 100644 index 2f67892..0000000 Binary files a/assets/images/monero-icon-admin.png and /dev/null differ diff --git a/assets/images/monero-icon.png b/assets/images/monero-icon.png deleted file mode 100644 index 65240e1..0000000 Binary files a/assets/images/monero-icon.png and /dev/null differ diff --git a/assets/images/wownero-accepted-here.png b/assets/images/wownero-accepted-here.png new file mode 100644 index 0000000..639b69a Binary files /dev/null and b/assets/images/wownero-accepted-here.png differ diff --git a/assets/images/wownero-icon-admin.png b/assets/images/wownero-icon-admin.png new file mode 100644 index 0000000..1bc2708 Binary files /dev/null and b/assets/images/wownero-icon-admin.png differ diff --git a/assets/images/wownero-icon.png b/assets/images/wownero-icon.png new file mode 100644 index 0000000..3388fe3 Binary files /dev/null and b/assets/images/wownero-icon.png differ diff --git a/assets/js/monero-gateway-order-page.js b/assets/js/monero-gateway-order-page.js index da7ca24..7c86277 100644 --- a/assets/js/monero-gateway-order-page.js +++ b/assets/js/monero-gateway-order-page.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Ryo Currency Project + * Copyright (c) 2018, Fireice Trust Fund */ function monero_showNotification(message, type='success') { var toast = jQuery('