Plugin Directory

Changeset 2487808


Ignore:
Timestamp:
03/05/2021 11:53:57 AM (5 years ago)
Author:
onionbazaar
Message:

update 1.0.3 to 1.0.4

Location:
sovereign-crypto-payments
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • sovereign-crypto-payments/trunk/readme.txt

    r2331666 r2487808  
    44Tags: woocommerce, cryptocurrency, crypto, bitcoin, btc, segwit, mpk, xpub, hd wallet, bech32, payment, crypto payments, bitcoin payments, cryptocurrency payments
    55Requires at least: 3.0.1
    6 Tested up to: 5.4.2
    7 Stable tag: 1.0.3
     6Tested up to: 5.7
     7Stable tag: 1.0.4
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1313== Description ==
    1414
    15 Sovereign Crypto Payments is a simple and free payment gateway for WooCommerce. No need to register anywhere, payments are made directly to your wallet without redirecting through a 3rd party website. You can either add a list of Bitcoin addresses or enter a Master Public Key (MPK), deriving a unique address for each order. MPK-mode currently only supports Legacy-wallets (xpub), while the regular mode works with all address formats (Legacy, Segwit, Bech32). This plugin is Bitcoin-only for now, more cryptocurrencies will be added soon. Next on the list is Monero and Ethereum/ERC20.
     15Sovereign Crypto Payments is a simple and free payment gateway for WooCommerce. No need to register anywhere, payments are made directly to your wallet without redirecting through a 3rd party website. You can either add a list of Bitcoin addresses or enter a Master Public Key (MPK), deriving a unique address for each order. MPK-mode currently only supports Legacy-wallets (xpub), while the regular mode works with all address formats (Legacy, Segwit, Bech32). This plugin is Bitcoin-only for now, more cryptocurrencies will be added soon. Next on the list is Monero.
    1616
    1717Payments are verified in real-time via blockstream.info block explorer, orders are automatically set to processing after 1 confirmation. Bitcoin price is sourced from bittrex, poloniex and gate.io. Stores with non-USD currencies retrieve rates from exchangeratesapi.io.
    1818
    19 Sovereign Crypto Payments is a fork of [Agile Cash](https://wordpress.org/plugins/agile-cash). We simplified the interface, fixed bugs, added local QR code generation and changed the blockchain source to blockstream (supporting all address formats).
     19Sovereign Crypto Payments was originally forked from [Agile Cash](https://wordpress.org/plugins/agile-cash).
    2020
    2121For support, head over to the [WordPress Support Forum](https://wordpress.org/support/plugin/sovereign-crypto-payments) or [https://onionbazaar.org/?p=help](https://onionbazaar.org/?p=help) for direct support.
     
    6767== Changelog ==
    6868
     69= 1.0.4 - 2021-03-05 =
     70* Compatibility to WordPress 5.7 
     71
    6972= 1.0.3 - 2020-06-27 =
    7073* Update checkout-template
  • sovereign-crypto-payments/trunk/sovereign-crypto-payments.php

    r2331666 r2487808  
    44Plugin URI: https://wordpress.org/plugins/sovereign-crypto-payments/
    55Description: Cryptocurrency Payment Gateway for WooCommerce.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: OnionBazaar
    88Author URI: https://onionbazaar.org
Note: See TracChangeset for help on using the changeset viewer.