diff --git a/LICENSE b/LICENSE index d4ba96f..73f6c24 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2017-2018, Monero Integrations -Copyright (c) 2018, Ryo Currency Project +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 ca2d0f7..a973881 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ### 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 mosu-forge, 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. +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 @@ -109,5 +109,3 @@ This will display a badge showing that you accept Monero-currency. ## Donations monero-integrations: 44krVcL6TPkANjpFwS2GWvg1kJhTrN7y9heVeQiDJ3rP8iGbCd5GeA4f3c2NKYHC1R4mCgnW7dsUUUae2m9GiNBGT4T8s2X - -ryo-currency: 4A6BQp7do5MTxpCguq1kAS27yMLpbHcf89Ha2a8Shayt2vXkCr6QRpAXr1gLYRV5esfzoK3vLJTm5bDWk5gKmNrT6s6xZep 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('
' + message + '
'); @@ -62,7 +62,7 @@ function monero_updateDetails() { break; } - jQuery('#monero_exchange_rate').html('1 XMR = '+details.rate_formatted+' '+details.currency); + jQuery('#monero_exchange_rate').html('1 WOW = '+details.rate_formatted+' '+details.currency); jQuery('#monero_total_amount').html(details.amount_total_formatted); jQuery('#monero_total_paid').html(details.amount_paid_formatted); jQuery('#monero_total_due').html(details.amount_due_formatted); @@ -87,7 +87,7 @@ function monero_updateDetails() { ''+tx.txid+''+ ''+ ''+height+''+ - ''+tx.amount_formatted+' Monero'+ + ''+tx.amount_formatted+' Wownero'+ ''; jQuery('#monero_tx_table tbody').append(row); @@ -110,7 +110,7 @@ function monero_updateDetails() { } } if(is_new_tx) { - monero_showNotification('Transaction received for '+new_txs[i].amount_formatted+' Monero'); + monero_showNotification('Transaction received for '+new_txs[i].amount_formatted+' Wownero'); } } } diff --git a/include/admin/class-monero-admin-interface.php b/include/admin/class-monero-admin-interface.php index 930f84e..dba52ef 100644 --- a/include/admin/class-monero-admin-interface.php +++ b/include/admin/class-monero-admin-interface.php @@ -1,8 +1,7 @@ @@ -69,32 +68,32 @@ HTML; } echo << -

Monero Payments

+

Wownero Payments

$balance_info