Changeset 2487808
- Timestamp:
- 03/05/2021 11:53:57 AM (5 years ago)
- Location:
- sovereign-crypto-payments
- Files:
-
- 43 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/css (added)
-
tags/1.0.4/assets/css/obzsscp.css (added)
-
tags/1.0.4/assets/img (added)
-
tags/1.0.4/assets/img/bitcoin_logo_small.png (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/obzsscp.js (added)
-
tags/1.0.4/assets/screenshots (added)
-
tags/1.0.4/assets/screenshots/screenshot-1.png (added)
-
tags/1.0.4/assets/screenshots/screenshot-2.png (added)
-
tags/1.0.4/assets/screenshots/screenshot-3.png (added)
-
tags/1.0.4/assets/screenshots/screenshot-4.png (added)
-
tags/1.0.4/assets/screenshots/screenshot-5.png (added)
-
tags/1.0.4/assets/screenshots/screenshot-6.png (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/sovereign-crypto-payments.php (added)
-
tags/1.0.4/src (added)
-
tags/1.0.4/src/OBZSSCP_Blockchain.php (added)
-
tags/1.0.4/src/OBZSSCP_Carousel.php (added)
-
tags/1.0.4/src/OBZSSCP_Carousel_Repo.php (added)
-
tags/1.0.4/src/OBZSSCP_Cron.php (added)
-
tags/1.0.4/src/OBZSSCP_Cryptocurrencies.php (added)
-
tags/1.0.4/src/OBZSSCP_Cryptocurrency.php (added)
-
tags/1.0.4/src/OBZSSCP_Electrum.php (added)
-
tags/1.0.4/src/OBZSSCP_Electrum_Repo.php (added)
-
tags/1.0.4/src/OBZSSCP_Exchange.php (added)
-
tags/1.0.4/src/OBZSSCP_Gateway.php (added)
-
tags/1.0.4/src/OBZSSCP_Hooks.php (added)
-
tags/1.0.4/src/OBZSSCP_Payment.php (added)
-
tags/1.0.4/src/OBZSSCP_Payment_Repo.php (added)
-
tags/1.0.4/src/OBZSSCP_Postback_Settings_Helper.php (added)
-
tags/1.0.4/src/OBZSSCP_Transaction.php (added)
-
tags/1.0.4/src/OBZSSCP_Util.php (added)
-
tags/1.0.4/src/vendor (added)
-
tags/1.0.4/src/vendor/OBZSSCP_CashAddress.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_CurveFp.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_ElectrumHelper.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_NumberTheory.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_Point.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_bcmath_Utils.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_gmp_Utils.php (added)
-
tags/1.0.4/src/vendor/OBZSSCP_phpqrcode.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sovereign-crypto-payments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sovereign-crypto-payments/trunk/readme.txt
r2331666 r2487808 4 4 Tags: woocommerce, cryptocurrency, crypto, bitcoin, btc, segwit, mpk, xpub, hd wallet, bech32, payment, crypto payments, bitcoin payments, cryptocurrency payments 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 4.27 Stable tag: 1.0. 36 Tested up to: 5.7 7 Stable tag: 1.0.4 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 13 13 == Description == 14 14 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.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. 16 16 17 17 Payments 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. 18 18 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).19 Sovereign Crypto Payments was originally forked from [Agile Cash](https://wordpress.org/plugins/agile-cash). 20 20 21 21 For 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. … … 67 67 == Changelog == 68 68 69 = 1.0.4 - 2021-03-05 = 70 * Compatibility to WordPress 5.7 71 69 72 = 1.0.3 - 2020-06-27 = 70 73 * Update checkout-template -
sovereign-crypto-payments/trunk/sovereign-crypto-payments.php
r2331666 r2487808 4 4 Plugin URI: https://wordpress.org/plugins/sovereign-crypto-payments/ 5 5 Description: Cryptocurrency Payment Gateway for WooCommerce. 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: OnionBazaar 8 8 Author URI: https://onionbazaar.org
Note: See TracChangeset
for help on using the changeset viewer.